/* HOJA DE ESTILOS */

body {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DFEFCF;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

table {
	text-align:justify;
	margin-left: 160px;
	margin-top: 10px;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 1.5em;
	margin-left: 80px;
	padding-top: 40px;
	color: #003366;		
}

h2 {
	font-size: 1.5em;
	margin-left: 20px;
	color: #003366;	
}

h3 {
	font-size: 1em;
	margin-left: 10px;
}

a {
	color: #3366CC;
	font-size: 1em;
	text-decoration: none;
}
	
a:hover {
	color: #6699FF;
	font-size: 1em;
}

a img {
	margin: 0px auto;
	border: none;
}

p{
	margin-left: 25px;
	margin-right: 15px;
	text-decoration: none;
}

/* CAPAS */

.caja {     
	width: 482px;
	background-image: url("centro.jpg");
	background-repeat: repeat-y;
	bottom: 0px;
}

.cajaarriba {
	background-image: url("arriba.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.cajaabajo {
	background-image: url("abajo.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 35px 55px 50px 20px;
} 




.box {     
	width: 482px;
	background-image: url("center.jpg");
	background-repeat: repeat-y;
	bottom: 0px;
}

.boxup {
	background-image: url("up1.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.boxdown {
	background-image: url("down.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 2px 70px 20px 20px;
} 


.box2 {     
	width: 482px;
	background-image: url("center.jpg");
	background-repeat: repeat-y;
	bottom: 0px;
}

.boxup2 {
	background-image: url("up2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.boxdown2 {
	background-image: url("down.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 55px 20px 20px;
} 






.caja2 {     
	width: 482px;
	background-image: url("centro.jpg");
	background-repeat: repeat-y;
	bottom: 0px;
}

.cajaarriba2 {
	background-image: url("arriba1.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.cajaabajo2 {
	background-image: url("abajo.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 35px 80px 60px 30px;
}

#pagina {
	background-color: #FFFFFF;
	font-size: 1.2em;
	width: 760px;
	margin: 0px auto;
	position:relative;
	border-color: #CCCCCC;
	margin-top: 0px;
}
	
#cabecera {
	text-align: left;
	width: 760px;
	height: 152px;
	margin-top: 00px;	
}

#seccionhead {
	width: 740px;
	height: 20px;
	background:#FFFFFF;
	clear: both;
	text-align: left;
	float: left;
	color: #999999;
	font-size: 24px;
	font-weight: lighter;
	font-family: "Trebuchet MS";
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 00px;
}

#navega {
	width: 760px;
	height: 20px;
	background:#66CCCC;
	clear: both;
	text-align: center;
	float: left;
}

#navega a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS";
	margin-left: 20px;	
}

#navega a:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS";	
}

#navega .subtitulo {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS";
	margin-left: 20px;	
}
	
#contenido {
	width: 760px;
	text-align: justify;
	padding-top: 10px;
}

#izda {
	width: 220px;
	float:left;
}

#dcha {
	width: 500px;
	height: 650px;
	float:right;
	background:#E0F5EB;
	padding-right: 10px;
	border-left-style: solid;
	border-left-color: #E0F5EB;
	border-left-width: 1px;
	padding-top: 10px;
}

#dcha1 {
	width: 500px;
	height: 800px;
	float:right;
	background:#E0F5EB;
	padding-right: 10px;
	border-left-style: solid;
	border-left-color: #E0F5EB;
	border-left-width: 1px;
	padding-top: 10px;
}

#dcha2 {
	width: 500px;
	float:right;
	background:#E0F5EB;
	padding-right: 10px;
	border-left-style: solid;
	border-left-color: #E0F5EB;
	border-left-width: 1px;
	padding-top: 20px;
	padding-bottom: 40px;

}

#dcha3 {
	width: 500px;
	height: 485px;
	float:right;
	background:#E0F5EB;
	padding-right: 10px;
	border-left-style: solid;
	border-left-color: #E0F5EB;
	border-left-width: 1px;
	padding-top: 10px;

}


#izda2 {
	width: 220px;
	height: 650px;
	float:left;
}


#pie {
	width: 760px;
	clear: both;
	background-color: #FFFFFF;

}

#final {
	color:#999999;
	font-size: 0.8em;
	text-align: center;	
}	

/* CLASES */

.descripcion {
	margin-left: 100px;
	font-style: italic;
	font-weight: bold;
	color:#FFFFFF
}

img.centrado {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	

.blanco {
	color:#FFFFFF;
}

.subtitulo {
	color: #003366;
	font-weight: bold;
}

.items {
	position: relative;
	left: 25px;
	color: #996600;
	text-align: justify;	
}

.incaja {
	position: relative;
	top: 7px;
	left: 45px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
      	
}

.subtitulocursos {
	position: relative;
	left: 45px;
	color: #006666;
	text-decoration: none;
	font-size: 20px;
	font-family: "Trebuchet MS";
	margin-bottom: 20px;	
}
.areas1 {
	color: #006666;
	font-size: 20px;
	font-family: "Trebuchet MS";
		
}
.cursotitulo {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
     		
}
.cursotitulo2 {
	background-color: #06A1DA;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
     		
}

.linkptit {
	color: #CCCCCC;
	font-size: 11px;
     		
}


.cursotxt {
	color: #003366;
	font-size: 13px;		
}

.contincaja {
	position: relative;
	top: 00px;
	left: 20px;
	color: #339999;
	text-align: justify;	
}

.contincaja2 {
	position: relative;
	top: 10px;
	left: 25px;
	color: #339999;
	text-align: left;	
}

.boxnav {
	position: relative;
	left: 1px;
	right: 1px;
	bottom: 00px;
}


.lista {
	list-style-image: url(bazul.gif);
	position: relative;
	top: 10px;
	left: 20px;
	color: #003366;
	text-align: left;    	
}

.lista2 {
	list-style-image: url(bazul.gif);
	position: relative;
	top: 15px;
	left: 25px;
	color: #003366;
	text-align: left;    	
}


.lista3 {
	list-style-image: url(bazul.gif);
	position: relative;
	top: 10px;
	left: 20px;
	color: #003366;
	text-align: left;
		    	
}

.lista4 {
	list-style: none;
	position: relative;
	top: 0px;
	left: 20px;
	color: #006666;
	font-weight: bold;
	text-align: left;
		    	
}
.lista5 {
	list-style: none;
	position: relative;
	top: 0px;
	left: 20px;
	color: #006666;
	
	text-align: left;
		    	
}


.horas {
	left: 10px;
	color: #E1F0FF;
	font-weight: bold;
	text-align: justify;	
}


.link {
	color: #009999;

}