@charset "utf-8";
/* CSS Document */

@media only screen and (max-width : 640px) {
.contenidoDatos, .contenidoVerificacion{
	border:1px solid #DADADA;
	float:left;
	width: 48.8%;
	padding:2em 0 0 0;
	min-height:16em;
	}

}



/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 240px) and (max-width: 480px) {
	.contenidoDatos, .contenidoVerificacion{
	width: 99%;
	padding:2em 0 0 0;
	min-height:10em;
	margin-bottom:0.5em;
	}
	.contenidoVerificacion {
    margin-left: 0;
}
h2 {
    font-size: 2em;
    margin: 0.5em 0 !important;
    overflow: auto;
}


}
@media only screen and (max-width: 360px) {
	
.contiene_boton_sup {
    text-align: left;
    padding: 1.5em 0;
}
.contiene_boton_sup a {
    display:block;
	width:72%;
	margin-bottom:0.2em;
}

#contenedor_pie ul li a, #contenedor_pie p{
	font-size:0.8em;
	}
.divdatos.consultaDatosFiscales {
    width: 90% !important;
}
#botoneraAcciones {
    float: none;
    width: 100%;
}
#botoneraAcciones p {
    float: none;
    display: block;
   
}
#botoneraAcciones a {
    padding: 1em 2em 1em 3em;
    width: auto;
    border: 1px solid #000;
    display: block;
    float: left;
    margin-right: 0.1em;
    font-weight: bold;
    text-decoration: none;
	 margin-bottom: 0.5em;
}

}

