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



body {
	background-color:#CCC;
	text-align:center;
	padding:0px;
	margin:0px;
}
div#centro {
	border-left:#FFF solid 5px;
	border-right:#FFF solid 5px;
	background-image:url(../images/fondo.jpg);
	height:1415px;
	width:1000px;
	background-repeat:no-repeat;
	display:inline-block;
	text-align:right;
}
p#simposio {
	text-align:right;
	margin-top: 20px;
	margin-right: 20px;
}
p#mayo {
	text-align:right;
	margin-right: 35px;
}
p#invitados {
	margin-top: 40px;
	text-align:right;
	margin-right: 300px;
}
P.lista {
	text-align:center;
	margin-right: 35px;
}
div#columna {
	display:inline-block;
}
p#edumat {
	margin-top: 500px;
	margin-right: 20px;
}
div.linea {
	border-bottom:#FFFFFF solid 2px;
	padding:3px 0px;
}
a {
	color:#000;
	text-decoration: none;
	border: 0px solid #000000;
}
a:visited {
	color:#FF0000;
	text-decoration: none;
	border: 0px solid #000000;
}
a:hover {
	color: #b2c2d1;
	background: transparent;
	border: 0px solid #000000;
}
a:active {
	color: #ccc;
	background: transparent;
	text-decoration: underline;
	border: 0px solid #000000;
}
p#convocatoria {
	font-size: 14px;
	font-weight:100;
	font-family: Impact, Charcoal, sans-serif;
	color: #70b0ff;
	text-indent:0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align:center;
}