/* --------------------------
GENERAL
----------------------------*/
body,html {
	min-height:100%;
	height:100%;
}
body {
         margin: 0;
         padding: 0;
         color: #000000;
		 background-color:#FA8A3F;
		 background-image:url(images/fondo/teronja4.gif);
		 background-repeat:repeat;
         font-family: Arial, Helvetica, sans-serif;
}
#contenedor {
         position:relative;
         width: 798px;
         margin-right: auto;
         margin-left: auto;
		 height:auto;
		 background-color: #FFFFFF;
		 background-image:url(images/fondo/borde.gif);
		 background-repeat:repeat-y;
}
/* --------------------------
CABECERA
----------------------------*/
#cabecera {
	width:798px;
	height:auto;

}
/* --------------------------
NAVEGACION
----------------------------*/

#navegacion {
         position: absolute;
         top: 160px;
         left: 5px;
         width: 126px;
}

#navegacion ul {
         list-style:none;
         margin-left:1em;
         padding-left:0;
}
#navegacion li {
         font-size: 10pt;
         /*border-bottom:1px dotted #B2BCC6;*/
         margin-bottom:0.3em;
		 margin-left:1px;
}
ul#centros li.x{
		margin-left:0px;
		font-style:italic;
		font-size:8pt;
		}
ul#biblioteca li.x{
		margin-left:0px;
		font-style:italic;
		font-size:8pt;
		}


#navegacion a {
         text-decoration: none;
         color: #2A4F6F;
}
#navegacion a:hover{
         text-decoration: none;
         color:#FF6600;
}

#navegacion h2 {
         font: 15pt Georgia, "Times New Roman", Times, serif;
         color: #ff6600;
         border-bottom: 1px dotted #cccccc;
		 margin-left:12px;
}
html>body #navegacion h2 {
         font: 110% Georgia, "Times New Roman", Times, serif;
         color: #ff6600;
         border-bottom: 1px dotted #cccccc;
		 margin-left:1em;
}
	
/* --------------------------
CONTENIDO
----------------------------*/
html>body #contenido {
         margin-left: 10em;
         margin-right: 2em;
		 margin-top:2em;
}
#contenido {
         margin-left: 165px;
         margin-right: 2em;
		 margin-top:2em;
}
#contenido p {
         font-size: 10pt;
         line-height: 1.6em;
		 padding:5px 0px 0px 0px;
		 text-align:justify;
}
html>body #contenido p {
         font-size: 80%;
         line-height: 1.6em;
		 padding:5px 0px 0px 0px;
		 text-align:justify;
}			
			
h1 {
         font: 18pt Georgia, "Times New Roman", Times, serif;
		 color:#2a4f6f;
		 padding-top:5px;
		 margin-top:2px;
		 }
h5{
         font: 18px Georgia, "Times New Roman", Times, serif;
		 color:#e38430;
		 padding-top:5px;
		}
html>body h1 {
         font: 150% Georgia, "Times New Roman", Times, serif;
		 color:#2a4f6f;
		 padding-top:5px;
		 margin-top:2px;
		 }
		
h2 {
         font: 16px Georgia, "Times New Roman", Times, serif;
		 color: #FF6600;
		 padding-top:5px;
		 }
html>body h2 {
         font: 100% Georgia, "Times New Roman", Times, serif;
		 color:#FF6600;
		 padding-top:5px;
		 }
		
h3{
	font-size:10px;
	text-align:right;
	color:#2a4f6f;
	margin-top:-15px;
	}
	
html>body h3{
	font-size:60%;
	text-align:right;
	color:#2a4f6f;
	margin-top:0px;
	}
h6{
	font-size:10px;
	text-align:left;
	color:#2a4f6f;
	margin-top:-15px;
	}

hr{
	background-color:#e38430;
	height:3px;
	width:80%;
	margin-left:0px;
	text-align:left;
	margin-top:-10px;
	}
html>body hr{
	background-color:#e38430;
	height:3px;
	width:80%;
	margin-left:0px;
	text-align:left;
	margin-top:0px;
	}

p{
	text-indent:3em;
	}
p.nosangra{
	text-indent:0em;
	}
p.nosangrafoto{
	text-indent:0em;
	margin-left:225px;
	}
#contenido img{
		height:140px;
		border-right:2px solid #999999;
		border-bottom:2px solid #999999;
		text-align:left;
		float:left;
		margin-top:8px;
		}

#foto{
	height:325px;
	width:405px;
	}

#foto img{
	height:323px;
	width:400px;
	border:0;
	}
#especial img{
		width:500px;
		height:109px;
		border-right:0px solid #ffffff;
		border-bottom:0px solid #ffffff;
		}
#especial2 img{
		width:460px;
		height:60px;
		border-right:0px solid #ffffff;
		border-bottom:0px solid #ffffff;
		}

#contenido a {
         text-decoration: none;
         color: #2A4F6F;
}
#contenido a:hover {
			color: #ff6600;
			}
