@CHARSET "UTF-8";

/*
 * Every plugin class is defined under wpmacarena-plugin class.
 */
 
.wpmacarena {
	font-family: Tahoma;
	color: #026d35;
}

.wpmacarena .clear-left {
	clear: left;
}

.wpmacarena div.centered {
	position: relative;
	clear: both;
}

.wpmacarena .textocontacto {
	font-size: 100%;
}

.wpmacarena .textoAnotacion {
	width: auto;
	clear: both;
}

#content .wpmacarena h1.hidden-title, 
	#content .wpmacarena h2.hidden-title, 
	#content .wpmacarena h3.hidden-title {

	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
}

.formDt{/*Sirve para los dt de la pagina de activacion de hermanos mrobledo*/
	width:265px; 
	height:20px; 
	clear:none; 
	display:block; 
	float:left;
}

.cuadroComprobacionDatosBrotherApp {
	background-color: #ECECE0; 
	margin-bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%; 
	/*border: 1px solid #026D35;Comentado para quitar la linea de arriba (mrobledo)*/
	color: #2B2B2B;	
}
.campoComprobacionDatosBrotherApp {
	color:#000; 
	margin-left:15px;
}
.cuadroComprobacionDatosBrotherApp dl{
	float:left;	
	margin:15px 15px 10px 15px;
}

.cuadroComprobacionDatosBrotherApp dt{
	display:block;
	float:left;	
	clear:left;
	font-weight:bold;
	margin-bottom:5px;
}

.cuadroComprobacionDatosBrotherApp dd{
	display:block;
	margin-left:1em;
	float:left;	
	margin-bottom:5px;
}


.formLabel{/*Sirve para los label de la pagina de activacion de hermanos mrobledo*/
	width:265px; 
	color:#2B2B2B; 
	font-size: 13px; 
	line-height: 18px;
}

.formDd{/*Sirve para los dd de la pagina de activacion de hermanos mrobledo*/
	clear:right; 
	display:inline;
}

.flecha{/*Sirve para las flechas de la pagina de activacion de hermanos mrobledo*/
	float:left; 
	margin-right: 10px; 
	margin-top: 7px;
	color:#000000;
}

.submitToPaygate {
	display:block;
	background-image:url(../images/buttons/confirmar.png);
	width:74px;
	height:24px;
	background-position:0 0;
	font-size:0px;
	line-height:0px;
	text-align:-9999px;
	
	
}

.submitToPaygate:hover{
	background-position:0 24px;
}

.lang-en .submitToPaygate {
	background-image:url(../images/buttons/confirmar.png);
}

.submitToUserComndition{
	display:block;
	background-image:url(../images/buttons/btn_condiciones.png);
	width:268px;
	height:35px;
	background-position:0 0;
	font-size:0px;
	line-height:0px;
	text-align:-9999px;
	margin-left: 85px;
    margin-top: 10px;
}

.submitToUserComndition:hover{
	background-position:0 35px;
}

.lang-en .submitToPaygate:hover{
	
}

.backToPaygate {
	display:block;
	background-image:url(../images/buttons/volver.png);
	width:58px;
	height:24px;
	background-position:0 0;
	font-size:0px;
	line-height:0px;
	text-align:-9999px;
	
	
}

.backToPaygate:hover{
	background-position:0 24px;
}

.lang-en .backToPaygate {
	background-image:url(../images/buttons/volver.png);
}

.lang-en .backToPaygate:hover{
	
}

.maintenance-block {
	width:500px;
	margin-top:4em;
	margin-bottom: 4em;
	margin-left:auto;
	margin-right:auto;
}

#content .maintenance-block h2,
#page-content .maintenance-block h2 {
	text-align: center;
	display: block;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	color: #026D35;
}

.maintenance-block div.logo {
	background-image:url(../images/maintenance-logo.png);
	background-repeat:no-repeat;
	width:326px;
	height:132px;
	margin-left:auto;
	margin-right:auto;
}

.maintenance-block div.msg {
	padding-top:10px;
	text-align:center;
	font-size: 14px;
	font-family:Verdana;
}
