/* =Import
------------------------------------------------------------------ */

/* Eliminamos los estilos por defecto del navegador  */
@import url(reset.css);

/* Importamos los estilos de composición */ 
@import url(composicion.css);


/* Estilos globales 
------------------------------------------------------------------ */


body {
	font-family: Calibri;
	font-size: 14px;
	background: #fff;
	color: #6b6b6b;
	cursor: default;
	background-color: #fff;
	background-image: url(../imagenes/fondo/Bottom_texture.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
}
div#cabecera {
	/*height: 100px;*/
	line-height: 50px;
	color: #999;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	border: medium solid #91BD00;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}


div#intro {
	height: 54px;
	border-radius: 10px 10px 0px 0px;
	background-color: #F5F5F5;
	width: 100%;
	clear: both;
	line-height: 54px;
}

div#intro p {
	float: right;
	margin-right: 30px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
}


 h2 {
	margin-left: 30px;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 2px;
	font-size: 1.3em;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
	} 


div#contenido {
	min-height: 302px;
	clear: both;
	border: medium solid #91DB00;
	border-radius: 10px 10px 10px 10px;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	background-color: #FFF;
	}
div#row	{
	clear:both;
}

.contenedor_principal{
	clear: both;
	border: medium solid #91bd00;
	border-radius: 10px 10px 10px 10px;
	min-height: 402px;
	background-image: url(../imagenes/web/trns.png);
	height: auto;	/*filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;*/
	
	
	
}
.contenedor_principal.login
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 540px;
	height: 400px;
	margin-top: -200px;
	margin-left: -270px;
	text-align: left;
}

/* estilos basicos de tablas y formulario*/

