@charset "UTF-8";
/*
1. estilos de etiqueta
2. estilos de class
3. estilos de id
*/
form {
	height: auto;
	clear: both;
}

.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
	background: url(../images/module/icon_tb_editar.png) no-repeat;
}

.hide {
	display : none;
}

form ul {
	width: 90%;
	padding: 10px;
	list-style-type: none;
	margin: 10px auto;
	padding: 10px;
	overflow: auto;
}

form li {
	padding: 10px;
}

form label {
	width: 25%;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px 5px 5px;
}

form labelContenidoCorreo {
	width: 15%;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

form mensajeEstatico {
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 5px;
}


form select {
	width: 62%;
	padding: 10px;
	margin: 10px;
	float: left;
	background: /*none*/ url("../images/module/bt_select.png") right 0
		no-repeat;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-webkit-appearance: none;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}

@
-moz-document url-prefix () {form select { background:none;
	
}

}
form input {
	width: 60%;
	height: 16px;
	padding: 5px;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

form input, textarea {
	height: auto;
	padding: 10px;
	margin: 0 0 0 10px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	#
	D10707
}

form input:disabled {
	background: #EFEFEF;
	color: #919191;
}

form textarea:disabled {
	background: #EFEFEF;
	color: #919191;
}

form select:disabled {
	background: #EFEFEF;
	color: #919191;
}

form input[readonly="readonly"] {
	background: #EFEFEF !important;
	color: #919191 !important;
}

form textarea[readonly="readonly"] {
	background: #EFEFEF !important;
	color: #919191 !important;
}

form select[readonly="readonly"] {
	background: #EFEFEF !important;
	color: #919191 !important;
}

form input:focus, textarea:focus {
	padding: 10px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	padding-right: 20px;
}

form input[type=checkbox] {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin: 10px;
	padding: 10px 10px 5px 5px;
	border: double 1px #bababa;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: none;
}

form button {
	width: auto !important;
	height: 35px !important;
	color: #ffffff !important;
	float: right;
	font-size: 14px;
	-moz-box-shadow: inset 0px 10px 0px 0px #f29c93 !important;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
	box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00
		), color-stop(1, #ce0100)) !important;
	background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%)
		!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',
		endColorstr='#ce0100') !important;
	background-color: #fe1a00 !important;
	-moz-border-radius: 15px 0 15px 0 !important;
	-webkit-border-radius: 15px 0 15px 0 !important;
	border-radius: 15px 0 15px 0 !important;
	border: 1px solid #d83526 !important;
	padding: 0 24px !important;
	display: inline-block !important;
	text-decoration: none;
	cursor: pointer;
	margin: 5px 15px;
}

form button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00
		), color-stop(1, #ce0100));
	background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',
		endColorstr='#ce0100');
}

form input[type="button"], input[type="submit"] {
	width: auto !important;
	height: 35px !important;
	color: #ffffff !important;
	float: right;
	font-size: 14px;
	-moz-box-shadow: inset 0px 10px 0px 0px #f29c93 !important;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
	box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00
		), color-stop(1, #ce0100)) !important;
	background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%)
		!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',
		endColorstr='#ce0100') !important;
	background-color: #fe1a00 !important;
	-moz-border-radius: 15px 0 15px 0 !important;
	-webkit-border-radius: 15px 0 15px 0 !important;
	border-radius: 15px 0 15px 0 !important;
	border: 1px solid #d83526 !important;
	padding: 0 24px !important;
	display: inline-block !important;
	text-decoration: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
}

form input[type="button"], input[type="submit"], button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00
		), color-stop(1, #ce0100));
	background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',
		endColorstr='#ce0100');
}

.login input[type="button"], .login input[type="submit"] {
	margin-right: 5px !important;
}

form button:active {
	position: relative;
	top: 1px;
}

table {
	width: 98%;
	margin: 20px 10px;
	font-size: 16px;
}

table a {
	color: #676767;
	text-decoration: none;
	padding: 0px 0 5px 27px;
}

.agregar_btn {
	width: auto !important;
	height: 35px !important;
	color: #ffffff !important;
	float: right;
	font-size: 14px;
	-moz-box-shadow: inset 0px 10px 0px 0px #f29c93 !important;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
	box-shadow: inset 0px 1px 0px 0px #f29c93 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00
		), color-stop(1, #ce0100)) !important;
	background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%)
		!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',
		endColorstr='#ce0100') !important;
	background-color: #fe1a00 !important;
	-moz-border-radius: 15px 0 15px 0 !important;
	-webkit-border-radius: 15px 0 15px 0 !important;
	border-radius: 15px 0 15px 0 !important;
	border: 1px solid #d83526 !important;
	padding: 0 24px !important;
	display: inline-block !important;
	text-decoration: none;
	cursor: pointer;
	margin: 0 10px 10px 0;
}

