/* 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: 10px;
	color: #006699;
}

span.justificado {
	display: block;
	text-align: justify;
}

img, div, input { behavior: url("iepngfix.htc") }

div#layout {
	position:relative;
	margin:0 auto;
	width:750px;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#fff;
}

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: 102px;
		width: 236px;
		left: 0px;
		top: 0px;
		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: 0px;
		margin-left: 250px;
		text-align:justify;
	}
		div#contenido div#textos div.titulo {
			height: 24px;
			line-height: 24px;
			margin-bottom: 10px;
			font-family: arial;
			font-size: 16px;
			font-weight: bold;
			color: #000;
			text-align:justify;
			cursor: default;
		}
		
		div#contenido div#textos div.margin-top {
			margin-top: 40px;
		}
			
		div#contenido div#textos div.texto, div#contenido div#textos div.texto p {
			color: #000; 
			font-size: 12px;
		}
		
		div#contenido div#textos div.texto {
			
		}
			div#contenido div#textos div.texto  h2{
				font-weight: bold;
				font-size: 12px;
				color: #000;
				margin: 0;
				margin-top: 40px;
				margin-bottom: 20px;
			}
				
			div#contenido div#textos div.texto p {
				margin:0;
				margin-bottom: 15px;
				margin-right: 30px;
				line-height: 18px;
				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 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: 132px;
				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.aptdo {
					padding-top:20px;
					padding-bottom: 20px;
					font-weight: bold;
					font-size: 14px;
					font-variant:small-caps;
				}
				
				div#contenido div#textos div.texto form table tbody td.requerido {
					background: #DFCED6 url(../images/requerido.gif) right top no-repeat;
					padding-right: 30px;
				}
				
				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: #A20132;
					border:1px solid #B5B8C8;
					background:#fff url(../images/input-bg.gif) repeat-x 0 0;
				}
				
				div#contenido div#textos div.texto form input.seleccionado {
					border: 0px none;
					background: none;
					font-weight: bold;
					cursor. default;
				}
				
				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;
				}
				
				
				div#contenido div#areas {
					position:relative;
					margin-left: 35px !important;
					margin-left: 32px;
					margin-top: 20px;
					margin-bottom: 20px;
					width: 465px;
					background: #ccc url(../images/areas_bg.gif) left top repeat;
				}
					
					div#contenido div#areas span.titulo {
						display: block;
						margin:0;
						padding:0;
						height: 37px;
						text-indent: -1000em;
						background: url(../images/areas_cabecera.gif) left top no-repeat;
					}
					
					div#contenido div#areas span.pie {
						display: block;
						margin:0;
						padding:0;
						height: 10px;
						text-indent: -1000em;
						background: url(../images/areas_pie.gif) left bottom no-repeat;
					}
					
					div#contenido div#textos div.texto div#areas h2 {
						margin:0;
						padding:0;
						padding-left: 20px;
						height: 40px;
						line-height: 40px;
						color: #000000;
						font-weight: bold;
						background: url(../images/puntos.gif) left bottom repeat-x;
						cursor: pointer;
					}
					
					div#contenido div#textos div.texto div#areas h2.ultimo {
						background: none;
					}
						div#contenido div#textos div.texto div#areas h2 span {
							float: right;
							margin-right: 20px;
							color: #A20132;
							text-decoration: none;
							font-weight: normal;
						}
						
					div#contenido div#textos div.texto div#areas div {
						padding:5px;
						background: url(../images/puntos.gif) left bottom repeat-x;
					}
					
					div#contenido div#textos div.texto div#areas div.ultimo {
						background: url(../images/puntos.gif) left top repeat-x;
					}
						div#contenido div#textos div.texto div#areas div table.info {
							width: 100%;
							border-spacing: 1px;
							border: 0px none;
							background: #777;
						}
							div#contenido div#textos div.texto div#areas div table.info td {
								padding: 10px;
								vertical-align:middle;
								background: #fff;
							}
							
							div#contenido div#textos div.texto div#areas div table.info td a.pdf {
								display: block;
								width: 23px;
								height: 24px;
								text-indent: -1000em;
								background: transparent url(../images/pdf.gif) left top no-repeat;
							}
							
							div#contenido div#textos div.texto div#areas div table.info td a.pre {
								color: #A20132;
								text-decoration: none;
								font-size: 10px;
							}
							
				div#contenido div#textos div.texto q  {
					display: block;
					padding:20px;
					font-size: 10px;
				}	
				
			
			div#contenido div#textos div.texto div.convocatoria {
				display: block;
				width: 170px;
				height: 110px;
				padding: 20px;
				padding-right: 20px;
				margin: 30px;
				margin-right: 20px;
				float: right;
				background: #cc0000 url(../images/convocatoria_bg.gif) left top no-repeat;
			}
			
	
	div#contenido div#textos div.texto table.bonificacion {
		margin-top: 20px;
		margin-bottom: 20px;
	}
		div#contenido div#textos div.texto table.bonificacion th {
			text-align: right;
			font-size: 11px;
			padding: 10px;
		}
		
		div#contenido div#textos div.texto table.bonificacion td.trbjdrs {
			text-align: right;
			font-size: 11px;
			padding-right: 30px;
			white-space:nowrap;
		}
		
			div#contenido div#textos div.texto table.bonificacion td.pctj {
				padding:5px;
			}
			
			div#contenido div#textos div.texto table.bonificacion td.pctj div {
				font-size: 10px;
				color: #fff;
				text-align: right;
				height: 12px;
				line-height: 12px;
				padding-right:4px;
				border:1px solid #000;
				border-bottom: 0px none;
				background: #a2a2a2;
			}
			
				
				
				
	
	/* 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: 50px;
				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;
						left: 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: 30px;
						margin:0;
						padding:0;
					}
						div#contenido div#lateral div#campus form p.btn_login input#btn_login {
							margin:0;
							padding: 0;
							width: 71px;
							height: 30px;
							background: url(../images/btn_login.gif) left top no-repeat;
							border: 0px none;
							cursor: pointer;
						}
			
			div#lateral ul#menu {
				margin:10px;
				margin-top: 20px;
				padding:0;
			}
				div#lateral ul#menu li{
					height: 24px;
					line-height: 24px;
					padding-left: 20px;
					background: url(../images/bullet.png) left 6px no-repeat;
				}
					div#lateral ul#menu li a{
						color: #000;
						font-weight: bold;
						font-size: 11px;
						text-decoration: none;
					}
					
					div#lateral ul#menu li a:hover{
						color: #A20132;
					}
		
		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;
	clear: both;
	float: none;
	/* 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: -205px;
		top: 20px;
		padding:0;
		height: 48px;
	}
		div#pie ul li {
			float: left;
			height: 48px;
		}
		
		div#pie ul li.camara {
			
		}
			div#pie ul li.camara a {
				display: block;
				width: 137px;
				height: 46px;
				margin-right: 20px;
				text-indent: -1000em;
				background: url(../images/camara-pie.png) center center no-repeat;
			}
			
			div#pie ul li.fundacion a {
				display: block;
				width: 95px;
				height: 48px;
				margin-right: 20px;
				text-indent: -1000em;
				background: url(../images/fundacion-pie.gif) center center no-repeat;
			}
			
			div#pie ul li.fondo a {
				display: block;
				width: 111px;
				height: 48px;
				margin-right: 20px;
				text-indent: -1000em;
				background: url(../images/fondosocial-pie.png) center center no-repeat;
			}
			
			div#pie ul li.femxa a {
				display: block;
				width: 100px;
				height: 49px;
				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 */
	}	