.subcontenido {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
.titulo{
	clear: both;
	height: 54px;
	line-height: 54px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91DB00;
}

.titulo ul{
	font-size: 14px;
	margin-right: 30px;
}
.titulo li{
	float: right;
	padding-right: 15px;	
}

/* mensajes de alerta */
.subcontenido .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.subcontenido .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.subcontenido .message.error {
	border: 1px solid #e9c59b;
	color: #e3302c;
	background-color: #ffecce;
	background-image: url(../imagenes/web/error.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	}
	
.subcontenido .message.success {
	border: 1px solid #bfde84;
	color: #508600;
	background-color: #edfbd8;
	background-image: url(../imagenes/web/success.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	}
		
.subcontenido .message.info {
	border: 1px solid #bbdbe0;
	color: #0888c3;
	background-color: #ecf9ff;
	background-image: url(../imagenes/web/info.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	}
	
.subcontenido .message.warning {
	border: 1px solid #e5e181;
	color: #666;
	background-color: #fefde2;
	background-image: url(../imagenes/web/warning.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	}
.subcontenido .message.notificacion {
	width: 30%;
	margin-left: 24px;
	float: left;
	border: 1px solid #bfde84;
	color: #508600;
	background-color: #edfbd8;
	background-image: url(../imagenes/web/success.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	display: none;
	
	
		
}	
	
	
.subcontenido .message.close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-image: url(../imagenes/web/close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.subcontenido .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}
/*fin de los mensajes de alerta*/

.subcontenido table {
	text-align: left;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px;
	min-width:435px
	}

.subcontenido table tr.even td {
	background: #fbfbfb;
	}
	
.subcontenido table tr td,
table tr th {
	padding: 4px;
	line-height: normal;
	text-align: left;
	vertical-align: central;
	border: 1px solid #ddd;
	}
.subcontenido table thead tr .header {
	font-family: Calibri;
	background-image: url(../imagenes/web/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 14px;
	background-color: #e4f1fb;
}
.subcontenido table tr th.headerSortUp {
	color: #cd0a0a;
	background-image: url(../imagenes/web/asc.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	}

.subcontenido table tr th.headerSortDown {
	color: #cd0a0a;
	background-image: url(../imagenes/web/desc.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	}
	
.subcontenido table tr td.delete {
	text-align: right;
	font-size: 11px;
	}
	
.subcontenido table tr td.delete a { color: #666; }
.subcontenido table tr td.delete a:hover { color: #dd0000; }


/*
.subcontenido table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.subcontenido table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
.subcontenido table.tablesorter thead tr .header {
	background-image: url(../imagenes/web/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.subcontenido table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
.subcontenido table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
.subcontenido table.tablesorter thead tr .headerSortUp {
	background-image: url(../imagenes/web/asc.gif);
}
.subcontenido table.tablesorter thead tr .headerSortDown {
	background-image: url(../imagenes/web/desc.gif);
}
.subcontenido table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
*/
.subcontenido form .error {
	color: #e3302c; 
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
.subcontenido form input.text {
	width: 80%;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	/*text-transform: uppercase;*/
	}
.subcontenido form input.text.fijo{
	width: 310px;
}
	
.subcontenido form input.text.peq { width: 27px; }

.subcontenido form input.text.totales {
	/*border: 1px solid #219AE7;*/
	font-weight: bolder;
	background-color: #fbf8ee;
}

.subcontenido legend {
color:#333333;
font-family:arial;
font-size:21px;
letter-spacing:-1px;
padding-bottom:20px;
padding-top:8px;
text-transform:capitalize;
}

.subcontenido .submit {
	width: 85px;
	height: 30px;
	line-height: 30px;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url(../imagenes/web/btns.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.subcontenido .submit:hover {
	text-shadow: 1px 1px 0 #b55f10;
	background-image: url(../imagenes/web/btns_.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

.subcontenido .submit.tiny {
	width: auto;
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	background-image: url(../imagenes/web/tiny.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.subcontenido .submit.tiny:hover {
	background-image: url(../imagenes/web/tiny_.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
	
.subcontenido .submit.mid {
	width: 115px;
	background-image: url(../imagenes/web/btnm.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.subcontenido .submit.mid:hover {
	background-image: url(../imagenes/web/btnm_.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.subcontenido .submit.long {
	width: 165px;
	background-image: url(../imagenes/web/btnb.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.subcontenido .submit.long:hover {
	background-image: url(../imagenes/web/btnb_.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.subcontenido .submit.extra_long {
	width: 220px;
	background-image: url(../imagenes/web/btnb_long.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.subcontenido .submit.extra_long:hover {
	background-image: url(../imagenes/web/btnb_long_.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.subcontenido form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	vertical-align: middle;
	}
	
.subcontenido form li {
	margin-top: 10px;
}
.subcontenido form br {
	margin-bottom: 5px;
}
.subcontenido form fieldset{
	margin-bottom: 20px;
}

.subcontenido form textarea {
	width: 80%;
	/*height: 140px;*/
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}
.subcontenido form textarea.m{
	width:410px
}
.subcontenido form textarea.wysiwyg { width: 98%; padding: 0; }


/* fin de estilos basicos */

/* inicio de estilos paginacion tablesorter */

.subcontenido .pagination {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	}

.subcontenido .pagination.right {
	float: right;
	text-align: right;
	padding-top: 1px;
	border: 0;
	width: 500px;
	overflow: hidden;
	}

.subcontenido .pagination a {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0 1px;
	}
.subcontenido .pagination span a {
	margin:0 3px
}
.subcontenido .pagination a.active {
	background: #39a3e6;
	border: 1px solid #0082d5;
	color: #fff;
	}

.subcontenido .pagination a:hover {
	color: #fff;
	background: #ec8526;
	border: 1px solid #d77011;
	}
/* fin de estilos paginacion tablesorte */

.subcontenido form select {
	width: 315px;
		
	}
	
	
.titulo .text {
	width: 129px;
	height: 15px;
	padding: 5px 10px 5px 25px;
	border: 0;
	font-size: 11px;
	color: #999;
	margin: 0;
	background-image: url(../imagenes/web/srch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

.titulo .text:focus {
	color: #666;
	background-image: url(../imagenes/web/srch_.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.spacer {
    clear: both;
    height: 20px;
}

/*menus de novedades reportadas por th*/
#menu_icono ul{ padding-left:18px}
#menu_icono ul li a img { margin-bottom: 10px;}

#menu_icono ul li a {
	float: left;
	height: 79px;
	width: 89px;
	padding: 15px;
	margin-right: 12px;
	position: relative;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	
	/*Mozilla Browsers Only */
	-moz-border-radius: 5px;	
	
}
#menu_icono ul li 						{ display: block; background:none; float:left; padding-left:5px}
#menu_icono ul li a:hover 				{ background-color: #FFF; border: 1px solid #999; color: #333;}

#menu_icono ul li a span {
	position: absolute;
	height: 8px;
	text-decoration: none;
	background-color: #E60000;
	padding: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	left: 75px;
	top: -8px;
	right: 0px;
	bottom: 0px;
	line-height: 9px;
	width: 8px;
	text-align: center;
	z-index: 1;
	
	/*Mozilla Browsers Only */
	-moz-border-radius: 5px;
	
}

.tipsy { padding: 5px; font-size: 12px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../imagenes/web/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/*inicio de ventana modal */
	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 500px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
	/*fin de estilo modal*/


	.editar{
		border: thin dotted;
	}