/* CSS Document */
a.active:link, a.active:visited
{
	border: 1px solid #E67235;	
	color: #E67235;
}

input.estandar
{
	 width: 150px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 background-color:#FF9;
	 border: 1px solid #E1621F;
}

textarea.estandar
{
	width: 250px;
	height:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FF9;
	border: 1px solid #E1621F;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #FFB435;
	scrollbar-shadow-color: #FFB435;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #FFB435;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #FFffff;
}

a.active:hover
{
	text-decoration:none;
}
	
body{
	/*background-color: #CFD2d6;*/
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #FFB435;
	scrollbar-shadow-color: #FFB435;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #FFB435;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #FFffff;
}

table.pagina{
	border: 1px solid #E1621F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666F78;
	width: 740px;
	border-collapse:collapse;
	background-image:url(../images/fondo2.jpg);
	background-repeat:repeat;
}

table.contenidos
{
	border:none;
	border-spacing:10px;	
	width:90%;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	background-color:#FFF4EA;
	border: 1px solid black;
	font-size:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top: 15px;
	margin-bottom: 15px;
}

th,td.contenidos
{
	margin:15px;
    padding:15px;
	text-align:left;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666F78;
}

table.paginaExplorador{
	background-color: #FFFFFF;
	border: 1px solid #E1621F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666F78;
	width: 95%;
	height: 800px;
}

p.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E1621F;
	font-size:10px;
	font-weight: bold;
	text-align: center;
}

A:link, A:visited {
	text-decoration: none;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #E1621F;
}
#Layer1 {
	position:absolute;
	width:150px;
	height: 61px;
	z-index:1;
	left: 0px;
	top: 19px;
	visibility: hidden;
}
#Layer2 {
	position:absolute;
	width:216px;
	height:51px;
	z-index:1;
	left: 0px;
	top: 19px;
	visibility: hidden;
}
.style1 {
	font-size: 9px;
	font-style: italic;
}
.style2 {color: #E1621F}
.texto_remarcado
{
	color: #E1621F;
	font-weight:bold;
}
.style3 {color: #666F78}
.style4 {
	font-size: 10px;
	font-style: italic;
}
#modulos {
	position:absolute;
	width:248px;
	height:105px;
	z-index:1;
	left: 0px;
	top: 19px;
	visibility: hidden;
	border: 0px solid black;
}
#carac {
	position:absolute;
	width:118px;
	height:71px;
	z-index:1;
	left: 0px;
	top: 19px;
	visibility: hidden;
	border: 0px solid black;
}
#contact {
	position:absolute;
	width:118px;
	height:71px;
	z-index:1;
	left: 0px;
	top: 0px;
	visibility: hidden;
	border: 0px solid black;
}
#tarifas {
	position:absolute;
	width:118px;
	height:71px;
	z-index:1;
	left: 0px;
	top: 19px;
	visibility: hidden;
	border: 0px solid black;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
/*	zoom: 1; */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Basic code - don't modify */
 
	#nav { display: block;	margin: 0;	padding: 0;	position: relative; }
	#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
	#nav a { display: block; }
	#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; text-align:center; }
	* html #nav ul { line-height: 0; } /* IE6 "fix" */
	/*#nav ul a { zoom: 1; } /* IE6/7 fix */
	#nav ul li { float: none; }
	#nav ul ul { top: 0; }
    
/* Essentials - configure this */

	#nav ul { width: 150px; }
	#nav ul ul { left: 131px; }

/* Everything else is theming */

	#nav { height: 24px; width:auto;  }
	/*#nav *:hover { background-color: none; }*/
	#nav a { border-right: 1px solid #E1621F; color:#666; font-size: 12px; padding: 6px; line-height: 1; text-decoration:none; font-family:Verdana, Geneva, sans-serif; }
	#nav li.hover a { background-color:#E9EB48; }
	/*#nav li.hover a { background-image:url(images/fondo_menu.gif); background-repeat:repeat-x; } */
	#nav ul { top: 25px; }
	#nav ul li a { background-color: #E9EB48; }
	#nav ul a.hover { background-color:#43ACE3; }
	#nav ul a { border-bottom:none; border-right: none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

	#contenedor_menu
	{
		line-height:normal;
		margin:0 auto;
		width:700px;
	}