@charset "UTF-8";

.importanteAon{
	font-size: 13px;
}

.contenedorGral{
	margin: auto;
	margin: 10px auto;	
	max-width: 1240px;
	/*border: 2px solid #909090;*/
	text-align: center;
	overflow: hidden;				
}

.contenedorInformes{
	margin: 20px;
	width: 370px;
	border: 1px solid #909090;
	float: left;	
	position: relative;
	min-height: 115px;
}

.contenedorInformes img{	
	padding-left: 10px;
}

.descripcion{
	/*parrafos*/
	padding: 10px;
	font-size: 14px;
	color: #c5c5c5;
	text-align: center;
}

.descripcion a{
	color: #215898;
}

.requisitos{
	color: #c5c5c5;
	padding: 10px;
	font-size: 13px;
	text-align: center;
}

.requerido{
	font-size: 15px;
	/*font-weight: bold;*/
	color: #ff0000;
}

p a{
	color: #fff;
}


/*Contenedor de los pedidos*/
#divBordePedido{
	padding: 5px;
	border: 1px solid #bbb;	
	overflow: hidden;
}

#divBordePedido img{
	border: 1px solid #dddddd;
}

.contenedorPedidos{		
	width: 	47%;
	float: left;
	text-align: left;
	padding-left: 2%;	
	/*border: 1px solid #ccc;*/
	/*box-shadow: 10px 10px 10px #ccc;*/
	/*background-color: #21589820;	*/	
}

.contenedorPedidos input{		
	width: 90%;	
	height: 2em;
	background-color: rgba(21,58,98,0.6);
	color: #dddddd;
}

.contenedorPedidos textarea	{		
	width: 90%;	
	height: 2.7em;
	background-color: rgba(21,58,98,0.6);	
	color: #dddddd;
}

.contenedorPedidos select{
	width: 90%;
	height: 2.7em;
	background-color: #215898;
	color: #dddddd;
}

.contenedorPedidos .botones{
	width:auto;
	padding: 	0.3em 1.2em;
	color: white;
	background: #215898;
	display: inline-block;
	margin: 1em auto;	
}

.contenedorPedidos .botones:hover{
	background: #348130;
}

.botones{
	width:auto;
	padding: 	0.3em 1.2em;
	color: white;
	background: #215898;
	display: inline-block;
	margin: 1em auto;	
	font-size: 15px;
	text-decoration: none;
}

.contenedorPedidos a{
	text-decoration: none;
}

.nombreCampo{	
	font-size: 15px;
	color: #8faac7;
	padding-top: 12px;		
}

.matricula{
	width: 90%;
	/*border: 1px solid #909090;	*/
	padding-bottom:10px;
}

.pMatricula{
	font-size: 30px;	
	display: inline;
}

.matricula input{
	width: 12%;
}

ul{
	margin: 20px 10px;
}

.liSeguros{	
	font-size: 14px;
	margin: 5px;
	color: #c3c3c3;
	list-style-type: square;
	list-style-image: url("../img/iconoFlechaAzul.png");	
}

.liRequisitos{
	font-size: 14px;
	margin: 5px;
	color: #c5c5c5;
	list-style-type: square;
	list-style-image: url("../img/iconoFlechaAzul.png");	
}

.liPrecios{
	font-size: 14px;
	margin: 5px;
	color: #c3c3c3;
	list-style-type: square;
	list-style-image: url("../img/iconoFlechaAzul.png");		
}

.preguntas{
	color: #215898;
	font-weight: bold;
	font-size: 17px;
}

input, textarea, select {
    width: 100%;
    margin-bottom: 0.8em;
    height: 2.4em;    
}

#contacto input{
	max-width: 500px;
	width: 90%;
    height: 2em;
    background-color: #21589820;
    color: white;    
}

#contacto textarea{
	max-width: 500px;
	width: 90%;
    height: 5em;
    background-color: #21589820;
    color: white;        
}

a{
	color: white;
}

/* Responsive */
@media screen and (max-width: 1260px){
	.contenedorInformes{
		margin: 20px;
		/*width: 500px;*/
		width: 40%;
		/*border: 1px solid #909090;*/
		float: left;	
		position: relative;
		min-height: 100px;

		transition: all 0.7s;
		-moz-transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
	}

}

p{
	color: #c3c3c3;
	font-size: 15px;
	margin: 5px;
}


h1{
	color: #c5c5c5;
	font-size: 25px;
	text-align: center;
}

h2{	
	color: #909090;
	font-size: 20px;		
	text-align: center;
	margin: 4px;
}

h3{	
	color: #215898;
}

h4{	
	padding: 10px 2px;	
	/*padding-left: 10px;	
	padding-bottom: 10px;*/
	color: #215898;
	font-size: 17px;	
	display: inline-block;
}



@media screen and (max-width : 850px){	
	.contenedorInformes{
		margin: 5px auto;		
		width: 90%;
		border: 1px solid #909090;		

		transition: all 0.7s;
		-moz-transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
	}

	.contenedorPedidos{		
		width: 70%;
		float: none;
		margin: auto;
	}
	
}

@media screen and (max-width : 550px){	
	.contenedorPedidos{		
		width: 97%;
		float: none;
		margin: auto;
	}
	
}

