@import "reset.css";
/*------------------------------------------------------------------*/
/*TIPOGRAFIAS*/
@font-face {
	font-family: "Museo 300";
	src: url(Museo300-Regular.otf) format("opentype");
	}
/*------------------------------------------------------------------*/
body
{
	background-image: url('../imagenes/body-back.jpg');
	background-repeat: repeat-x;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
.main
{
	width: 960px;
	margin: 0px auto;
}
.header
{
	width: 950px;
	height: 150px;
	float: left;
	padding: 0px 0px 0px 10px;
}
.header h1
{
	width: 90%;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 260%;
	margin: 40px 0px 0px 0px;
}
.header h1 a
{
	text-decoration: none;
	color: #fff;
}
.header p
{
	color: #fff;
	font-size: 140%;
	margin: 10px 0px 0px 0px;
}
.lang
{
	width: 86px;
	height: 40px;
	float: right;
	background-image: url('../imagenes/lang-back.jpg');
}
.lang li
{
	width: 100%;
	float: left;
	margin:2px 0px 1px 0px;
	padding: 0px;
}
.lang li a
{
	width: 100%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #003f78;
}
.lang li a:hover
{
	text-decoration: underline;
}
.lang li a.act
{
	font-weight: bold;
}
.logos
{
	width: 950px;
	padding: 20px 0px 0px 10px;
	height: 185px;
	float: left;
	background-image: url('../imagenes/logos-back2.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.logos p
{
	color: #012342;
}
.nombre
{
	font-size: 90%;
}
.content
{
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
.coliz
{
	width:660px;
	float: left;
}
.coliz h2
{
	width: 650px;
	height: 44px;
	color: #fff;
	float: left;
	font-weight: normal;
	font-size: 200%;
	padding: 17px 0px 10px 10px;
	background-image: url('../imagenes/h2-back.gif');
	background-repeat: no-repeat;
}
.coliz p
{
	width: 650px;
	padding: 0px 0px 0px 10px;
	text-align: justify;
	margin: 10px 0px;
	font-size: 120%;
	line-height: 20px;
	color: #012342;
}
.coliz ul li
{
	width: 650px;
	padding: 0px 0px 0px 10px;
	text-align: justify;
	margin: 10px 0px;
	font-size: 120%;
	line-height: 20px;
	color: #012342;
}
.coliz a
{
	color: #0479e3;
}
.coletilla
{
	font-size: 80%;
	font-style: italic;
}
.colde
{
	width: 260px;
	float: right;
	background-image: url('../imagenes/downloads-back.jpg');
	background-repeat: no-repeat;
}
.colde h3
{
	margin: 15px 0px 0px 75px;
	font-size: 200%;
	float: left;
	color: #003f78;
}
.colde dl
{
	width: 100%;
	float: left;
	margin: 30px 0px 0px 0px;
}
.colde h4{
	font-size: 110%;
	color: #003f78;
	font-weight: normal;
	margin: 5px 0px;
}
.colde dl dt
{
	font-size: 130%;
	color: #003f78;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 100%;
}
.colde dl dd
{
	margin: 5px 0px 0px 0px;
	float: left;
	width: 100%;
}
.colde dl dd, .colde dl dt
{
	padding: 0px;
	float: left;
	width: 100%;
}
.colde dl dd ul li
{
	margin: 2px 0px;
	padding: 0px;
}
.colde dl dd ul li ul
{
	margin: 2px 0px;
	margin-left: 20px;
	padding: 0px;
}
.colde dl dd ul li a
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 110%;
	color: #012342;
}
.colde dl dd ul li a.pdf
{
	background-image: url('../imagenes/icon-pdf.gif');
}
.colde dl dd ul li a:hover
{
	text-decoration: underline;
}
.logoslis
{
	float: left;
	width: 950px;
/*	width: 100%;*/
	margin: 0px 0px 10px 0px;
	text-align: center;
/*	margin-left: 20px;*/
}
.logoslis li
{
	display: inline;
	margin:0px 20px 0px 0px;
	padding: 0px;
}
.logoslis li a img
{
	border: none;
}
.center
{
	text-align:center;
	width: 90%;
	margin: 0px 0px 20px 0px;
}
.margen_logo
{
	margin-bottom: 20px;
}
.center li
{
	margin: 0px 5px 0px 10px;
}
.footer
{
	width: 960px;
	height: 120px;
	padding: 10px 0px 10px 0px;
	float: left;
	margin: 40px 0px 0px 0px;
	border-top: 2px #003f78 solid;
	background-image: url('../imagenes/footer-back.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.movie
{
	float: right;
}
.movie a
{
	color: #2d6191;
	text-decoration: none;
}
.movie a:hover
{
	text-decoration: underline;
}
#menuanclas
{
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#menuanclas ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menuanclas ul li a
{
	color: #fff;
	float: left;
	text-decoration: none;
	font-size: 120%;
	background-color: #003f78;
	margin:0px 4px 0px 0px;
	padding:3px 5px 3px 5px;
	border-bottom: 1px solid #003f78;
	border-left: 1px solid #003f78;
	border-right: 1px solid #003f78;
}
#menuanclas ul li a:hover
{
	text-decoration: underline;
}
#menuanclas ul li a.act
{
	background-color: #fff;
	color: #003f78;
	
}
.dpdf
{
	padding: 0px 0px 0px 15px;
	background-image: url('../imagenes/icon-pdf.gif');
	background-repeat: no-repeat;
}
#tagenda
{
	width: 648px;
	border-collapse: collapse;
	margin: 0px 0px 20px 10px;
	padding:0px;
	float: left;
	color: #012342;
	
}
#tagenda tr, #tagenda td
{
	border-collapse: collapse;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}
#tagenda tr td p
{
	width: 97%;
	float :left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}
#tagenda tr td p.hora
{
	width: 90%;
	background-color: #012342;
	color: #fff;
	text-align:center;
	float: left;
}
#tagenda tr td p.tit
{
	background-color: #A2DFFF;
}
#tagenda caption
{
	font-size: 130%;
	padding: 5px 0px;
	text-align: left;
	border-bottom: 1px solid #012342;
}
#tagenda thead
{
	background-color: #c4c4c4;
}
#menuagenda
{
	margin: -10px 0px 20px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#menuagenda li
{
	display: inline;
}
#menuagenda li a
{
	padding: 5px;
	margin: 0px 10px 0px 0px;
	float: left;
	border-bottom: 1px solid #003f78;
	border-left: 1px solid #003f78;
	border-right: 1px solid #003f78;
	color: #012342;
	text-decoration : none;
}
#menuagenda li a.act
{
	font-weight: bold;
}
.cic
{
	
}
.cic img
{
	margin: 0px 0px 0px 10px;
	float: left;
}
.cic p
{
	width: 620px;
	float:left;
	font-size: 110%;
	text-align: center;
	margin: 10px 0px 0px 10px;
	color: #012342;
}
.cic p a
{
	color: #012342;
}
#pri
{
	margin: 35px  0px 0px 0px;
	text-align: left;
}