/* =====================
general
===================== */
* {padding: 0; margin:0;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
}
ul {
	list-style-position: outside;
	padding-left: 17px;
}
ol {
	list-style-position: outside;
	padding-left: 17px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #f5edb3;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
}
.semigraso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #e88500;
}
.navigacion_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.navigacion_2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navigacion_interno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.navigacion_contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.contacto_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #e88500;
}
.contacto_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
}
/* =====================
div
===================== */
.div_cabezza {
	height: 220px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

* html div.div_contenido { height: 1% }

.div_contenido {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.subnavi_spacer {
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 12px;
}
/* =====================
especial
===================== */
#navigacion {
	width: 180px;
	float: left;
	padding-right: 30px;
	padding-bottom: 40px;
}
#contenido {
	width: 710px;
	float: right;
}
#contenido_1 {
	width: 480px;
	float: left;
	padding-right: 10px;
	padding-bottom: 40px;
}
#contenido_2 {
	width: 200px;
	float: right;
	background-repeat: no-repeat;
}
#paso1 {
	width: 480px;
	height: 24px;
	background-image: url(graficos/paso_a.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 6px;
}
#paso2 {
	width: 480px;
	height: 24px;
	background-image: url(graficos/paso_b.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 6px;
}
#paso3 {
	width: 480px;
	height: 24px;
	background-image: url(graficos/paso_c.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 6px;
}
#paso4 {
	width: 480px;
	height: 24px;
	background-image: url(graficos/paso_d.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 6px;
}
a:hover {
	color: #CC0000;
}
/* =====================
barra flotante
===================== */
#barra {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:0;
	background-color:#FFFFFF;
	border:solid #999999;
	border-width:1px 0px 0px 0px;
}

#barra ul {
	margin:auto auto auto 123px;
	list-style:none;
}

#barra li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
	text-align:left;
	margin:2px 30px 5px 30px;
}

#barra li a {
	text-decoration:none;
	color:#333333;
}

#barra li a:hover {
	text-decoration:underline;
	color:#e88500;
}

#barra span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e88500;
	font-weight:bold;
}

.separador {
	clear: both;
	height: 200px;
	width: 100%;
}