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

body {
	text-align:center;
	background-color:#CCC;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-indent:2em;
	line-height: 170%;
	margin: 10px;
}
img.logos {
	margin-top:10px;
	margin-bottom:25px;
}
img {
	border:0px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------Fondo Cabezera*/
div.fondoMenu {
	background-color:#999;
	z-index:99;
	position:relative;
	top:0px;
	height: 30px;
	border-top:#ccc 2px solid;
	border-bottom:#eee 2px solid;
}
div.menu {
	z-index:101;
	position:relative;
	width:1000px;
	height:30px;
	text-indent:0px;
	background-repeat:no-repeat;
	text-align:center;
	padding:0px;
	margin:0px;
	overflow:hidden;
	top:-32px;
}
div.cabecera{
	height:250px;
}
div.fondoCabecera{
	z-index:50;
	background-image: url(images/fondoEmat2.jpg);
	background-position: -110px -120px;
	height:170px;
	position:relative;
}
a {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
}
div.logoEmat {
	position:absolute;
	z-index:100;
	width:350px;
	top:0px;
}
ul.menu {
	z-index:100;
	text-indent:0px;
	text-align:center;
	padding:0px;
	margin:0px;
	list-style:none;
	position:relative;
}
ul.menu li {
	text-indent:0px;
	display:inline-block;
	padding:4px 30px;
	z-index:103;
	border-left: #999 2px solid;
	border-right: #999 2px solid;
}
p.letraMenu {
	text-align:justify;
	font-size:14px;
	font-weight:800;
	color:#000;
	text-indent:0px;
	margin:0px;
}
li:hover p.letraMenu {
	text-align:justify;
	font-size:14px;
	color: #036;
	text-indent:0px;
	margin:0px;
}

li:hover {
	background-image:url(images/botonActivo.jpg);
	background-color:#ccc;
	border-left: #eee 2px solid;
	border-right: #eee 2px solid;
	background-repeat: repeat-x;
	background-position: center;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------------------------------
Parte central*/
div.simposio11 {
	width:425px;
	height: 600px;
	margin-left:50px;
	margin-bottom: 20px;
	float: left;
	
}
div.simposio10 {
	width:425px;
	height: 600px;
	margin-right:50px;
	margin-bottom: 20px;	
	float: right;
	
}
div.mathema {
	width:425px;
	height: 600px;
	margin-left:50px;
	margin-bottom: 20px;
	float: left;
}
div.gicic {
	width:425px;
	height: 600px;
	margin-right:50px;
	margin-bottom: 20px;
	float: right;
}
div.principal {
	width:1000px;
	background-image:url(images/fondo.jpg);
	background-repeat:no-repeat;
	background-position: 0px 175px;
	display:inline-block;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	background-color:#000;
}
div.fondoAbajo {
	margin:0px;
	padding:0px;
	width:400px;
	background-image:url(images/fondo.png);
	background-position:bottom;
	margin-right:50px;
}

div.fondoArriba {
	margin:0px;
	padding:0px;
	background-image:url(images/fondo.png);
	margin-right:50px;
	width:400px;
	height: 500px;
	overflow:hidden;
}

div.fondoArriba p {
	padding:5px;

}


/*----------------------------------------------------------------------------------------------------------------------------------------
Pie de Pagina*/
div#pie{
	background-color:#999;
	z-index:99;
	position:relative;
	top:0px;
	height:13px;
	border-top:#ccc 2px solid;
	border-bottom:#eee 2px solid;
	margin-top:100px;
	text-align:center;
	margin-bottom:6px;
	clear:both;
	
}
div#pie p{
	line-height:100%;
	margin:0px;
	vertical-align:middle;
	letter-spacing:2px;
	font-size: 0.7em;
}
