/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* definimos los focos (odio los puntitos) */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

/* las tablas todavía necesitan 'cellspacing="0"' */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



html,body {
	height:100%;
	/* necesario para las sub-alturas */
}

body {
	margin:0;
	padding:0;
	overflow-x: hidden;
	/* Para evitar el feo scroll horizontal de explorer 7 */
	color: #000;
	background:#fff url(../images/bg.png) left top repeat-x;
}

body, div, p {
	font-family: verdana;
	font-size:12px;
	color:#000;
}

blockquote {
	margin:10px;
	padding:10px;
	border: 1px solid #ccc;
	background: #eee;
}

span.negrita {
	font-weight: bold;
}

span.nota {
	font-size: 9px;
	color: #006699;
	padding-right:24px;
}

span.justificado {
	display: block;
	text-align: justify;
}
label.nota{
	font-size: 10px;
	color: #006699;
}

img, div, input { behavior: url("iepngfix.htc") }

div#layout {
	position:relative;
	/* necesario para el posicionamiento */
	margin:0 auto;
	/* lo centramos, aunque no funciona para explorer 5 */
	width:750px;
	height:auto !important;
	/* para los navegadores de verdad */
	height:100%;
	/* Para que explorer lo interprete como alto mínimo */
	min-height:100%;
	/* para los navegadores de verdad */
	background:#fff url(../images/bg-content.gif) left 125px no-repeat;
}

div#sombra-izda {
	position: absolute;
	display: block;
	width: 13px;
	height: 555px;
	left: -13px;
	background: url(../images/sombra-izda.png) right top no-repeat;
	z-index:1000;
}

div#sombra-dcha {
	position: absolute;
	display: block;
	width: 13px;
	height: 555px;
	right: -13px;
	background: url(../images/sombra-dcha.png) left top no-repeat;
}

div#cabecera {
	height: 125px;
	color: #fff;
	text-indent: -1000em;
	background: url(../images/header.png) left top no-repeat;
}
	div#cabecera h1 {
		position: absolute;
		display: block;
		margin:0;
		padding:0;
		height: 71px;
		width: 361px;
		left: 10px;
		top: 25px;
		background: url(../images/logo.png) left top no-repeat;
	}

