@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:#0c3a6c;
	font-family:Arial, Geneva, sans-serif;
	color:#000;
}
#header{
	background:#0c3a6c;
	margin:0 auto;
	width:1080px;
	height:85px;
	text-align:center;
}

#header_fondo{
	background:url(../images/footer_33.jpg);
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	color:#000;
	width:1080px;
	height:85px;
	margin:0 auto;
	text-align:center;
	padding-top:0px;
}

#h1{	
	background:#000;
	width:800px;
	height:30px;
	margin:0 auto;
	padding-top:0px;
	text-align:center;
	font-size:19px;
	color:#000;
}
#h1 a{
	text-decoration:none;
	color:#000;
}
#h1 a:hover{
	color:#000;
}

#contenedor{
	background:url(../images/fondo_2024.png);
	margin:0 auto;
	width:1080px;
	color:#000;
	text-align:justify;	
}
#contenedor p{
	text-align:left;
}
#contenedor table{
	text-align:left;
	border="1";
}
#contenedor a{

	color:#1a81c7;
}
#contenedor a:hover{
	
	color:#0f6ba9;
}
#footer{
	background:url(../images/footer_2.jpg);
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	margin:0 auto;
	width:1080px;
	height:60px;
	text-align:center;
	color:#FFF;
	
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.datosLeft{
	text-align:left;
}

.datosRight{
	text-align:right;
}

.datosCenter{
	text-align:center;
}
.tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	width: 1000px;
	color:#000;
	margin:0 auto;
}

.tabla a{
	text-align:left;
	color:#000;
}
.tabla a:hover{
	text-align:left;
	color:#000;
}
.tabla th {
	background-image: url(../images/logo_seminario_1.jpg);
	background-repeat: repeat-x;
	color: #000;
}
.tabla th a{
	color: #000;
}
.tabla th a:hover{
	color: #000;
}