/* CSS Document */
{
	margin:0;
	padding:0
}

.verde
{
	height:30px;
	width:390px;
	background:#99AE6A;
	margin-bottom:10px;
}

#imagen_banner
{
	background:url(../images/general/banner_municipio.png) top;
	height:164px;
	width:608px;
	float:right;
	margin:0px;
}

#contenido
{
	height:auto;
	width:390px;
	margin:0px auto;
	background:url('../images/general/fondo_contenido.png') repeat-x #FFF;
	float:left;
	padding:50px 15px 0px 15px;
	text-align:justify;
}

.cuadrado
{
	background:url(../images/general/cuadrado_verde.png) no-repeat center left;
	padding-left: 15px;	
}

#cuadrado p
{
	font-family:Verdana;
}

.banner
{
	width:390px;
	height:22px;
	background:#COCDA0;
	font-family:Verdana;
	color:#FFFFFF;
	font-weight:bold;
}

.banner p
{
	padding:2px 0px 2px 10px;
}

.reglamento
{
	font-family:Verdana;
	margin-bottom:15px;
}

.contacto
{
	width:486px;
	height:404px;
	background:url(../web_nueva/imagenes/fonfo_contacto.png) no-repeat;
	margin:0px auto;
	font-family:Verdana;
	margin-bottom:15px;
	font-size:12px;
}

#fondo_contacto
{
	background:#FFFFFF;
	height:auto;
	width:390px;
	float:right;
	
}

#titulo
{
	background:#99AE6A;
	text-align:center;
	height:35px;
	padding-top:4px;
}

.epigrafe
{
	background:url(../images/general/cuadrado_verde.png) no-repeat center left;
	padding-left: 15px;	
}

.epigrafe_2
{
	width:467px;
	background:url(../images/general/cuadrado_verde.png) no-repeat center left;
	padding-left: 15px;	
	margin:0px auto;
}

.titulo
{
	font-weight:bold;
	margin-top:40px;
	text-align:center;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	margin-bottom:10px;
}

#nombre
{
	width:250px;
	margin:auto;
}

#mail
{
	width:325px;
	margin:auto;
	margin-left:60px;
}

#texteditor
{
	width:383px;
	margin:auto;
	height:200px;
}

#content_form
{
	width:420px;
 	margin-top:50px; 
	text-align:center;
	background:#FFFFFF;
	margin:40px 0px 0px 27px;
	float:left;
}

form #content_form input
{
	margin-left: 15px;
	margin-top: 10px;
	border:#667AB3 solid 1px;
}

form #content_form textarea
{
	margin-left: 15px;
	margin-top: 10px;
	border:#667AB3 solid 1px;
}

form #content_form nombre
{
	border:#667AB3 solid 1px;
}


#boton_enviar
{
	background:url(../web_nueva/imagenes/enviar.png) no-repeat;
	height:26px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	cursor:pointer;
}







