/* Reset */
body, h1, h2, h3, h4, h5, p, div, blockquote, form, input, pre, ul, ol, li, fieldset, img, abbr {margin: 0; padding: 0;}
a {outline:0; line-height:inherit;}
:focus {outline: 0;}
img {border:none;}
.clear, .metatop, .metabot, .history, a.more-link, .breve .post, .navigation {clear:both;}
/*
.hidden, .no, #video img, .desc, .attachment .image .next img, .attachment .image .previous img, .gallery-caption, .login-boton, body.galeria #ad-728x90,.navigation .alignleft a span, .navigation .alignright a span {display: none;}
*/
.destacada, #blog, #sidebar, #footer, #destacada .post, .post, .breve, .resultado, .metabot, .searchform, #recomendar form, .fullgallery, .authorprofile, .suscribelinks {overflow: hidden;}

/* global links */
a, #destacadas a, .breve .info a, .navigation a {text-decoration: none;}
a:hover, h2 a:hover, .history a:hover {text-decoration: underline;}

.boton {
	font: bold 11px "lucida grande", "segoe ui", verdana, sans-serif;
	color: #333;
	background:url(../../pronet/img/deg-boton.gif)repeat-x bottom left #fff;
	padding: 5px 15px;
	text-shadow: #fff 1px 1px 0px;
	border: 1px solid #ccc;
	border-radius: 3px;
	/*-moz-border-radius: 3px;*/
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
.boton:active {border: 1px solid #aaa;}


/****************************
  BASE
****************************/
body {
	background: #fff;
	font: normal .8em/1.6em "lucida grande", helvetica, arial, verdana, sans-serif;
	color: #555 !important;
	height:100%;
}
a {color: #fff;}
	a:hover {color:#457ca9; text-decoration:none;}

/****************************
  PROPORCIONES
****************************/
#container {
	width: 98%;
	margin: 0px auto;
	padding: 0 5px;
}

#blog {
	width: 790px;
	float: right;
}

#sidebar {
	width: 21%;
	float: left;
	min-height:100%;
}

#main {
	width: 78%;
	float: right;
	margin: 10px 0 0 5px;
	border: 1px solid #d4dee9;
	background-color:#d4dee9;
}

#respuesta {
	width: 78%;
	height:20px;
	float: right;
	margin: 10px 0 0 5px;
	border: 1px solid #d4dee9;
	background-color:#d4dee9;
}

#login {
	width: 100%;
	float: right;
	margin: 10px 0 0 5px;
	border: 1px solid #d4dee9;
	background-color:#d4dee9;
}


/****************************
  SCROLL
****************************/
.scrollable {
	position: relative;
	overflow: hidden;
	/*width: 980px;*/
	width: 640px;
	top: 0;
	height: 210px;
	clear: both;
}

	.scrollable div.items {	
		width: 4000em;
		position: absolute;
		clear: both;
	}


/****************************
  HEADER
****************************/
#header #container {
	position: relative;
	height: 60px;
	margin: 0px auto;
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

	#header #logo a {
		display: block;
		height: 60px;
	}

/****************************
  SIDEBAR
****************************/
#sidebar {font: normal .9em/1.6em "lucida grande", "segoe ui", verdana, sans-serif;color:#457ca9;}

	#sidebar h4 {
		margin: 5px 0 10px 0;
		padding: 0 0 2px 0;
		font-size: 1.2em;
		line-height: 1.3em;
		letter-spacing: -1px;
		text-transform: uppercase;
		color: #2d587b !important;
		border-bottom: 1px dotted #7793aa;
	}
	
	#sidebar ul {
		list-style-type: none;
	}
	
	#sidebar a {color: #2d587b;}

#sidebar .widget {
	margin: 10px 0 !important;
	padding: 5px 10px 50px 10px;
	background: #D6E5F1;
	min-height:480px;
}

	.widget_text p {margin: 0 0 10px 0;}
	.widget_text a {text-decoration: underline;}
	.widget_text ul {
		font-size: .95em;
		line-height: 1.6em;
	}

#sidebar .opciones ul {
	font: normal 0.95em/1.3em "lucida grande", "segoe ui", verdana, sans-serif;
	margin: 0 0 30px 0;
}

#sidebar .opciones li {
	margin: 0 0 12px 25px;
	list-style-type: decimal;
}

#sidebar .opciones li:hover {
	color:#000;
}

#sidebar .opciones a:hover {
	color:#000;
}



/****************************
  MAIN
****************************/
#main {
	font: normal .9em/1.6em "lucida grande", "segoe ui", verdana, sans-serif;
	background-image:url(img/planet.jpg);
}

	#main h4 {
		margin: 5px 0 10px 0;
		padding: 0 0 2px 0;
	}
	
	#main ul {
		list-style-type: none;
	}