table a.eliminar {
	background: url("../images/module/icon_tb_eliminar.png") 0 0 no-repeat;
}

table a.editar {
	background: url("../images/module/icon_tb_editar.png") no-repeat;
}

table a.detalle {
	background: url("../images/module/icon_tb_detalle.png") no-repeat;
	background-position: 75px left;
}

table a.actualizar {
	background: url("../images/module/icon_tb_actualizar.png") no-repeat;
}

table a.alerta {
	background: url("../images/module/icon_tb_alerta.png") no-repeat;
}

table a.vigencia {
	background: url("../images/module/icon_tb_vigencia.png") no-repeat;
}

table a:hover {
	color: #A5212C;
	text-decoration: underline;
}

th {
	color: #ffffff;
	background: #A3A3A3;
	margin: 0 0 3px 0;
	border-bottom: 2px solid #ffffff;
	padding: 10px;
}

td {
	background: #f4f4f4;
	border-bottom: 3px solid #ffffff;
	padding: 10px;
}

td.popup {
	background: #f4f4f4;
	border-bottom: 3px solid #ffffff;
	padding: 1px;
}

td.pagoLinea {
	background: #ffffff;
	padding: 1px;
	text-align: right;
	font-size: 16px;
}

form label.pagoLinea {
	width: 80%;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

form select.pagoLinea {
	width: 80%;
	padding: 10px;
	margin: 10px;
	float: left;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-webkit-appearance: none;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}

td.center {
	text-align: center;
}

.login form label {
	width: 15%;
	height: 30px;
	color: #ffffff;
	float: left;
	font-size: 15px; 10 px 0 -moz-box-shadow : inset 0px 10px 0px 0px
	#f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00
		), color-stop(1, #ce0100));
	background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',
		endColorstr='#ce0100');
	background-color: #fe1a00;
	-moz-border-radius: 15px 0 15px 0;
	-webkit-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	border: 1px solid #d83526;
	padding: 4px 15px 4px 15px;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
}

.login input {
	height: 18px;
	width: 65%;
	padding: 5px;
	font-size: 15;
	margin: 0 0 0 10px;
	font-family: 'News Cycle', Trebuchet MS, Verdana, Arial, Helvetica,
		sans-serif;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}

.login input, textarea {
	padding: 10px;
	margin: 0 0 0 10px !important;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .210px 0 05s;
	font-family: 'News Cycle', Trebuchet MS, Verdana, Arial, Helvetica,
		sans-serif;
	font-size: 16px;
}

.login form label.error {
	width: 70% !important;
	float: left !important;
	margin-left: 21%;
	font-style: italic;
	text-align: left;
	color: #D10707 !important;
	background: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
}

form.filtro {
	width: 85%;
	clear: both;
	margin: 0 auto;
	display: block;
}

form.filtro label {
	width: 25%;
	float: left;
	text-align: right;
	clear: both;
	margin: 0 auto;
	display: block;
	font-weight: normal !important;
}

form.filtro h3 {
	width: 65%;
	font-family: 'Gudea', Trebuchet MS, Verdana, Arial, Helvetica,
		sans-serif;
	font-size: 18px;
	color: #CC051D;
	text-align: left;
	border-top: 1px solid #CC051D;
	border-bottom: 1px solid #CC051D;
	padding: 5px;
	margin: 10px auto;
}

.bt {
	width: 80%;
	margin: 0 auto;
}

label.error {
	width: 70%;
	float: left;
	margin-left: 28%;
	margin-bottom: 10px;
	font-style: italic;
	text-align: left;
	color: #D10707;
}

.suscripcion {
	width: auto;
}

