html,body {
   height:100%;
/* necesario para las sub-alturas */
}

body {
   margin:0;
   padding:0;
   overflow-x: hidden;
/* Para evitar el scroll horizontal de explorer 7 */
   background:url(images/body_bg.gif) left top repeat;
}

body, div, p {
   font-family: verdana;
   font-size:12px;
   color:#000;
}

div#layout {
   position:relative;
/* necesario para el posicionamiento */
   margin:0 auto;
/* lo centramos, aunque no funciona para explorer 5 */
   width:921px;
   height:auto !important;
/* para los navegadores modernos */
   height:100%;
/* Para que explorer lo interprete como alto m�nimo */
   min-height:100%;
/* para los navegadores modernos */
   background: url(images/sombras.gif) left top repeat-y;
}
div#cabecera_es {
   background:#cc0000;
   height: 155px;
   color: #fff;
   background: #cc0000 url(images/cabecera_es.jpg) left top no-repeat;
}

div#cabecera_gl {
   background:#cc0000;
   height: 155px;
   color: #fff;
   background: #cc0000 url(images/cabecera_gl.jpg) left top no-repeat;
}

div#menulangs{
	position:absolute;
	top:99px;
	left:635px;
	width:81px;
	height:37px;
}

div#menulangs ul{
	list-style:none;
}

div#menulangs ul li{
	list-style:none;
}

div#menulangs ul li a{
	display:block;
	text-indent:-9000px;
	width:81px;
	height:37px;
	outline:none;
}

div#cuerpo {
   margin-top		: 5px;
   margin-bottom	: 0px;
   margin-left		: 20px;
   margin-right		: 20px;
   padding-bottom	: 60px;
   background		: #fff;
}

div#lateral_destacados{
	width:230px;
	min-height:340px;
	height:auto !important;
	height:340px;
	float:right;
	clear:right;
}

div#lateral_destacados a{
	text-decoration:none;
}
div#lateral_destacados img{
	border:none;
	margin-bottom:1em;
}
div#col_izq_simple{
	width:375px;
	padding:10px;
	margin:0;
	float:left;
	clear:left;
	text-align:justify;
}
div#col_simple_eventos{
	min-height:260px;
	height:auto !important;
	height:260px;
	padding-top: 60px;
	color:#fff;
	width:230px;
	margin:0 10px;
	border:1px solid #ccc;
	boder-top:none;
	position:relative;
}
div.evento_portada{
	min-height:35px;
	height:auto !important;
	height:35px;
	width:90%;
	margin:0 auto;
	padding:2px 0 2px 0;
	border-bottom:1px solid #fff;
}
div#col_simple_eventos h3{
	padding-top:5px;
}
div#col_simple_eventos h3 a{
	font:normal bold 12px Arial, Helvetica, sans-serif;
	width:90%;
	color:#000;
	text-decoration:none;
}

div#col_simple_eventos h3 a:hover{
	text-decoration:underline;
}

div#col_simple_eventos #linkeventos{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:232px;
	height:40px;
	text-indent:-9000px;
	outline:none;
}

div#col_izq_doble{
	width:620px;
	padding:10px;
	margin:0;
	float:left;
	clear:left;
	text-align:justify;
}

div.evento_introduccion{
	min-height:50px;
	height:auto !important;
	height:50px;
	padding-bottom:10px;
	border-bottom:1px solid #998181;
}

div#layoutclear{
	clear:both;
	width:100%;
	height:1px;
}

h2.tit_seccion{
	font:normal bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#6B0003;
}
div#pie {
   position:absolute;
   width:100%;
/* 750px del ancho del layout menos 20px del padding */
   height: 60px;
   color: #fff;
   bottom:0;
/* lo encajamos al fondo de todo */
   background: url(images/pie.gif) left bottom no-repeat;
}

p#legal{
	padding-top: 10px;
	font:normal bold 12px Arial, sans, sans-serif;
	text-align: center;
	color: #fff;
}

#legal a {
	color: #ccc;
	text-decoration:none;
}

/* menu */

#nav {
	position: absolute;
	left: 10px;
	top: 111px;
	height: 35px;
	margin:0;
	padding:0;
	z-index: 1000;
}
	#nav li, #nav li.primero {
		float: left;
		list-style: none;
		height: 35px;
		padding-left: 10px;
		padding-right: 11px;
		background: url(images/separador.gif) right center no-repeat;
	}

	#nav li.ultimo {
		background: none;
	}


		#nav li a {
			text-decoration: none;
			text-transform:uppercase;
			font-family: arial;
			font-weight: bold;
			font-size: 12px;
			height: 35px;
			line-height: 35px;
			padding-left: 10px;
			padding-right: 10px;
			color: #fff;
		}

		#nav li a:hover {
			color: #ccc;
		}


div#breadcrumb a {
	color:#930101;
	font-size:.9em;
}

div#breadcrumb a:hover, div#breadcrumb a:focus{
	text-decoration:none;
}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.6em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.submenu
{
margin-left: 3em;
padding-left: 0;
list-style: none;
}

.submenu li
{
padding:12px 0 12px 38px;
background:transparent url(images/submenu.png) no-repeat 0 .3em;
}

.submenu li a{
	font: normal bold 1.2em Arial, sans-serif,serif;
	text-decoration:none;
	color:#930101;
}

.submenu li a:hover,.submenu li a:focus{
	border-bottom:4px solid #930101;
	color:#540000;
}

#banner_grado img{
	border:none;

}
#banner_grado{
	background-color:transparent;
	margin:0 0 5px 10px;
}

div#col_central {
	float:left;
}

h3.tit_evento {
	color:#900;
	font:1.5em normal bold Arial,sans-serif,sans;
	padding:12px 0 12px 40px;
	background:transparent url(images/submenu.png) no-repeat 0.3em;
}

/**
----------------------
TABLAS REDONDEADAS
----------------------
**/
.rounded-corner{font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:12px;width:600px;text-align:left;border-collapse:collapse;margin:20px;}
.rounded-corner thead th.horario{background:#b9c9fe url("images/left.png") left -1px no-repeat; font:normal bold 1.3em Arial, sans-serif,sans;}
.rounded-corner thead th{font-size:1.1em;font-weight:bold;}
.rounded-corner thead th.rounded-d5{background:#b9c9fe url("images/right.png") right -1px no-repeat;}
.rounded-corner th{font-weight:normal;font-size:13px;color:#039;background:#b9c9fe;padding:8px;}
.rounded-corner td{background:#e8edff;border-top:1px solid #fff;color:#669;padding:8px;}
.rounded-corner td.hora {border-right:1px solid #fff;color:#900;}
.rounded-corner tfoot td.rounded-foot-left{background:#e8edff url("images/botleft.png") left bottom no-repeat;color:#900;font: normal bold 1.2em Arial, sans-serif,sans;}
.rounded-corner tfoot td.rounded-foot-right{background:#e8edff url("images/botright.png") right bottom no-repeat;}
.rounded-corner tbody tr:hover td{background:#d0dafd;}
.rounded-corner tr.dia td{padding:.2em; background-color:#b9c9fe; color:#900; text-align:center;}
.rounded-corner tbody td .asignatura{font-weight:bold;font-size:.8em}
.rounded-corner tbody tr:hover td .asignatura{color:#900;}
.rounded-corner tbody td div.hora{width:100%;background-color:#b9c9fe; color:#444; text-align:center;margin:.2em 0;padding:.1em;font-size:.9em}
.rounded-corner tbody tr:hover td div.hora{color:#000;}
