
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

a{text-decoration: none; color:  #222;}
a:link{text-decoration: none;color:  #222;}
a:hover{ text-decoration:none; color: #dd127b;}
a:active{text-decoration: none;color:  #555;}
a:visited{text-decoration: none;color:  #555;}

body{
	background:#dad8db url(../img/bg_body2.jpg) repeat-x top;
	font-family: Arial, "Trebuchet MS" !important;
	font-size: 12px;
	color: #585858;
	line-height: 18px;
}
p{margin:0px 0px 15px 0px;padding: 0px;}
.clear{clear: both; margin: 0px; padding: 0px; height: 1px}


/******************** CONTENEDORES ************************/
.contenedor{
	background:transparent url(../img/bg_body.jpg) no-repeat top;
	margin: 0px auto 0px auto;
	width: 1005px;
	overflow: hidden;
}

.contenido{
	margin: 0px auto 0px auto;
	width: 980px;
	overflow: hidden;
	position: relative;
	min-height:560px;
 	height: expression(this.scrollHeight < 561? "569px" : "auto" );
}
.margenes{
	margin: 20px 0px 0px 20px;
	overflow: hidden;
}


/************** cuerpo **********************/
/**** TOP ****/
.top{
	height: 70px;
	overflow: hidden;
}
.top .menu{
	text-align: center;
	padding-top: 17px;
}

/**** HOME ****/
.cont_home{
	overflow: hidden;
	position: relative;
}
.cont_presentacion{
	position: absolute;
}
.cont_home .col1{
	width: 565px;
	overflow: hidden;
	float: left;
}
.cont_home .col2{
	width: 415px;
	overflow: hidden;
	float: left;
	padding-top: 40px;
}

.cont_home span{
	color: #c8106f;
	font: bold 16px/16px Arial;
}
.cont_home p{
	margin: 0px 15px 12px 0px;
}
/**** INTERNA ****/
.cont_interna{
	overflow: hidden;
	position: relative;
}
.cont_imginterna{
position: absolute;
	top:80px;
	left: 0px;
}
.cont_interna .col1{
	width: 330px;
	overflow: hidden;
	float: left;
	min-height:500px;
 	height: expression(this.scrollHeight < 501? "500px" : "auto" );
}
.cont_interna .col2{
	width: 650px;
	overflow: hidden;
	float: left;
	padding-top: 40px;
}

.cont_interna span{
	color: #444;
	/*color: #c8106f;*/
	font: normal 40px/40px Arial;
	margin-bottom:15px;
	display:block
}
.cont_interna p{
	margin: 0px 15px 12px 0px;
}
.volver a{
	font: normal 12px/37px Arial;
	color: #222222;
}
.volver a:hover{
	font: normal 12px/37px Arial;
	color: #dd127b;
}
.volver .flecha{
	font: normal 30px/30px Arial;
	color: #dd127b;
	float: left;
}
/**** profesores ****/
.col-instr{
	float: left;
	width: 250px;
}
.teacher{
	font:normal 18px Arial;
	color: #000;
	margin-bottom: 7px;
}

.teacher strong{
	color: #dd127b;
	font:normal 18px Arial;
	
}

.col-instr ul{
	margin-left: 20px;
	margin-bottom: 20px;
}

.col-instr li{
	background: url(../img/flecha-lista.jpg) no-repeat 0px 2px;
	padding-left: 20px;
	margin-bottom: 5px;
	font:normal 12px/14px Arial;
	color: #555;
}

/***** actividades ****/
.cont_actividades ul{
	margin-left: 20px;
	margin-bottom: 20px;
}
.cont_actividades li a{
	background: url(../img/flecha-lista.jpg) no-repeat 0px 2px;
	padding-left: 20px;
	margin-bottom: 5px;
	font:normal 12px/14px Arial;
	color: #555;
}
.cont_actividades li a:hover{
	background: url(../img/flecha-lista.jpg) no-repeat 0px 2px;
	padding-left: 20px;
	margin-bottom: 5px;
	font:normal 12px/14px Arial;
	color: #dd127b;
	text-decoration: underline;
}

/*********** footer ***********/
.footer{	
	margin: 0px auto 0px auto;
	width: 960px;
	background: url(../img/bg_footer.jpg) no-repeat top center;
	font: normal 11px/14px Arial;
	color: #888787;
	/*padding-top: 15px;*/
	text-align: center;
}
.footer .tex{
	float: left;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	color: #777777;
}
.footer .tex a{
	float: left;
	text-align: left;
	color: #555;
}
.footer .tex a:hover{
	float: left;
	text-align: left;
	color: #dd127b;
}
.footer .logoea{
	float: right;
	margin-top: 10px;
}