ul.suscripcion {
	width: 62%;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul.suscripcion li {
	width: 50%;
	float: left;
	padding: 0px;
}

.suscripcion label {
	float: left;
	margin: 0px 10px 0 0;
	width: 10%;
}

.suscripcion_logs {
	width: auto;
}

ul.suscripcion_logs {
	width: 62%;
	float: left;
	margin: 0px 0px 0px -0px;
	padding: 0px;
}

ul.suscripcion_logs li {
	width: 50%;
	float: left;
	padding: 0px;
}

.suscripcion_logs label {
	float: left;
	margin: 0px 10px 0 0;
	width: 10%;
}


.suscripcion_check {
	width: auto;
}

ul.suscripcion_check {
	width: 50%;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul.suscripcion_check li {
	width: 30%;
	float: left;
	padding: 0px;
}

.suscripcion_check label {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 10%;
}


.mac_check {
	width: auto;
}

ul.mac_check {
	width: 70%;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul.mac_check li {
	width: 30%;
	float: left;
	padding: 0px;
}

.mac_check label {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 50%;
}



.suscripcion input, textarea {
	float: left;
	width: 60%;
	margin-bottom: 20px !important;
}

ul.suscripcion label.error {
	width: 90%;
	margin: -15px 0 10px 0 !important;
}

.sub_section {
	height: auto;
	clear: both;
}

.sub_section ul {
	width: 90%;
	list-style-type: none;
	margin: 10px auto;
	padding: 10px;
}

.sub_section li {
	padding: 10px;
	overflow: auto;
}

.alerta {
	width: auto;
}

ul.alerta {
	width: 60%;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul.alerta li {
	width: 21%;
	float: left;
	padding: 0px;
	overflow: visible;
}

ul.alerta li  label {
	float: left;
	margin: 0px 5px;
	width: 15%;
}

ul.alerta li  input {
	float: left;
	width: 65%;
	margin: 0px;
}

.periodo {
	width: auto;
}

ul.periodo {
	width: 160%;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul.periodo li {
	width: 50%;
	float: left;
	padding: 0px;
}

ul.periodo li label {
	float: left;
	margin: 0px 5px;
	width: 15%;
}

ul.periodo li  label input {
	float: left;
	width: 100%;
}

ul.periodo li select {
	float: left;
	width: 85%;
	margin: 0 7px;
}

.facturacion {
	width: auto;
}

ul.facturacion {
	width: 62%;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul.facturacion li {
	width: 50%;
	float: left;
	padding: 0px;
}

ul.facturacion label {
	float: left;
	margin: 0px 10px 0 0;
	width: 10%;
}

ul.facturacion input, textarea {
	float: left;
	width: 60%;
	margin-bottom: 20px !important;
}

ul.facturacion label.error {
	width: 90%;
	margin: -15px 0 10px 0 !important;
}

ul.facturacion li.inputTextos {
	width: 90%;
	float: left;
	padding: 0px;
	height: auto;
}

ul.facturacion li input.numeros {
	height: auto;
	width: 20%;
	padding: 10px;
	margin: 0 0 0 0px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	#
	D10707
}

ul.facturacion li input.textos {
	height: auto;
	width: 100%;
	padding: 10px;
	margin: 0 0 0 0px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	#
	D10707
}

ul.facturacion li input:focus {
	float: left;
	margin-bottom: 20px !important;
}

ul.facturacion li select {
	float: left;
	width: auto;
	margin: 0px 0px 15px 0px;
}

ul.facturacion li select option {
	float: left;
	width: auto;
	margin: 0px 15px 15px 5px;
}

ul.facturacion li input[type=checkbox] {
	width: 25%;
	display: inline-block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px 5px 5px;
}

ul.facturacion li label {
	width: auto;
	/* margin-bottom: 20px !important;
    padding: 5px;
    font-size: 13px;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    height: 20px;
    margin: 0 0 0 1px;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #1E1E1E;*/
}

ul.facturacion li label.error {
	width: 90%;
	/*margin-left: 10%;
    margin-bottom: 10px;*/
	margin: -15px 0 10px 0 !important;
	/*font-style: italic;
    text-align: left;
    color: #D10707;*/
}

.formulario {
	width: auto;
}

ul.facturacion li.oneRow {
	width: 100%;
	float: left;
	padding: 0px;
}

ul.facturacion li.oneRow input.numeros {
	height: auto;
	width: 10%;
	padding: 10px;
	margin: 0 0 0 0px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	#
	D10707
}

ul.facturacion li.oneRow label.error {
	width: 70%;
	margin: -15px 0 10px 0 !important;
}

li textarea.areaTexto {
	height: auto;
	padding: 10px;
	margin: 0 0 0 10px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.reportes {
	width: auto;
}

ul li.reportes {
	width: 50%;
	float: left;
	padding: 0px;
}

ul li.reportesFila {
	width: 100%;
	float: left;
	padding: 0px;
}

ul li.reportesEspacio {
	width: 100%;
	float: left;
	padding: 0px;
	height: 20px;
}

table.paginacion {
	width: 98%;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}

table.paginacion tr td {
	width: 98%;
	margin: 0px 0px;
	font-size: 15px;
}

table.paginacion tr td.izquierda {
	width: 40%;
	background: #ffffff;
	margin: 0px;
	font-size: 15px;
	float: left;
	text-align: left;
}

table.paginacion tr td.derecha {
	width: 40%;
	background: #ffffff;
	margin: 0px;
	font-size: 15px;
	float: right;
	text-align: right;
}

table.paginacion tr td input {
	text-align: center;
	height: auto;
	width: 25px;
	padding: 10px;
	margin: 0 0 0 0px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #1E1E1E;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	#
	D10707
}

table.paginacion tr td select {
	float: none;
	width: auto;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

table.paginacion tr td select option {
	float: left;
	width: auto;
	margin: 0px 10px 10px 5px;
}
