#sueloFormulario{
	float:left;
	background-color:#FAF8F8;
    width:910px;
    padding: 10px 15px 10px 15px;
    margin-bottom:20px;
    font-family:"Arial";
    font-weight:bold;
}
.cuerpofull > #sueloFormulario{
	margin-bottom:0px;
	width:910px;
	padding: 0px;
}
#sueloFormulario legend{
	margin-right:25%;
	color:#3D4695;
	font-size:95%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:8px;
}

#sueloFormulario label{
	color:#6B6C6C;
	font-size:80%;
}
/* ID Comunidad */

.contenedorFormulario{
	float:left;
	width:910px;
	height: auto;
	margin-bottom:5px;
}
.cuerpofull > #sueloFormulario > .contenedorFormulario{
	margin-bottom:2px;
	margin-top:2px;
}

.contenedorFormulario h5{
	float:left;
	margin-left:15px;
	margin-top:10px;
	width: 100%;
}

.cuerpofull > #sueloFormulario > .contenedorFormulario >.element{
	float:left;
	padding:0px 5px 0px 10px;
	margin-top:1px;
	margin-bottom:1px;
}

.element{
	float:left;
	padding:3px 5px 2px 10px;
	margin-top:5px;
	margin-bottom:5px;
}
.element textarea{
	background:#E6E6E6;
	width:746px;
	height: 50px;
	padding:1px 5px 1px 5px;
}
.element input {
	background:#E6E6E6;
	padding:1px 5px 1px 5px;
	height:25px;
	
}
.element input[type="number"]{
	width:100px;
}
.element select{
	background:#E6E6E6;
	width:250px;
	padding:1px 5px 1px 5px;
	height:25px;
}



/* Elementos*/
#asunto{
	width: 746px;
}
#mensaje{
	height:200px;
}
#nombreSolicitante{
	width:300px;
}

#nombre{
	width:300px;
}
#apellidos{
	width:300px;
	margin-bottom:2px;
}
#denominacion{
	width: 746px;
}
#municipioCom,#municipioEmp,#domicilio{
	width:300px;
}
#calleCom{width:523px;}

#municipioPer{
	width:300px;
}
#callePer{width:300px; margin-bottom:2px;}
#calleEmp{width:300px;}

#telefono,#email{
	width:300px;
}
/* para cuadritos pequeños */
#numeroCom,#numeroEmp,#numeroPer,#piso,#letra,#viviendas,#locales,#garaje{ 
	width:77px;
}


/* fin elementos */

.opciones{

	
}

.left{	
	float: left;
	padding-right:10px;
	width: 100px;
	margin:3px 5px 2px 5px; 	
}

.right{
	float: left;
	width:auto;
	margin:3px 0px 2px 0px;
}


.capa{
	float:left;
	width:240px;
	margin-right:40px;
	height:45px;
	margin-top:10px;
	padding:3px 5px 2px 10px 
}
.i{
	float: left;
	width: 150px;
	margin:3px 5px 2px 5px; 
}
.i2{
	float: left;
	padding-top:5px;
	width: 150px;
	margin:3px 5px 2px 5px; 
}
.r{
	float: left;
	width:40px;
	padding-left:10px;
	margin:3px 5px 2px 5px; 
}
.r2{
	float: left;
	padding-top:8px;
	margin:3px 5px 2px 5px; 
}
.r3{
	float: left;
	padding-top:8px;
	margin:3px 0px 2px 0px; 
}

#botonEnviar{
	background:url(../images/buttons/enviar.png) no-repeat;
	width:75px;
	height:30px;
}


#pLaboral{
	display:none;
}
#pContable{
	display:none;
}
/* Capa para notificar de un error en un input */
.error{
	border:1px solid red;
}
/* Mensaje encima de los formularios para notificar error. */
.errormsg li {
	color : red;
	margin-top:10px;
	margin-bottom: 15px;

	list-style: none;
}
.errorCapa{
	padding:5px;
	border-bottom:3px double blue;
	border:1px solid red;
	margin-right:40px;
	margin-top:10px;
	padding:3px 5px 2px 10px 
}