.bg_img img{
	width:80%;
	position:fixed;
	float:right;
	top:-85px;
	right:0px;
	z-index:-1;
}


/****************************
  OPCIONES
****************************/
	#opciones {
		min-height:455px;
	}
	
	#opciones form input.text {
		width: 150px;
		padding: 4px;
		font-size: .9em;
		color: #888;
		border: 1px solid #fff;
	}
	
	#opciones form input.boton {
		margin: 5px 0 0 0;
		min-width:195px;
		cursor:pointer;
	}
	
	#opciones form a{
		text-decoration:none;
	}
	
	#opciones form input.boton:hover{
		background:#35434B;
		color:#FFF;
	}

	

#opciones form {margin-bottom:5px;}


/* Error */
#formulario_input label.error {
	font-size:10px;
	font-family:Tahoma, sans-serif, Verdana, Arial, Helvetica;
	color:#F00;
}

#formulario_reporte label.error {
	font-size:10px;
	font-family:Tahoma, sans-serif, Verdana, Arial, Helvetica;
	color:#F00;
}

/****************************
  	
****************************/
#footer {
	background: #293137;
	margin: 0 auto;
}

	#footer .hptxt-logos {
		padding: 20px 0;
	}

		#footer .hptxt-logos img {
			/*width: 37px;*/
			margin: 0;
		}

#hptxt-links-footer {
	background: #eee;
	padding: 15px 0 30px 0;
	font: normal 11px/17px "Lucida Grande", "segoe ui", helvetica, arial, verdana, sans-serif;
	color: #666;
	text-shadow: #fff 1px 1px 0px;
}

	#hptxt-links-footer a {
		color: #069;
		text-decoration: none;
	}

		#hptxt-links-footer a:hover {
			text-decoration: underline;
		}

/***********/
/* MEGABAR */
/***********/

#megabar {
	/*background: url('../../superbar_bg.gif') repeat-x bottom left #4A5259;*/
	font: normal 12px/19px "lucida grande", verdana, sans-serif;
	background-color:#000;
	z-index: 1;
	position: relative;
	padding: 5px 0 0 0;
}

	#megabar a {
		color: #fff;
		text-decoration: none;
	}
		
		#megabar .credenciales {
			float:right;
			position:relative;
			right:0px;
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
		}
		
			#megabar .credenciales strong {
				font-size:10px;
				color:#7198A8;
			}
		
		#megabar .menu {
			float: left;
			position: relative;
			left: 0px;
			bottom: 0px;
		}
		
			#megabar .menu li {
				float: left;
				list-style-type: none;
				margin: 0 4px 0 0;
			}
			
				#megabar .menu a {
					display: block;
					padding: 4px 10px;
					background: #35434B;
					color: #fff;
					border-radius: 5px 5px 0 0;
					-moz-border-radius: 5px 5px 0 0;
					-webkit-border-radius: 5px 5px 0 0;
				}

					#megabar .menu a:hover {
						background: #151515;
					}
				
				#megabar .menu .active a {
					color: #000 !important;
					background: #F8F8F8 !important;
				}
				
				#megabar .menu .notificacion a {
					color: #000 !important;
					background: yellow !important;
				}

				body.galeria #megabar .active a {
					background:#000 !important;
					color: #fff !important;
				}

				#megabar .menu a.mas-hipertextual-boton {
					background: #7198A8;
					color: #fff;
				}

div.mas-hipertextual {
	display:none;
	width: 668px;
	border: 8px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.listado {
	clear: both;
	overflow: hidden;
	margin: -10px 0 0 0;
}

	.listado .blog {
		width: 200px;
		height: 80px;
		margin: 1px;
		float: left;
		padding: 5px 10px;
		text-shadow: #fff 1px 1px 0px;
	}
	
		.listado .blog:hover {background: #fff;}
		.listado .blog img {text-align:center;}
		.listado .blog p {
			margin: 0px !important;
			padding: 0px !important;
			font-size: 11px;
			line-height: 15px;
		}	
		
/****************************
  		FORMULARIOS
****************************/

#formulario_input{
	width:250px;
}

#formulario_reporte{
	width:250px;
}

#busqueda label {
	margin: 5px 0 10px 0;
		padding: 0 0 2px 0;
		font-size: 0.9em;
		line-height: 1.3em;
		letter-spacing: -1px;
		text-transform: uppercase;
		/*color: #2d587b !important;*/
		border-bottom: 1px dotted #7793aa;
}



