/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


* {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

body {
	/*font : 8pt "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font : 8pt Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin : 0px 0px 0px 0px;
	height: 100%;
	background-color: #eaeaea;
}

/* ----- link modificados ----- */

a:link {
	color: #e30d40; 
	text-decoration: none;
	border-bottom: 1px solid #d9bfc5;
}

a:link IMG {
	color: #ffffff;
}

a:visited {
	color: #e30d40; 
	text-decoration: none;
	border-bottom: 1px solid #d9bfc5;
}

a:hover {
	color: #44001B; 
	text-decoration: none;
	border-bottom: 1px solid #44001B;
}

a:active {
	color: #44001B; 
	text-decoration: none;
	border-bottom: 1px solid #44001B;
}

/* ----- link modificados ----- */

#contenedor {
	width: 100%;
	text-align:left;
	background-color: #fff;
	overflow: auto;
	height: 100%;
}

#cabecera {
	height: 50px;
	background-image: url(./img/cabeceraFondo.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
}

#cabeceraLogos { /* debe tener la misma estructura (width y margin left/right) que contenido y pie*/
	width: 770px; 
	margin:0px auto;
}

#contenedorLogoEASDAGV {
	float: left;
	margin-top: 4px;
	margin-left: 17px;
	padding-top:0px;
	height: 49px;
	width: 480px;
	background-image: url(img/logos.png);
	background-repeat: no-repeat;
	overflow: hidden;
}


#contenedorImagenCabeceraDerecha {
	float: right;
	height: 65px;
	width: 171px;
	background-image: url(imgs_cabecera/logoCambia.png);
	background-repeat: no-repeat;
	background-position: right;
}

#separaCabeceraContenido{
	margin: 0px 0px 4px;
	height: 12pt; /* en pt a propósito */
	background-color: #e3dfd8;
	padding: 1px;
}

#ruta {
	margin:1pt auto; /* especificamos en pt para sincronizar más fácil con separaCabeceraContenido */
	font-size:9pt;
	font-weight: bold;
	width: 770px;
	padding: 0px;
	text-indent: 17px;
}



#contenido { /* debe tener la misma estructura (width y margin left/right) que cabeceraLogos y pie*/
	width: 770px;
	margin:0px auto;
	height:405px;
	*height: 415px;
	padding: 0px;
	overflow: hidden;
}

#separaContenidoPie {
	margin: 2px 0px 0px 0px;
	*margin: 10px 0px 0px 0px;
	height: 4px;
	background-color: #e30d40;
}

#bajo {
	width: 100%;
	margin:0px auto;	
	background-color: #ECECEC;	
}

#pie { /* debe tener la misma estructura (width y margin left/right) que cabeceraLogos y pie*/
	width: 770px; 
	margin:1px auto;
	padding-left:10px;	
}


#pieForo {
	float:left;
	width: 250px;
	margin-left:10px;
	padding-left:0px;
}

#pie h1 {
	font-size: 18px;
	color: #463e29;
	margin: 3px 0px;
	padding:0px;
}

#pie p {
	color: #463e29;
	font-size: 11px;
}

.imagenPieForo {
	margin-right: 10px;
}



#piePreinscripcion {
	float:left;
	width: 220px;
	margin:0px;
}

#pieBuscador {
	float:right;
	text-align: right;
	width:auto;
	clear:both;
}

#pieBuscador h1{
	padding-left:20px;
	padding-right:20px;
}

#pieDatos{
	float: left;
	margin: 1px auto 10px;
	color: #463e29;
	text-align:center;
	width: 100%;
}

.clearit {
	clear:both;
}

.clearIzq {
	clear:left;
}


#fotosTrabajosDescripcion {
	text-align: left;
	color: #6f6754;
	float: right;
	margin-right: 20px;
}

.searchBox{
	background-image:url(./img/busqueda.png);
	background-repeat:no-repeat;
	background-position: right top;
	margin: 0px;
	height:22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 30px;
	padding-top:2px;
	clear:both;
	font-size:14px;
	background-color: #ECECEC;
	text-align:right;
}

.threePixelTextJog { height: 1%; }
.iframebody {
	background-color: #FFF;
}
.subrayado {
	text-decoration: underline;
}

#contenido2 {
	height:350px;
	overflow: auto;
}
