/* Margenes del formulario */
body {
	background-color: #E8E8E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Color de fondo */
body {
	background-color: #E8E8E8;
}
#main {
	position:relative;
	width:1000px;
}
#obras {
	position:absolute;
	top:-2px;
	left:700px;
	width:206px;
	background:#fff url(/img/bg_obras.png) repeat-y;
}
#obrasheader {
	width:206px;
	height:78px;
	background:#fff url(/img/img_header_obras.png) no-repeat top;
	margin:0;
	padding:0;
}
#obrascontent {
height:648px;
text-align:center;
margin:0;
padding:0;
}
#obrascontent p{
margin:0 30px 0 30px;
padding:0 0 5px 0;
text-align:center;
border-bottom:1px dotted #999999;

}
#obrasfooter {
	width:206px;
	height:38px;
	background:#fff url(/img/img_footer_obras.png) no-repeat bottom;
	margin:0;
	padding:0;
}
div.bordercontent {
margin:7px 2px 9px 7px;
border:1px solid #999999;
background:#B84B56 url(../img/flyer_buhorojo.jpg) no-repeat top right;
}
div.ventana {
margin:0;
padding:5px;
width:357px;
/*border:1px dotted #666666;*/
background:#FFFFFF;
text-align:left;
/*border-right:5px solid #8C233A;*/
}
select.input, div.ventana input.input,  div.ventana checkbox {
padding:0 3px 0 3px;
font: 10px Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background:#fff;
border:1px solid #333333;
}
div.ventana textarea {
padding:0;
font: 10px Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background:#fff;
border:1px solid #333333;
}
div.ventana span.labelformconcurso {
font:bold 10px Verdana, Arial, Helvetica, sans-serif;
color:#8C233A;
}

.FondoGrisOscuro {
	background-color:#000066;
}
.FondoGris {
	background-color:#999999;
}
.FondoGrisClaro {
	background-color:#CCCCCC;
}
.FondoGrisMuyClaro {
	background-color:#F5F5F5;
}
.FondoBlanco {
	background-color:#FFFFFF;
}
.FondoNaranjaClaro {
	background-color:#FFD350;
}


.SeparadorHorizontalPuntos {
	background-image:url(/img/separadorhorizontalpuntos.gif);
	background-repeat:repeat-x;
}
.SeparadorVerticalPuntos {
	background-image:url(/img/separadorverticalpuntos.gif);
	background-repeat:repeat-y;
}
/* Apartir de aquí, son las sombras para el fondo */
.SombraSuperior {
	background-image:url(/img/sombrasuperior.png);
	background-repeat:repeat-x;
}
.SombraSuperiorDrch {
	background-image:url(/img/sombrasupdrch.png);
	background-repeat:repeat-x;
}
.SombraSuperiorIzq {
	background-image:url(/img/sombrasupizq.png);
	background-repeat:repeat-x;
}
.SombraInferior {
	background-image:url(/img/sombrainferior.png);
	background-repeat:repeat-x;
}
.SombraInferiorDrch {
	background-image:url(/img/sombrainfdrch.png);
	background-repeat:repeat-x;
}
.SombraInferiorIzq {
	background-image:url(/img/sombrainfizq.png);
	background-repeat:repeat-x;
}
.SombraIzq {
	background-image:url(/img/sombraizq.png);
	background-repeat:repeat-y;
}
.SombraDrch {
	background-image:url(/img/sombradrch.png);
	background-repeat:repeat-y;
}