.select {
	width:150px;
	padding: 1px;
	font-size: 1em;
	cursor:pointer;
	background-color:#E9EBF3;
	border:1px solid #AAB3DD;
	color:#000000;
	font-family:"Trebuchet MS",Arial,Tahoma;
	cursor:pointer;
}

.select_pq{
	width:40px;
	padding: 1px;
	font-size: 1em;
	cursor:pointer;
	background-color:#E9EBF3;
	border:1px solid #AAB3DD;
	color:#000000;
	font-family:"Trebuchet MS",Arial,Tahoma;
	cursor:pointer;
}

.select_pq:hover {
	background-color:#CCD5E6;
}

.select:hover {
	background-color:#CCD5E6;
}


#busqueda form input.text select {
	width: 150px;
	padding: 4px;
	font-size: .9em;
	color: #888;
	border: 1px solid #fff;
}

#busqueda form input.boton {
	margin: 5px 0 0 0;
}

#busqueda input{
	background-color:#E9EBF3;
	border:1px solid #AAB3DD;
	color:#000000;
	font-family:"Trebuchet MS",Arial,Tahoma;
	cursor:pointer;
}

#busqueda textarea{
	background-color:#E9EBF3;
	border:1px solid #AAB3DD;
	color:#F00;
	width:200px;
	height:120px;
	font-family:"Trebuchet MS",Arial,Tahoma;
	cursor:pointer;
	font-size:11px;
}


#busqueda input:hover {
	background-color:#CCD5E6;
}

#busqueda form {margin-bottom:5px;}		





a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}


/*
TABLAS
*/

#tabla div {
	clear:both;
}

#tabla table {
	width: 100%;
	border:1px solid #9EB6CE;
	border-style:solid;
	border-width: 0 0 1px 1px;
	border-spacing:0px;
}

#tabla th {
	color:#000000;
	text-align:left;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	background-color:#7198A8;
	background-image:url(../img/bg_th2.png);
	background-repeat:repeat-x;
	height:24px;
	text-align:center;
	border:1px solid #9EB6CE;
	border-style:solid;
	border-width: 1px 1px 0 0;
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #2d587b !important;
	border-bottom: 1px dotted #7793aa;
}

#tabla td {
	border:1px solid #D0D7E5;
	border-style:solid;
	border-width: 1px 1px 0 0;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	background-color:#E9EBF3;
}

#tabla td a{
	text-decoration:underline;
	cursor:pointer;
}

#tabla td:hover {
	background-color:#D6E5F1;
}


#tabla img {
	border: 0px;
}

#tabla .tabla_indice {
	width:30px;
	padding:2px;
	text-align:center;
	cursor:pointer;
}

#tabla .tabla_nuevoreg {
	background-image:url(../img/bg_reg_new.gif);
	width:30px;
	padding:2px;
	text-align:center;
}

#tabla .totales {
	background-color:#F5F9FC;
	font-weight:bold;
	color:#000000;
}

#tabla a {
	color:#0000FF;
	text-decoration:underline;
}

#tabla tr:hover {
	background-color:#F5F9FC;
}

/****** TINY TABLES ****/

.sortable {
	width: 100%;
	border:1px solid #9EB6CE;
	border-style:solid;
	border-width: 0 0 1px 1px;
	border-spacing:0px;	
}
.sortable th {
	color:#000000;
	text-align:left;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	background-color:#D6E5F1;
	background-image:url(../img/bg_th2.png);
	background-repeat:repeat-x;
	height:24px;
	text-align:center;
	border:1px solid #9EB6CE;
	border-style:solid;
	border-width: 1px 1px 0 0;
}

.sortable th:hover {
	background-color:#D6E5F1;
	cursor:ponter;
}

.sortable th h3 {font-size:10px; padding:6px 8px 8px}
.sortable td {
	border:1px solid #D0D7E5;
	border-style:solid;
	border-width: 1px 1px 0 0;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	background-color:#E9EBF3;	
}
.sortable td a{
	text-decoration:underline;
	cursor:pointer;
}
.sortable td:hover {
	background-color:#D6E5F1;
}


.sortable .head h3 {background:url(../img/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc, .sortable .asc {background:url(../img/header-selected-bg.gif)}
.sortable .desc h3 {background:url(../img/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc h3 {background:url(../img/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#F5F9FC}
.sortable td.oddselected {background:#F5F9FC}

#controls {width:980px; margin:0 auto; height:20px}
#perpage {float:left; width:200px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:580px; text-align:center}
#navigation img {cursor:pointer}

#text {
	background-color:#F5F9FC;
	font-weight:bold;
	color:#000000;	
	float:left;
	width:200px;
	text-align:center;
	margin-top:2px
}
