body
{
	font-family:"Arial Narrow", Arial;
	font-size:9.4pt;
	letter-spacing:1pt;
	width:100%;
	margin:0 auto;
    padding:0;
	height:100%;
	background-color:#005AC2;
	

}
#cabecera {
	top:0px;
	left:0px;
	width:100%;
	height:150px;
	position:absolute;
	text-align:justify;
	background-image:url(../imagenes/fondo_cabecera.jpg);
	background-repeat:repeat-x;
}
#cabecera2 {
	top:147px;
	left:0px;
	width:100%;
	height:35px;
	position:absolute;
	text-align:justify;
	/*background-color:#ED7925;*/
	background-image:url(../imagenes/fondo_cabecera2.jpg);
	background-repeat:repeat-x;
	z-index:999;
}
#content {
	top:178px;
	left:0px;	
	width:100%;
	height:100%;
	position:absolute;
	text-align:justify;	
	/*background-color:#005AC2;*/
	background-image:url(../imagenes/fondo_content.jpg);
	background-repeat:repeat;
}

#pie {
	top:475px;
	left:0px;
	width:100%;
	height:30px;
	position:absolute;
	text-align:justify;
	background-color:#ED7925;
	/*background-image:url(../imagenes/fondo_cabecera2.jpg);
	background-repeat:repeat-x;*/
	z-index:999;
}

#content2 {
	top:178px;
	left:0px;	
	width:100%;
	height:325px;
	position:absolute;
	text-align:justify;	
	/*background-color:#005AC2;*/
	background-image:url(../imagenes/fondo_content.jpg);
	background-repeat:repeat;
}

.fila_azul
{
	background-color:#005AC2;
}

.tabla_borde_azul{
	border-bottom:2px solid #005AC2;
	border-left:2px solid #005AC2;
	border-right:2px solid #005AC2;
}

.tr_borde_azul{
	border-bottom:2px solid #005AC2;
}
.texto{
	font-size:10pt;
	letter-spacing:1px;
}

.texto_naranja{
	color:#ED7925;
	font-weight:bold;
	font-size:9pt;
	letter-spacing:1px;
}

.texto_gris{
	color:#666666;
	font-weight:bold;
	font-size:9pt;
	letter-spacing:1px;
}

.texto_azul{
	color:#005AC2;
	font-weight:bold;
}

.texto_azul9{
	color:#005AC2;
	font-weight:bold;
	font-size:9.5pt;
	letter-spacing:1px;
}

.texto_blanco{
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;
}

.negrita{
	font-weight:bold;
	font-size:9.4pt;
}

a.nomenu:link,a.nomenu:visited {
text-decoration:none;
color:#005AC2;
font-weight:bold;
font-size:9.4pt;
}

a.menu:link,a.menu:visited {
text-decoration:none;
color:#FFFFFF;
}

.input{
	font-size:10pt;
	font-weight:bold;
	font-family:"Arial Narrow", Arial;
	color:#ED7925;
	letter-spacing:1px;
}

.input2{
	font-size:9.4pt;
	/*font-weight:bold;*/
	font-family:"Arial Narrow", Arial;
	color:#005AC2;
	letter-spacing:1px;
}

.select{
	font-size:10pt;
	font-weight:bold;
	font-family:"Arial Narrow", Arial;
	color:#ED7925;
	letter-spacing:1px;
}

.boton{
	background-color:#FFFFFF;
	color:#005AC2;
	font-weight:bold;
	font-family:"Arial Narrow", Arial;
	height:35px;
	letter-spacing:1px;
}

.boton_peq{
	background-color:#FFFFFF;
	color:#005AC2;
	font-weight:bold;
	font-family:"Arial Narrow", Arial;
	letter-spacing:1px;
}

.boton2{
	background-color:#005AC2;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Arial Narrow", Arial;
	letter-spacing:1px;
}

/* BORDES REDONDEADOS */
div.rounded-box {
    position:relative;
    width: 400px;
    background-color: #D9E6F6;	
    margin: 3px;
	margin-left:240px;
}

div.rounded-box2 {
    position:relative;
    width: 610px;
    background-color: #D9E6F6;	
    margin: 3px;
	margin-left:40px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#FFF; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#D9E6F6; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px; color:#000; width:400px;
}
div.box-contents2 {
	position: relative; padding: 8px; color:#000; width:600px;
}
