p.texto{
	text-align: center;
	color:black;
    background-color: #2499e3;
    -webkit-border-radius:5px;
	-webkit-box-shadow:0px 3px 0px #1a71a9;
    background-image: url('../images/img-eco.jpg');
}

#cargarimagenes{
    padding-top: 15px;
}

div.div_file{
	position:relative;
	/*margin:50px;
	padding:10px;
	width:100%;*/
}	
	

input.btn_enviar{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	opacity: 0;
}

#cargarimagenes img, #img-vehiculo img{
    width: 100%;
}



#cargarimagenes div, #img-vehiculo div{
    margin-bottom: 10px;
}

.text-centrado{
    color:white;
    -webkit-text-stroke: 0.5px black;/*border negro*/
    font-weight: 900; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.linea-inferior{
    border-bottom: 5px solid #94c045;
}

.linea-derecha{
    border-right: 1.5px solid #94c045;
}

.credits h5{
    text-align: left;
    font-size: 10px;
    color:grey;
}

#btnpegajoso{
    cursor: pointer;
}

#intro{
    padding-top: 49px;
}

/* Enlaces visibles sobre el fondo claro de los textos legales. */
#m-aviso .modal-body a,
#m-privacidad .modal-body a {
    color: #527510;
    text-decoration: underline;
}

#m-aviso .modal-body a:hover,
#m-aviso .modal-body a:focus,
#m-privacidad .modal-body a:hover,
#m-privacidad .modal-body a:focus {
    color: #334b08;
}
#contavisoform2{
    border: 5px solid #94c045; 
    background: #f8f8f8;
}

#avisoform2{
    background:white; 
    margin:10px;
    text-align:center;
    background: #f8f8f8;
}

#check-formulario{
    width: 5%; 
    float: left; 
    margin-top: 16px; 
}

#check-formulario em{
    float: left;
    margin-top: 10px
}