#contenido ul{
		 list-style-type:square;
         margin-left: 0;
         padding-left: 0;
		}
#contenido li{
         font-size: 12px;
         margin-bottom: 0.3em;
		 margin-left:25px;
		 color:#000;
		 text-align:justify;
		 }
.noestilo{
	list-style-type:none;
		}
html>body #contenido li {
         font-size: 80%;
         margin-bottom: 0.3em;
}
#enlace{
	color:#000000;
	}
#enlace a{
		 text-decoration: none;
         color: #000;
		 }
#enlace a:hover{
			color: #2a4f6e;
			}

/* --------------------------
QUIENES SOMOS CONTENIDO
----------------------------*/

#quienes ul {
         list-style: none;
         margin-left: 1em;
         padding-left: 0;
}
#quienes li {
         font-size: 12px;
         border-bottom: 1px dotted #B2BCC6;
         margin-bottom: 0.3em;
}
html>body #quienes li {
         font-size: 80%;
         border-bottom: 1px dotted #B2BCC6;
         margin-bottom: 0.3em;
}

#quienes hr{
		background-color:#e38430;
		height:3px;
		width:100%;
		margin-left:0px;
		text-align:left;
}

/*CENTROS*/
#centros{	
		margin-left:10px;
		}

#centros ul {
		list-style-type:square;
         margin-left: 0;
         padding-left: 0;
}
#centros li {
         font-size: 12px;
         margin-bottom: 0.3em;
		 margin-left:25px;
		 color:#2a4f6f;
		 text-align:justify;
}
#centros ol {
		 list-style: none;
		 margin:10px 10px 10px 60px;
}

html>body #centros li {
         font-size: 80%;
         margin-bottom: 0.3em;
}

#centros hr{
		background-color:#e38430;
		height:3px;
		width:100%;
		margin-left:0px;
		text-align:left;
}
h4{
	font-size:10px;
	color:#2a4f6f;
	margin-top:-10px;
	text-align:left;
	}
li.colo3{
		color:#CC3333;
		}

/*----------------------------
PIE
---------------------------*/
#pie{
		 clear:both;
         bottom: 0;
         width:786px;
         background-color:#FF6600;
         color: #ffffff;
		 font-weight:500;
         font-size: 12px;
		 text-align:center;
         height:4em;
		 margin-left:6px;
}
html>body #pie{
		 clear:both;
         bottom: 0;
         width:786px;
         background-color:#FF6600;
         color: #ffffff;
		 font-weight:500;
         font-size: 70%;
		 text-align:center;
         height:4em;
		 margin-left:6px;
}

#pie p {
         padding:10px 0px 0px 2px;
         text-align:center;
}
/*MAQUETACIÓN IMÁGENES CON SUBTITULO*/
div.foto {
  float:left;
  width:150px;
}
div.piefoto{
	width:150px;
	float:left;
	text-align:left;
	font-size:10px;
	font-style:italic;
	}
html>body div.piefoto{
	width:150px;
	float:left;
	text-align:left;
	font-size:60%;
	font-style:italic;
	}
	
	
/*IMAGEN FIJA*/
#logo {
         position: absolute;
		 background-image:url(images/ojos.gif);
		 background-repeat:no-repeat;
		 background-attachment:scroll;
         top: 700px;
         left: 12px;
         width: 126px;
		 height:35px;
}
/*DESCARGAS*/
.descargas{
		width:550px;
		height:75px;
		background-image:url(images/descargas.png);
		background-repeat:no-repeat;
		margin:0 0 0 50px;
		}
.descargas p{
		margin:0 0 0 90px;
		text-indent:0em;
		font: 16px Georgia, "Times New Roman", Times, serif;
		color:#2a4f6f;
		}
/*NETWORK*/
.network{
		width:550px;
		height:75px;
		background-image:url(images/network.jpg);
		background-repeat:no-repeat;
		margin:0 0 0 50px;
		}
.network p{
		margin:0 0 0 90px;
		text-indent:0em;
		font: 16px Georgia, "Times New Roman", Times, serif;
		color:#2a4f6f;
		}


/*FORMACIÓN*/
#formacion{	
		margin-left:10px;
		}

#formacion ul {
		list-style-type:square;
         margin-left: 0;
         padding-left: 0;
}
#formacion li {
         font-size: 12px;
         margin-bottom: 0.3em;
		 margin-left:25px;
		 color:#000;
		 text-align:justify;
}
#formacion ol {
		 list-style: none;
		 margin:10px 10px 10px 60px;
}

html>body #formacion li {
         font-size: 80%;
         margin-bottom: 0.3em;
}
/*BANNER*/
#banner img{
		height:60px;
		width:460px;
		border-right:2px solid #999999;
		border-bottom:2px solid #999999;
		text-align:center;
		margin-top:8px;
		margin-bottom:5px;
			}
#contenedorbanner {width: 468px; height:60px; margin:20px;} 
