@charset "utf-8";
/* CSS Document */

/*******************************************************************************yellow box */
div.box{ 
	margin:20px 25px 0 25px;
	width: auto;
	}

div.boxBottom {
	margin:0 25px;
	background:url(../../img/background_bottom.jpg) no-repeat top center;
	width:auto;
	height:53px;
	
}


* html div.box  div.boxCenterRight{padding:5px;}

*+html div.box  div.boxCenterRight{padding:5px;}

* html div.box  div.boxCenterCenter{padding:5px;}

*+html div.box  div.boxCenterCenter{padding:5px;}
	
/**********************************************************************************DIVS GENERALES*/

	
div#solInfo{
	width:95%;
	margin:0 20px;
	padding:0;
	float:left;
}



/*************************************************************************************CUERPO*/
div#solInfo_banner{
	font-family: Verdana;
	margin:0;
	height:130px;
	
}


div#solInfo_banner h2{
	font-size:30px;
	padding-top:40px;
	margin:0;
	padding-bottom:10px;
	color:#707070;
	
	
}
div#solInfo_content h3{
	font-size:18px;
	font-weight:bold;
	color:#c00e3a;
	border-bottom:1px solid #CCCCCC;
}

div#solInfo_content p.intro{
	font-size:12px;
	padding:10px 0 20px 0;
	line-height:20px;
	text-align:justify;

}

div#solInfo_content p{
	font-size:12px;
	padding:5px;
	text-align:left;
}

*html div#solInfo_content p{
	height:30px;

}

div#solInfo_content label{
	float:left;
	padding:0 20px;
	width:300px;
	
	
}

div#solInfo_content select, input{
	border:1px solid #ccc;
	width:200px;
	
}

div#solInfo_content textarea{
	border:1px solid #ccc;
	width:520px;
	height:150px;
	margin:10px 0 0 20px;
}

*html div#solInfo_content textarea{
	width:485px;
	float:left;
	
}

div#solInfo_content label.necesidades{
	width:500px;
	padding-top:15px;
}

div#solInfo_content strong{
	color:#c00e3a;
	
}

div#formSolInfo{
	width:63%;
	margin:20px auto;
	
	
}

*html div#formSolInfo{
	margin:50px 0 20px 150px;
	width:100%;
}

*+html div#formSolInfo{
	margin:50px 0 20px 150px;
	
}

div#solInfo_content{
	width:auto;
	position:relative;
	margin:20px auto;
}

div#solInfo_content form{
	border:5px solid #ccc;
	background:#f6f6f6;
	margin:20px auto;
	width:auto;
	position:relative;
	padding:20px 0;
	
	
}

.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#cccccc;
        border:0px;
        width:70px;
        height:23px;
		margin-left:270px;
		padding:5px;
       }
	   
	   
*html .boton{
	margin-left:335px;
}

.mensajeError{
	font-weight:bold;
	border: 1px solid red;
	padding:10px;
	color:#F00;
	display: none;
	
}



#aceptoCondiciones {
    float: left;
    width: 55px;
}
div#solInfo_content label.aceptoCondiciones {
    margin-bottom: 20px;
    width: 400px;
}
