@charset "ISO-8859-1";

.pl {
	width: 64%;
	float: left;
}

.logo-email {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}


.texto-envio {
	color: #0D4C9A;
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
}

.panelConedor {
	padding-left: 10px;
}

.textosSpan {
	width: 170px;
	clear: both;
	font-weight: bolder;
	padding-top: 8px;
	float: left;
}

.asterisco {
	font-size: 1.6em;
	color: #82A800;
	vertical-align: top;
}

.tituloDestinatario {
	font-size: 1.3em;
	font-weight: bolder;
	margin-bottom: 10px;
}

.inputText {
	width: 250px;
}

.divContenido {
	padding-left: 43px;
	margin-top: 5px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 12px;
	background-color: #EFEFEF;
}

.errorEnviarEmail {
	color: #F00;
	float: right;
	padding-right: 82px;
}

.displayNone {
	display: none;
}

.textoMensaje {
	vertical-align: top !important;
	margin-top: 8px;
	width: 170px;
	clear: both;
	font-weight: bolder;
	float: left;
}

.bottones {
	border: 1px solid #CECFCE;
	text-align: center;
	width: 80px;
	color: white;
	height: 23px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #666 4px 3px 7px;
	-moz-box-shadow: #666 4px 3px 7px;
	box-shadow: #666 4px 3px 7px;
	background: #2D6CBA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2D6CBA),
		to(#0D4C9A) );
	background: -webkit-linear-gradient(#2D6CBA, #0D4C9A);
	background: -moz-linear-gradient(#2D6CBA, #0D4C9A);
	background: -ms-linear-gradient(#2D6CBA, #0D4C9A);
	background: -o-linear-gradient(#2D6CBA, #0D4C9A);
	background: linear-gradient(#2D6CBA, #0D4C9A);
	-pie-background: linear-gradient(#2D6CBA, #0D4C9A);
	behavior: url(/resources/css/PIE.htc);
	cursor: pointer;
}

.center {
	text-align: center;
}

.bottonesDisable {
	border: 1px solid #CECFCE;
	text-align: center;
	width: 80px;
	color: white;
	height: 23px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #666 4px 3px 7px;
	-moz-box-shadow: #666 4px 3px 7px;
	box-shadow: #666 4px 3px 7px;
	background: gray;
}