@charset "utf-8";
/* Autor: Francisco Camarena , triplewsystems.com */
header, nav, section, article, aside, figure, footer{
	display:block;
}
.limpiar{
	clear:both;
}
a img{
	border:none;
}


.clase_boton_registrar{
	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #6BBBD6;

	padding:13px;
	margin-top:0px;
	width:120px;
	background:#04A645;

	color:#FFFFFF;
	font-size:15px;
	font-weight:normal;		

}

.clase_boton_registrar:hover{
	cursor:pointer;
	background: #329837;
}



/*** DISEÑO PARA TABLETAS  HORIZONTAL   ***/
/******************************************/
@media only screen and (max-width:1250px){



}

@media only screen and (max-width:1024px){

}

/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/

@media only screen and (max-width:768px){

}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:480px){


}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){



}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	

}