@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #cc0000;
	margin-bottom: 10px;
}

a { color: #cc00000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

#master {
	width: 944px;
	margin: 0 auto;
}

/* =============== */

#clear {
	clear: both;
}

/* =============== */

#header {
	background-image: url(../images/backgHeader.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 944px;
	padding-top: 0px;
	text-align: center;
	margin-bottom: 5px;
}

#header #buscador {
	float:right;
	width: 200px;
	padding: 5px 0;
}

/* =============== */

#menu {
	color: #fff;
	padding-top: 0px;
	margin-top: 30px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

/* ================ */

#headerBottom {
	height: 20px;
	background-image: url(../images/backgHeaderBottom.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 12px;
	margin-bottom: 5px;
}

#logoHome {
	width: 44px;
	float: left;
}

#titlePage {
	float: left;
	width: 450px;
}

#submenuHeader {
	width: 300px;
	text-align: right;
	float: right; 
	color: #333333;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-weight: bold;
	text-transform: uppercase;
}

#submenuHeader a {
	color: #333;
	background-image: url(../images/backgSubmenuHeaderBottom.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 3px 10px;
}

#submenuHeader a.zoom {
	background-image: url(../images/Zoom.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 18px;
}
/* ================ */

#flashHome {
	width: 944px;
	height: 180px;
	margin-bottom: 5px;
}

/* ================ */

#content {
	width: 944px;
}

#content a {
	color: #000;
	text-decoration: underline;
}

#content a:hover { 
	color: #cc0000;
}

#contentLeft {
	width: 712px;
	float: left;
}

#contentRight {
	width: 230px;
	float: right;
	/*height: 400px;*/
}

/* ================= */

#destacadoHome {
	width: 250px;
	float: left;
	margin-right: 2px;
	height: 140px;
	color: #fff;
	margin-bottom: 5px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#destacadoHome #img {
	height: 150px;
}

#destacadoHome #title {
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
} 

#destacadoHome #title a {
	color: #666;
	text-decoration: underline;
}

#destacadoHome #title a:hover {
	text-decoration: none;
}

#destacadoHome #cuerpo {
	font-size: 11px;
	color: #333;
	font-family: Trebuchet MS;
	padding: 0 5px 5px 0px;
	padding-top: 0px;
}

/* ================= */

#actualidad {
	width: 230px;
	margin-bottom: 10px;
}

#actualidad #title {
	background-image: url(../images/backgActualidad.gif);
	background-repeat: no-repeat;
	height: 20px;
	color: #fff;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#actualidad #prensa {
	padding: 5px;
}

#actualidad #prensa a.todas {
	display: block;
	margin: 5px 0 0 0;
	color: #cc0000;
	text-decoration: underline;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#actualidad #prensa a.todas:hover { text-decoration: none; }

#actualidad #prensa ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#actualidad #prensa ul li {
	background-image: url(../images/backgLi.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

#actualidad #prensa ul li a {
	color: #333;
	text-decoration: underline;
}

#actualidad #prensa ul li a:hover {
	text-decoration: none;
}

/* ================= */

#newsletter {
	width: 230px;
	background-image: url(../images/backgNewsletter.gif);
	background-repeat: no-repeat;
	height: 70px;
	vertical-align: top;
}

#newsletter #title {
	background-image: url(../images/backgNewsletterTitle.gif);
	background-repeat: no-repeat;
	height: 20px;
	color: #fff;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#newsletter form {
		padding: 0px;
		margin: 0px;
	}
	
#newsletterForm {
		height: 35px;
		padding: 12px 0 0 5px;
	}
	
#newsletterForm a {
		color: #333;
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		display: block; 
		padding-top: 4px;
	}

#newsletterForm a:hover {
		text-decoration: none; 
	}
	
#newsletterForm input {
		border: 1px solid #333;
		width: 140px;
		height: 20px;
		margin-right: 10px;
		float: left;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		padding-left: 3px;
	}
	
#newsletterForm input.button {
		border: 1px solid #317393;
		height: 24px;
		width: 24px;
		background-image: url(../img/backgButton.gif);
		background-repeat: no-repeat;
	}

/* ================= */

#logosFooter {
	padding-top: 5px;
	height: 54px;
	background-image: url(../images/backgLogos.gif);
	background-repeat: no-repeat;
	width: 944px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

#logosFooter a img {
	border: none;
}

/* ================= */

#footer {
	height: 21px;
	background-image: url(../images/backgFooter.gif);
	background-repeat: no-repeat;
	width: 944px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
}

#footer a {
	color: #333;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ================= */
/* Submenu sala prensa*/

#submenuPrensa {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 20px;
	padding: 5px 0 7px 330px;
	height: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#submenuPrensa a {
	font-size: 14px;
	float:left;
	color: #666;
	text-decoration: none;
	display:block;
	background-color: #e5e5e5;
	padding: 4px;
	margin-right: 3px;
}

