﻿html, body { border: 0; margin: 0; padding: 0;}


/* Jello -- start copying here * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
	padding: 0 410px 0 410px;
	margin: 0;
	text-align: center;
	background-color:#DEE9FB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 0%;
	max-width: 0px;  /* version for IE is at the bottom of this style block */
}

#expander {
	margin: 0 -410px 0 -410px;
	min-width: 820px; /* Critical Safari fix! */
	position: relative;
	/*border:#003300 solid 1px;*/
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 


/***** Fin de Jello *******/

/******* Holly Hack *******/
/*\*/
* html form {height: 0;}
/* Holly hack */

/****** Clear Fix *********/

.holly{height:1%;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#IE7Root .ie7
{
	/**** Este estilo solo afecta al IE7 ****/
	/**** Se basa en un nodo <div> llamado IE7Root que solo hacemos exisitir en IE7 *****/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.izquierda{
	width:160px;
	float:left;
	min-height:500px;
	margin-right:10px;
}

.menuIzq{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-decoration:none;
	list-style:none;
	text-indent:0px;
	width:160px;

}
.menuIzq a{
	background-color:#EEF3FD;
	display:block;

}

.menuIzq li{
	list-style-type:none;
	border-bottom:1px dotted #045597;
	background-color:#EEF3FD;
	padding:0;
	margin:0;
	color:#045597;
}

.menuIzq li a:link, .menuIzq li a:visited{
	background-image:url('../images/flecha_f1.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0 5px 15px;
	color:#045597;
	text-decoration:none;
	
}

.menuIzq li a:hover, .menuIzq li a:active{
	background-image:url('../images/flecha_f2.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0 5px 15px;
	background-color:#045597;
	color:#ffffff;
	text-decoration:none;
}

/* * * * contenidos * * * * * * * * * * * * */
.cuerpo{
	padding:10px 10px 10px 10px;
	min-height:500px;

}

.contenedor{
	background-color:#ffffff;
	min-height:500px;
}

.centro{
	float:left;
	width:450px;
	margin-right:5px;
}
.centro a{
	color:#045597;
	text-decoration:none;
}

.centro ul{
	margin:0 0 0 10px;
	padding:0 0 0 0;
	color:#666666;
}
.centro li{
	list-style-type:none;
	background-image:url('../images/flecha_f3.gif');
	background-repeat:no-repeat;	
	padding-left:20px;
}
.centro ul li ul li{
	list-style-type:none;
	background-image:url('../images/flecha_f4.gif');
	background-repeat:no-repeat;	
	padding-left:15px;
}

.caja{
	border:1px solid #999999;
	padding:5px;
	min-height:200px;
	margin-bottom:5px;
}
.caja a{
	color:#045597;
	text-decoration:none;
}


.caja img{
	float:left;
	margin:0px 2px 5px 0;
}
.caja h1{
	font-size:13px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #999999;
	background-color:#ffffff;
}


/* * * * derecha * * * * * * * * * * * * */
.derecha{
	float:left;
	width:167px;
	padding:0 0 0 5px;
}

.derechaA{
	background-color:#4270BB;
	padding:5px;
	margin:0 0 10px 0;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.derechaA a{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.derechaA h4{
	color:#BED3F8;
	border-bottom:1px dotted #BED3F8;
	font-weight:lighter;
	font-size:11px;
	margin:3px 0 3px 0;
	
}

.derechaB{
	background-color:#EEF3FD;
	padding:5px;
}

.derechaB h4{
	color:#045597;
	border-bottom:1px dotted #045597;
	font-weight:bold;
	font-size:12px;
	margin:15px 0 5px 0;
	text-decoration:none;
}

.derechaB h4 a{
	color:#045597;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}



/* * * * pie  * * * * * * * * * * * * */
.pie{
	background-image:url(../images/pie.jpg);
	background-repeat:no-repeat;
	height:75px;
}

p{
	font-size:11px;
	color:#666666;
	padding:0 0 5px 5px;
	margin:5px 0 0 0;
}

h1{
	background-color:#DEE9FB;
	font-size:14px;
	color:#045597;
	margin:0 0 10px 0;
	padding:2px 0 2px 10px;
}
.bordeInf{
border-bottom:#CCCCCC dotted 1px;
padding:5px 0 5px 0;
}
h2{
	border-top:1px dotted #7A9BCF;
	border-bottom:1px dotted #7A9BCF;
	font-size:12px;
	font-weight:lighter;
	padding:0 0 0 0;
	margin:20px 0 0 0;
}
h3{
	font-weight:normal;
	font-size:11px;
	color:#4270BB;
}
span{
	color:#4270BB;
	font-weight:bold;
}
table{
	padding:0px 0 0 0;
}
th{
	background-color:#EEF3FD;
	padding:2px 0 2px 5px;
}
tr{
	border-bottom:1px dotted #7A9BCF;
}

form{
	margin:10px;
}

fieldset{
	padding:10px;
	margin-top:10px;
	border: 1px dotted #999999;
}

legend{
	color:#666666;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:0 5px 0 5px;
}
input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:5px 0 5px 5px;
}



@media print 
{
	.derecha{display:none;}
	.izquierda{display:none;}
	.cabecera{display:none;}
	.top{display:none;}
	.pie{display:none;}
	.centro{
		margin:0 0 0 80px;
	}
}

