@import url("reset_styles.css"); 
@import url("menu_desplegable.css"); 


/*-------------------------- ETIQUETAS HTML --------------------------*/

body {
	background: #000000;
	font: normal 62.5% "Franklin Gothic Medium", arial, verdana, sans-serif;
	color: #EBEBEB;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 2px;
	margin-bottom: 4px;
	font-weight:normal;
}

h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 20px;
	color: #ffd41c;
}
h4 {
	font-size: 14px;
	color:#EF3E2E;
	font-weight:normal;
}

p {
	font-size:14px;
	margin-top:12px;
	margin-bottom:4px;
	line-height:130%;
	text-align:left;
	color: #EBEBEB;
}

a {
	color:#ffd41c;
	text-decoration:none;
}

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

a:focus {
outline:none;
}

a:link,a:visited,a:active {
	color:#FFEA95;
}
img { 
  background: url(../img/cargando.gif) no-repeat 50% 50%; 
}
em {
	color: #FFFFFF;
}
strong {
	color: #ffd41c;
	font-weight: normal;
}
li {
font-size:12px;
}
table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
tr {
}
td {
	color: #FFFFFF;
	padding: 2px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 12px;
	text-align: center;
}
input, textarea {
font-family: arial, verdana, sans-serif;
font-size:12px;
}

/*----------------------------- DIVS ID -------------------------------*/

#cabecera {
	background: #323235 url(../gfx/fondo_cabecera.jpg) no-repeat scroll center top;
	height: 165px;
	width: 100%;
}

#menu_nav {
	width:100%;
	background: url(../gfx/fondo_menu.gif) repeat-x;
}
#titulo_pagina {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
#contenido {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#pie {
margin-top:18px;
}

#pie p{
margin-top:8px !important;
margin-bottom:10px !important;
font-size:11px;
text-align:center;
}

#boton_mas_info {
	float: right;
	font-size: 14px;
	background: url(../gfx/icono_mas_info.gif) no-repeat 4px 4px;
	padding-left: 23px;
	height: 20px;
	vertical-align: middle;
}
#cajalistado {
	width:560px;
}
#cajalistado li {
	font-size:16px;
	color:#EB3D34;
	margin-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #333;
}
#cajalistado p {
	color:#EBEBEB;
	font-size:13px;
	margin-top: 6px;
	margin-bottom: 6px;
}
/*-------------------------- HR --------------------------*/

div.hr {
	height: 2px;
	background: url(../gfx/fondo_hr.gif) repeat-y scroll center;
	clear:both;
	margin-top:2px;
}
div.hr hr {
	display: none;
	clear: both;
}

/*----------------------------- CLASES -------------------------------*/

.foto-ilustrativa {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.trescolumnas {
	display: inline;
	width: 33%;
	float: left;
}
.doscolumnas {
	display: inline;
	width: 45%;
	float: left;
}
.fondoceldatitulo {
	background: #333333;
}
.nombrecampo {
	float: left;
	width: 80px;
	color: #CCCCCC;
}
.nombrecampolargo {
	float: left;
	width: 250px;
	color: #CCCCCC;
}
.boton {
margin-top:3px;
padding:2px;
font-weight:bold;
}