#submenuPrensa a:hover, #submenuPrensa a.current {
	background-color: #666;
	color: #fff;
}

/* ================= */

#submenu {
	float: left; 
	width: 155px;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu ul li a {
	background-image: url(../images/backgLiSubmenu.gif);
	padding-top: 1px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #333;
	text-decoration: underline;
}

#submenu ul li a:hover {
	text-decoration: none;
}

#submenu ul li a.active {
	background-image: url(../images/backgLiSubmenuActive.gif);
	font-weight: bold;
}

/* ================= */

#contentPage {
	float: left;
	width: 540px;
	padding-left: 10px;
}

#contentPage #title {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentPage #title2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

#contentPage #contenido { 
	font-size: 11px;
	color: #333;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
/*#contentPage #contenido span { color: #cc0000; font-size: 11px; font-family: Trebuchet MS; padding-right: 3px;}*/

#contentPage #contenido #block {background-color: #e9e9e9; padding: 5px; margin-bottom: 5px; background-repeat:no-repeat; background-position: top right;}

/* ================= */

#moduloRight {
	width: 230px;
	margin-bottom: 10px;
}

#moduloRight #title {
	background-image: url(../images/backgTitle.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
}

#moduloRight #links {
	text-align: right;
}

#moduloRight #links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#moduloRight #links ul li a {
	background-image: url(../images/backgLi.gif);
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right 2px;
	color: #333;
	text-decoration: underline;
}

#moduloRight #links ul li a:hover {
	text-decoration: none;
}

/* ================= */

#info {
	text-align: center;
	margin-bottom: 10px;
}

/* ================= */

#numRows {
		background-image: url(../images/backgRows.gif);
		background-repeat: no-repeat;
		margin-left: 360px;
		height: 20px;
		padding: 0px 0 0 0px;
		text-align: center;
		width: 216px;
		margin-bottom: 20px;
		color: #ccc;
		float:left;
		width: 220px;
	}

#numRows span {
		margin: 0 7px;
		color: #333;
	}
	
#numRows a {
		color: #333;
		text-decoration: underline;
	}
	
#numRows a:hover {
		text-decoration: none;
	}
	
	
#volver {
	float:right;
	width: 100px;
	text-align:right;
}

#volver a {
		color: #333;
		text-decoration: underline;
	}
	
#volver a:hover {
		text-decoration: none;
	}

/* ================= */
#blockNoticiasAlumnos {
	margin-top:10px;
	width: 90%;
}

#blockNoticiasAlumnos #foto {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

#blockNoticiasAlumnos #fecha {
	font-size: 10px;
	color: #FF3333;
	margin-left: 10px;
	padding-top: 10px;
}

#blockNoticiasAlumnos #content {
	float: left;
}

#blockNoticiasAlumnos #content #foto {
	float: left;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

#blockNoticiasAlumnos #content #fecha {
	font-size: 10px;
	color: #FF3333;
	margin-left: 10px;
	padding-top: 10px;
}

#blockNoticiasAlumnos #content #titular {
	font-size: 26px;
	margin-bottom: 8px;
}

#blockNoticiasAlumnos #content #titular a {
	font-size: 18px;
	text-decoration: underline;
}

#blockNoticiasAlumnos #content #titular a:hover {
	text-decoration: none;
}

#blockNoticiasAlumnos #content #texto {
	line-height: 20px;
	font-size:14px;
}

/* ================= */


#noticia {
		margin-bottom: 10px;
		width: 187px;
		float: left;
		background-color: #fff;
		margin-right: 0px;
		padding: 0 10px 20px 0;
	}
	
#noticia #noticiaImg {
		width: 150px;
		height: 150px;
		margin-bottom: 5px;
		padding:2px;
		background-color: #e2e2e2;
		border: 1px solid #ccc;
	}
	
#noticia #fecha {
			color: #666;
			font-size: 9px;
			margin-bottom: 3px;
		}
		
#noticia #titulo {
			color: #cc0000;
			font-size: 11px;
		}
		
#noticia #titulo a {
			color: #cc0000;
			font-size: 14px;
			text-decoration: underline;
		}
		
#noticia #titulo a:hover {
			text-decoration: none;
		}
		
#noticia #breve {
	color: #666;
	font-style: italic;
}
		
#noticia #detalles {
			color: #666;
			font-size: 9px;
			font-style: italic;
		}

/* ================= */

#noticiaAmpliada {
		margin-bottom: 10px;
	}
	
#noticiaAmpliada #noticiaImgGrande {
		width: 400px;
		height: 400px;
		margin-bottom: 5px;
		float: right;
		margin-left: 10px;
	}
	