div#contenido {
	padding-bottom: 100px;
	/* Este padding debe ser igual a la altura del footer */
}
	
	div#contenido div#textos {
		margin-right: 30px;
		margin-left: 250px;
		text-align:justify;
	}
		div#contenido div#textos div.titulo {
			height: 24px;
			line-height: 24px;
			padding-left: 30px;
			margin-bottom: 10px;
			font-family: arial;
			font-size: 16px;
			font-weight: bold;
			color: #003366;
			text-align:justify;
			cursor: default;
			background: url(../images/avion.png) left center no-repeat;
		}
		
		div#contenido div#textos div.margin-top {
			margin-top: 40px;
		}
			
		div#contenido div#textos div.texto, div#contenido div#textos div.texto p {
			color: #003366; 
			font-size: 12px;
		}
		
		div#contenido div#textos div.texto {
			
		}
			div#contenido div#textos div.texto  h2{
				font-weight: bold;
				font-size: 11px;
				color: #006699;
				margin: 0;
				margin-top: 15px;
				margin-bottom: 5px;
			}
				
			div#contenido div#textos div.texto p {
				margin:0;
				margin-bottom: 15px;
				padding:0;
			}
			
			div#contenido div#textos a.atras {
				display: block;
				.display: inline-block;
				height: 14px;
				padding-left: 18px;
				margin-bottom: 20px;
				color: #006699;
				text-decoration: none;
				background: url(../images/atras.gif) left center no-repeat;
			}
			
			div#contenido div#textos a {
				color: #006699;
				text-decoration: underline;
			}
			
			div#contenido div#textos ul#menu {
				margin:10px;
				margin-top: 30px;
				padding:0;
			}
				div#contenido div#textos ul#menu li{
					height: 36px;
					line-height: 36px;
					padding-left: 24px;
					background: url(../images/bullet.png) left center no-repeat;
				}
					div#contenido div#textos ul#menu li a{
						color: #003366;
						font-weight: bold;
						text-decoration: none;
					}
					
					div#contenido div#textos ul#menu li a:hover{
						color: #006699;
					}
					
			div#contenido div#textos ul#direcciones {
				margin:0;
				margin-top: 50px;
				margin-left: 10px;
				padding:0;
				width: 452px;
				height: 119px;
				background: url(../images/info.png) left top no-repeat;
				behavior: url("iepngfix.htc");
				
			}
				div#contenido div#textos ul#direcciones li {
					float: left;
					width: 190px;
					padding:10px;
					padding-left: 25px;
					margin-top: 20px;
					font-size: 9px;
					text-align: left;
					color: #006699;
					background: url(../images/bullet-flecha.png) 10px 12px no-repeat;
				}
			
			div#contenido div#textos ol {
				margin-left: 60px;
			}
		
			div#contenido div#textos ol li {
				list-style: decimal;
				padding:3px;
			}
			
			div#contenido div#textos a.pdf-programa {
	position:relative;
	display: block;
	width: 162px;
	margin-top: 30px;
	margin-left: 10px;
	height: 17px;
	text-indent: -10000em;
	background: transparent url(../images/descarga-programa.png) left top no-repeat;
			}
			
			div#contenido div#textos table.info {
				border-top: 1px solid #FF9900;
				border-bottom: 1px solid #FF9900;
			}

				div#contenido div#textos table.info thead {
					background: #fde4d0;
				}
				div#contenido div#textos table.info thead th {
					padding: 10px;
					font-weight: bold;
					text-align: center;
				}
				
				div#contenido div#textos table.info td {
					padding:5px;
					width: 50%;
				}
				
					div#contenido div#textos table.info td ul li{
						margin-bottom: 5px;
						font-size: 11px;
					}
						div#contenido div#textos table.info td ul li ul.ok li, div#contenido div#textos ul.ok li {
							margin-left: 20px;
							padding:5px;
							padding-left: 20px;
							background: url(../images/bullet-ok.gif) left 7px no-repeat;
						}
				
				/* Formularios */
				div#contenido div#textos div.texto form table tbody td {
					padding:3px;
				}
				
				div#contenido div#textos div.texto form table tbody td.label {
					padding-left:20px;
					text-align:left;
					vertical-align:middle;
				}
				
				div#contenido div#textos div.texto form table tbody td.labelTA {
					padding-left:20px;
					text-align:left;
					vertical-align:text-top;
				}
				
				
				div#contenido div#textos div.texto form table tbody td.formI {
					padding:0px;
				}
				
				
				
				div#contenido div#textos div.texto form table tbody td.asterisco {
					/* background: url(../images/asterisco.gif) left center no-repeat; */
				}
				
				div#contenido div#textos div.texto form input, div#contenido div#textos div.texto form textarea {
					padding:1px 3px;
					color: #006699;
					border:1px solid #B5B8C8;
					background:#fff url(../images/input-bg.gif) repeat-x 0 0;
				}
				
				div#contenido div#textos div.texto form input.checkbox {
					border: 0px none;
					background: none;
				}
				
				div#contenido div#textos div.texto form input.submit {
					border:0px none;
					width: 67px;
					height: 28px;
					background: url(../images/submit.gif) left top no-repeat;
					cursor: pointer;
				}
				
				div#contenido div#textos div.texto form input.reset {
					border:0px none;
					width: 67px;
					height: 28px;
					background: url(../images/reset.gif) left top no-repeat;
					cursor: pointer;
				}
				
				
				
	
	/* Lateral */
	div#contenido div#lateral {
		float: left;
		height: 382px;
		width: 220px;
	}
		div#contenido div#lateral div#campus {
			width: 220px;
			height: 143px;
			margin-bottom: 6px;
			background: transparent url(../images/campus-bg.gif) left top no-repeat;
		}
			div#contenido div#lateral div#campus form {
				position: relative;
				top: 55px;
				left: 10px;
			}
				div#contenido div#lateral div#campus form label {
					position: relative;
					display: block;
					width: 200px;
					height: 20px;
					margin-bottom: 5px;
				}
					div#contenido div#lateral div#campus form label span {
						position: absolute;
						display: block;
						right: 130px;
						height: 20px;
						line-height: 20px;
						color: #fff;
					}
					
					div#contenido div#lateral div#campus form label input {
						position: absolute;
						display: block;
						margin:0;
						padding:2px;
						left: 75px;
						width: 110px;
						height: 16px;
						font-size: 12px;
						color: #006699;
						background: #fff;
						border: 0px none;
					}
					
					div#contenido div#lateral div#campus form a {
						position: absolute;
						display: inline-block;
						lef: 10px;
						top: 55px;
						color: #fff;
						text-decoration: none;
						font-size: 10px;
					}
					
					div#contenido div#lateral div#campus form p.btn_login {
						position: absolute;
						top: 53px;
						left: auto;
						right: 31px;
						margin:0;
						padding:0;
					}
						div#contenido div#lateral div#campus form p.btn_login input#btn_login {
							margin:0;
							padding:0;
							width: 71px;
							height: 26px;
							color: #ffffff;
							border: 0px none;
							background: transparent url(../images/login.gif) center center no-repeat;
							cursor: pointer;
						}
		
		div#contenido div#lateral div#asistencia {
			width: 220px;
			height: 87px;
			text-indent: -10000em;
			background: transparent url(../images/asistencia-bg.gif) left top no-repeat;
		}
		
		div#contenido div#lateral a#adobe {
			position:relative;
			display: block;
			width: 181px;
			margin-top: 10px;
			margin-left: 10px;
			height: 17px;
			text-indent: -10000em;
			background: transparent url(../images/descarga-flash.png) left top no-repeat;
		}
	
div#pie {
	position:absolute;
	display: block;
	width:100%;
	height: 100px;
	color: #fff;
	bottom:0;
	text-align: center;
	/* lo encajamos al fondo de todo */
	background: url(../images/pie-bg.png) left bottom repeat-x;
}

	div#pie ul {
		position: absolute;
		margin:0;
		margin-left: 50%;
		left: -185px;
		top: 20px;
		padding:0;
		height: 48px;
	}
		div#pie ul li {
			float: left;
			height: 48px;
		}
		
		div#pie ul li.feuga {
			
		}
			div#pie ul li.feuga a {
	display: block;
	width: 104px;
	height: 54px;
	margin-right: 20px;
	text-indent: -1000em;
	background: url(../images/feuga-pie.png) center center no-repeat;
			}
			
			div#pie ul li.xunta a {
				display: block;
				width: 111px;
				height: 48px;
				margin-right: 20px;
				text-indent: -1000em;
				background: url(../images/xunta-pie.png) center center no-repeat;
			}
			
			div#pie ul li.femxa a {
	display: block;
	width: 120px;
	height: 48px;
	text-indent: -1000em;
	background: url(../images/femxa-pie.png) center center no-repeat;
			}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
