/* CSS Document */

/*estilos globales*/
*{
	margin:0px;
	padding:0px;
}

a img {
border:none;
}

body {
	background-color:#333333;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:30px;
}

h1 {
	font-size:34px;
	margin-bottom:10px;
}

h2 {
	font-size:30px;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	margin-bottom:10px;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:11px;
}

p {
	margin-bottom:10px;
}

td {
	padding:3px;
}

a {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color:#3a7cf5;
	text-decoration:underline;
}

table {
	margin-bottom:15px;
	margin-top:10px;
}

#contenedor {
	width:900px;
	margin: 0px auto;
}

/*clases especiales*/

span.azul {
	background-color:#3a7cf5;
	padding:2px;
	font-weight:bold;
}

span.violeta {
	background-color:#c309a7;
	padding:2px;
	font-weight:bold;
}

li.bg_inicio {
	background-image:url(../imagenes/inicio_nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	width:5px;
	padding:0px !important;
}

li.bg_fin {
	background-image:url(../imagenes/termino_nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	width:5px;
	padding:0px !important;
}

li.bg_marca {
	background-image:url(../imagenes/marca.gif);
	background-repeat:no-repeat;
	background-position:center ;
	height:20px;
}

li.bg_marca a {
	color:#FFFFFF !important;
}

.bg_gris {
	background-color:#3a3939;
}

.border_gris {
	border:#414141 1px solid;
}

.titulo {
	width:100%;
	float:left;
}

.titulo h2{
	float:left;
	height:30px;
}

.destacado_sup {
	background-image:url(../imagenes/destacado_sup.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:2px 10px 15px 15px;
	font-size:12px;
	margin-left:10px;
	float:left;
	font-weight:bold;
}

.destacado_azul a,
.destacado_inf a,
.destacado_sup a {
	text-decoration:none;
}

.destacado_azul a:hover,
.destacado_inf a:hover,
.destacado_sup a:hover {
	color:#FFFFFF;
}

.destacado_azul img,
.destacado_inf img,
.destacado_sup img {
	float:left;
	margin-right:6px;
} 

.destacado_inf {
	background-image:url(../imagenes/destacado_inf.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:16px 10px 2px 15px;
	font-size:12px;
	margin-left:10px;
	font-weight:bold;
	float:left;
}

.destacado_azul {
	background-image:url(../imagenes/destacado_azul.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px 10px 15px 15px;
	font-size:12px;
	margin-left:10px;
	float:left;
	font-weight:bold;
}

.huella {
	color:#898888;
	padding-bottom:20px;
}

.huella a {
	color:#898888;
	text-decoration:underline;
}

.huella a:hover {
	color:#ffffff;
}

.w270 {
	width:270px;
}

.w150 {
	width:150px;
}

.w250 {
        width:250px;
}


.gris {
	color:#989898;
}

.gris a {
	color:#989898;
	text-decoration:none;
}

.align_center {
	text-align:center;
}

.clearfix {
	clear:both;
}

/*header*/

#header {
	padding:0px 0px 5px;
	clear:both;
}

#nav {
	height:32px;
	clear:both;
}

#nav ul {
	background-color:#3a7cf5;
	display:block;
	float:left;
	margin-right:10px;
	list-style:none;
}

#nav li {
	display:block;
	float:left;
	padding:7px 5px 3px 5px;
}

#nav li a {
	color:#aec9f9;
	text-decoration:none;
}

#nav li a:hover {
	color:#ffffff;
	text-decoration:none;
}

/*main*/
#main {
	padding:25px 0px;
	clear:both;
}

.menu_inferior {
	width:400px;
	float:left;
}

.contenido {
	width:100%;
	padding:10px 0px;
	float:left;
	clear:both;
}

/* login*/
.login_opciones {
	width:360px;
	margin:0px auto;
	text-align:left;
}

.login_opciones li {
	list-style:none;
}

.login_opciones ul {
	margin-top:20px;
	float:left;
}
