@charset "UTF-8";
/* CSS Document */


body{
	margin-top:10px;
	background-color:#069;
}

#contenedor_general{
	position: absolute;
	width: 1024px;
	height: auto;
	margin-left: -512px;
	background-color: #FFF;
	left:50%;
	padding: 20px;
}

#contenedor_cabecera{
	width:1024px;
	height:150px;
}

#contenedor_logo{
	width:300px;
	height:87px;
	float:left;
}

#contenedor_telefono{
	width:590px;
	height:52px;
	float:right;
	margin: 20px 0 0 0;
}
#contenedormenu{
	width:1024px;
	height:50px;
	z-index:10;
	padding-top:95px;

}

#contenedor_cursos{
	width: 250px;
	height: 300px;
	float: left;
	z-index: 10;
	position: absolute;
	top: 515px;
	/*padding-top: 350px;*/
}

#contenedorslider{
	width:1024px;
	height:320px;
	float:left;
}

#contenedor_cuerpo{
	width:1024px;
	height:inherit ;
	padding-top:10px;
	padding-bottom:10px;
	float: left;

}

#contendedorparrafos{
	width: 520px;
	height: auto;
    float: left;
	z-index:0;
	margin-left:280px;
}

#contenedor_iwsp{
	float: left;
	width: auto;
	padding: 5px;
}
#contenedor_contactos{
	float: left;
	width: auto;
	padding: 10px 0px 10px 0px;
	color: #00659D;
	font-size: 12pt;
	font-weight: 500;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contenedor_contactos a {
	
	text-decoration: none;
	color: #00659D;
	
 }

#contenedor_contactos a:hover {
	
	text-decoration: none;
	color: #4A4A4A;
	
 }

.txttitulos{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00659C;
}

.txtparrafos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	text-align:justify;
	line-height:24px;
}

.txtpublicidad{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	line-height:18px;
}

#contenedorcertificacion{
	width: 203px;
	height: 410px;
	float: left;
	padding-left:20px;
	padding-top:10px;
}

#contenedor_footer{
	width: 1024px;
	height: 50px;
	float: left;
	border-top: solid 2px #666;
	margin-top: 50px;
}

.txt_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#069;
	text-align:center;
}

#contenedor_formulario{
	width: 250px;
	height: auto;
	position: absolute;
	top:570px;
}

#contenedor_mapa{
	width:203;
	height:auto;
	margin-left:20px;
	float:left;
	margin-top:20px;


}
.txt_contacto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.txt_telefono{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#06C;
	font-weight:bold;
}

.txt_titcursos{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	
}
.listcursos{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:25px;
	
}

.listcursos li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#069;
    list-style-image:url(images/bullets.jpg);
	margin-left:15px;
	
}

.listcursos li a {
	color:#039;
	text-decoration:none;
}

.listcursos li a:hover{
	color:#666;
	text-decoration:underline;
}

.txt_titcursos{
	font-family:Gotham, "Helvetica Neue", Helvetica, "Arial", sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.txt_listacursos{
	font-family:Gotham, "Helvetica Neue", Helvetica, "Arial", sans-serif;
	font-size:12px;
	color:#000000;
	
}


/*TABLA*/
table {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 8pt;
	border-bottom: medium #A3A3A3;
}

table th{
	background-color: #069;
	color: #FFFFFF;
	height: 30px;
}
table tr{
	height: 30px;
	border-style: medium #069; 

}


