/*******************/
/** Reset         **/
/*******************/
:focus {
     outline: 0 /* Quita los colores por defecto de los navegadores */
}



/*******************/
/** General **/
/*******************/
body{
	overflow:scroll; /* barra desplazamiento siempre */
	margin:0px;
	margin-bottom:40px;
	padding:0px;
	background:url(/_img/web_trasfondo.gif) repeat fixed #FFF;
}

*{
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:12px;
	color:#555;
}

a{ font:12px verdana,helvetica,arial,sans-serif; color:#DD3E4B; text-decoration: none; }
a:hover{ font:12px verdana,helvetica,arial,sans-serif; color: #DD3E4B; text-decoration: underline; }

p{
	text-align:justify;
}



/*************************/
/** Maquetación General **/
/*************************/
#web{
	width:1012px;
}
#menu{
	position:absolute;
	float:left;
	margin:0px;
	padding:0px;
	width:440px;
	height:470px;
}
#contenedor{
	background: url(/_img/web_fondo.gif) no-repeat;
	width:1012px;
	height:1361px;
	overflow:hidden;
}
#cabecera{
	float:right;
	width:650px;;
}
#contenido{
	width:700px;
	height:1180px;
	overflow:auto;
	float:right;
	margin-top:20px;
	padding-right:20px;
}



/***************************/
/** Cabeceras y Títulos   **/
/***************************/
h1{ /* Gris oscuro */
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h2,h3,h4,h5,h6{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.titulo_rojo{
	font-size:18px;
	background:url(/_img/seccion_roja.png) no-repeat right;
	text-align:right;
	padding-right:5px;
}

.panel_rojo{
	background:url(/_img/panel_rojo_fondo.gif) repeat;
	font-weight:bold;
	padding-left:10px;
}

.titulo_azul{
	font-size:18px;
	background:url(/_img/seccion_azul.png) no-repeat right;
	text-align:right;
	padding-right:5px;
}

.panel_azul{
	background:url(/_img/panel_azul_fondo.gif) repeat;
	font-weight:bold;
	padding-left:10px;
}

.titulo_naranja{
	font-size:18px;
	background:url(/_img/seccion_naranja.png) no-repeat right;
	text-align:right;
	padding-right:5px;
}

.panel_naranja{
	background:url(/_img/panel_naranja_fondo.gif) repeat;
	font-weight:bold;
	padding-left:10px;
}

.sangria{
	padding:20px;
	padding-bottom:30px;
}

.panel_contenido{
	font-size:12px;
	font-weight:normal;
	color:#555;
	padding:10px;
	padding-bottom:20px;
}

.txt_atencion_11{ font-size:11px; color:#DD3E4B; }

.txt_azul{ font-size:18px; color:#A6DAE5; }

.txt_rojo{ font-size:18px; color:#DD3E4B; }

.txt_naranja{ font-size:18px; color:#F8B35A; }

.miniaturas{
	cursor:pointer;
	width:50px;
	height:45px;
	border:2px solid #CCC;
}

.btn_maximizado{
	background:url(/_img/arbol_azul_mas.gif) no-repeat #3fa9f3;
	width:18px;
	height:18px;
	cursor:pointer;
	float:right;
}
.btn_minimizado{
	background:url(/_img/arbol_azul_menos.gif) no-repeat #3fa9f3;
	width:18px;
	height:18px;
	cursor:pointer;
	float:right;
}

.imagen_enlace {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	border:none;
	cursor:pointer;
}
.imagen_enlace:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	border:none;
	cursor:pointer;	
}

/************************/
/** Formularios        **/
/************************/
form{
	padding:0px;
	margin:0px;
}

form label{
	margin:0px;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.form_campo, input[type="text"], input[type="password"], input[type="file"], textarea, select{
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	background-color:#FFF;
	margin:0px;
	padding:2px;
	font-size:12px;
	color:#333;
}
input[type="radio"], input[type="checkbox"]{
	margin:0px;
	padding:4px;
}
select{
	margin:0px;
	padding:3px;
	height:24px;
}
input.form_caja_numero{
	text-align:right;
}

.form_campo:focus, input:focus, textarea:focus, select:focus{
	border-left:1px solid #777;
	border-top:1px solid #777;
	border-bottom:1px solid #BBB;
	border-right:1px solid #BBB;
}

.form_boton, input[type="button"], input[type="submit"], input[type="reset"]{
	background: url(/_img/botones_fondo.gif) no-repeat;
	color:#FFF;
	border:none;
	margin:0px;
	padding:0px;
	cursor:pointer;
	width:51px;
	height:19px;
	font-size:12px;
	padding-bottom:3px;
}


