*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* ///////////////////////////////////////
//////////////////////////////////////////
///				VALIDACION	     	   ///
//////////////////////////////////////////
//////////////////////////////////////////*/


/* ///////////////////////////////////////
//////////////////////////////////////////
//MENSAJE DE ERROR, VALIDACION DE USUARIO//
//////////////////////////////////////////
//////////////////////////////////////////*/

.titulo_captura{
    width: 100%;
    height: 100px;
}

.select{
    width: 100%;
    height: 100px;
}

.cont-captura{
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 100%;
    margin: 0px auto;
}

.cont-captura form table{    
    margin: 0px auto;
    width: 100%;
}

.cont-captura form table input{
    width: 100px;
    height: 30px;
}

.cont-captura form table img{
    height: 50px;
}

.select-left{
    text-align: left;
}

.cont-captura form select{
    height: 30px;
}

