@import "modulos.css";
@import "form.css";
@import "publicidad.css";

body {
	background-color:#FFFFFF;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

a {
	outline: 0;
	color:#BB670B;
	text-decoration:none;
}
a:hover {
	color:#E8800D;
	text-decoration:underline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
}


/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}


/**************************** Contenedores > Layout ****************************/

h1 {
	font-family:Verdana, sans-serif;
	font-size:	0.625em;
	color:#697787;
	font-weight: normal;
	line-height:1.25em;
	position: absolute;
	top: 45px;
	left: 25px;
	width: 70%;
	z-index: 2;
}

h2 {
	font-family: Verdana, sans-serif;
	text-transform: capitalize;
	font-size:	0.7em;
	color:#C96333;
	font-weight:normal;
	line-height:0.875em;
	padding-bottom:7px;
	padding-left:3px;
	margin-bottom:13px;
	margin-left:12px;
	margin-top:15px;
	float:left;
	width: 58%;
	display:inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	
}
h3 {
	font-family: Verdana, sans-serif;
	font-size:	14px;
	color:#CA6426;
	font-weight:normal;
	line-height:16px;
	float:left;
	width: 65%;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

h4 {
	font-family:Verdana, sans-serif; font-size:	0.625em; color:#5f6163; font-weight: normal; line-height:1.25em;
	padding-bottom:0.75em;
}
h4 a:hover {
	text-decoration:underline;
}
h4 a, .resaltado {
	color:#c9710b;
	text-decoration:none;
}
h5 {
	font-family: Verdana, sans-serif;
	font-size:0.7em;
	color:#4E5052;
	font-weight:bold;
	line-height:1.3em;
	padding-bottom:7px;
	margin-bottom:4px;
	margin-top:15px;
	margin-left:15px !important; 
	margin-left:8px; /* corrige margen doble IE6 */
	float:left;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.line_anchopagina {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	width: 770px;
	clear: both;
	margin-bottom: 4px;
}