#noticiaAmpliada #fecha {
			color: #666;
			font-size: 9px;
			margin-bottom: 5px;
		}
		
#noticiaAmpliada #titulo {
			color: #000;
			font-size: 30px;
			margin-bottom: 12px;
		}
		
#noticiaAmpliada #breve {
	color: #000;
	margin-bottom: 20px;
	font-size: 14px;
}
		
#noticiaAmpliada #detalles {
			color: #666;
			font-size: 9px;
			font-style: italic;
			margin-bottom: 20px;
}

#noticiaAmpliada #relacionado {
	color: #000;
	margin-bottom: 20px;
	font-size: 14px;
}

#noticiaAmpliada #relacionado ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#noticiaAmpliada #relacionado li a {
	background-image: url(../images/backgLiModuloLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #cc0000;
	padding-left: 10px;
}

#noticiaAmpliada #relacionado li a:hover {
	text-decoration: none;
}

/* ================= */

form {
	margin: 0px;
	padding: 0px;
}

#formHeader {
	padding: 8px;
	background-color: #e57f7f;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

div#form-msg-ok {
	display: none;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #2B8205; 
	padding: 10px;
	color: white;
	width: 970px;
}

div#form-msg-ko {
	display: none;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10px;
	background-color: #CB292B; 
	padding: 10px;
	color: white;
}

div#form-msg-ko a {
	color: white;
	text-decoration: underline;
}

div#form-msg-ko a:hover {
	text-decoration: none;
	color: #fff;
}

div#form-msg-alert,
div#form-msg-info,
div#flashMessage {
	display: block;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	padding: 0px 0px 0px 8px;
	background-image: url(../img/li_red.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin: 10px 0px;
}

div#flashMessage {
	display: block;
}

div#flashMessage.login-failed { color: red; width: 428px; margin-bottom: 10px;}
div#flashMessage.alert { width: 428px; margin: 10px 0px; }


div#form-msg-info { background-color: #00693E; }

label {
	width: 260px;
	display: block; 
	float: left;
	padding: 10px 0px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	margin-right: 5px;
}

label .label {
	display: block;
	width: 260px;
	padding-bottom: 5px;
	float: left;
	color: #cc0000;
	margin-right: 5px;
}

label span.label span { font-weight: normal; }
label span.required { color: red; font-weight: bold; }

label input,
label select { 
	display: block; 
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin-right: 5px;
}

label select {
	width: 257px;
	padding: 2px;
	border: solid 1px #c0c0c0; 
}

label textarea { 
	display: block;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	width: 900px;
	height: 100px;
	text-align: left;
}

input, textarea, select { 
	font-family: Tahoma, "Courier New", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}
input.textbox, textarea.textbox { 
	width: 250px;
	padding: 3px;
	border: solid 1px #c0c0c0; 
}

textarea.textbox { width: 900px; font-size: 11px; }

input.validation-failed, textarea.validation-failed { 
	background-color: #fae9e9;
	font-weight: normal;
}
input.button {
	color: white;
	background: #cc0000;
	text-align: center;
	border: none;
	padding: 0px 18px 3px 18px;
	/*border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-bottom: 1px solid #0e1f5b;
	border-right: 1px solid #0e1f5b;*/
	background-image: none; 
	font-weight: normal;
	height: 22px;
}

div.toolbar { clear: both; padding-top: 15px; margin-bottom: 10px;}

div.validation-inline-error-message { 
	clear: both; 
	display: block; 
	padding: 5px 0px 10px 6px; 
	color: red; 
	font-size: 9px; 
	font-weight: normal;
	font-family: Tahoma;
	background-image: url(../img/li_red.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* ======================= */


ul#list {
	margin: 0px;
	padding: 10px 0 ;
	list-style: none;
}

ul#list li a {
	background-image: url(../images/backgLiSubmenu.gif);
	padding-top: 1px;
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #333;
	text-decoration: underline;
	padding-left: 10px;
	font-size: 14px;
}

ul#list li a:hover {
	text-decoration: none;
}

ul#list li a.active {
	background-image: url(../images/backgLiSubmenuActive.gif);
	font-weight: bold;
}

/* ====================== */
#blockAlbums {
	width: 150px;
	padding: 5px;
	background-color: #eee;
	float:left;
	margin: 0 5px 5px 0;
	border:1px solid #ddd;
}

#blockAlbums #album {
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	height: 40px;
}

#blockAlbums #album a {
	color:#666;
	text-decoration: none;
}
#blockAlbums #album a:hover {
	color: #cc0000;
}

#albumTitle {
	font-size: 20px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 50px;
}

/* featured video*/

#featured {
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 130px;
}

#featured span {
	font-size: 26px;
	display: block;
	margin-bottom: 10px;
}

#wrap {
	margin: 0px auto;
	text-align: center;
	background: red;
	width: 940px;
}