@charset "utf-8";
/* CSS Document */



/* Start general */
html, body 				{ padding: 0px; margin:  0px; width: 100%; height: 100%; background: #FFFFFF; url(../img/bgback.gif); }
img 					{ border: 0px; padding: 0px; margin: 0px; }
h1, h2, h3, h4, h5, h6 	{ margin: 0px; padding: 0px; }
a 						{ font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; }
a:hover 				{ color: #FFFFFF; }
form 					{ display: inline; }
option					{ background-color: #ffffff; }
/* End general */



.marcoflotante { background-color: #FFFFFF; }
.txtbox {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #003366; font-size: 12px; }
.texto {font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#ffffff; font-size: 12px; }
.textopeque {font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#ffffff; font-size: 10px; }
.textomediano {font-family: Arial, Helvetica, sans-serif; color: #278ECA; font-size: 12px; }
.textointer {font-family: Arial, Helvetica, sans-serif; color: #006699; font-size: 0.80em; }
.textogrande {font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#ffffff; font-size: 20px; }
.textomedio {font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #FFFFFF; font-size: 16px; }
.msjerror {font-family: Arial, helvetica, sans-serif; font-weight:bold; color:#FFFF00; font-size: 15px;}
.enlaces {font-family: Arial, Helvetica, sans-serif; font-weight::bold; color:#FFFFFF; font-size: 10px; }
.enlacesmedianos {font-family: Arial, Helvetica, sans-serif; font-weight::bold; color:#FFFFFF; font-size: 14px; }
.titulosresultados {font-family: Arial, Helvetica, sans-serif; font-weight::bold; color: #006699; font-size: 20px; }
.txtresultados {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 14px; }
.encabezados {font-family: Arial, Helvetica, sans-serif; font-weight::bold; color: #006699; font-size: 16px; }
.encabezadosrep {font-family: Arial, Helvetica, sans-serif; font-weight::bold; color: #006699; font-size: 0.80em; }
.explicatxtrep   { font-family:Arial, Helvetica, sans-serif; color: #FFFD00; font-size: 0.70em; text-align:left;}
.codigon {font-family: Arial, Helvetica, sans-serif; font-weight::bold; color: #FF0000; font-size: 16px; }
.barcode {font-family: CCode39; font-weight::bold; color: #000000; font-size: 20px; }
.textosespeciales {font-family: Arial, Helvetica, sans-serif; color: #003366; font-size: 14px; }
.explicareserva   { font-family:Arial, Helvetica, sans-serif; color: #ffffff; font-size: 0.80em; text-align:left; font-weight:bold; font-style:normal; text-decoration:none;}
.explicatxt   { font-family:Arial, Helvetica, sans-serif; color: #FFFD00; font-size: 0.75em; text-align:left;}
.opcionesmenu   { font-family:Arial, Helvetica, sans-serif; color: #ffffff; font-size: 0.85em; text-align:left; font-weight:bold;}

a:link {color: #006699;}    /* unvisited link */
a:visited {color:#006699;} /* visited link */
a:hover {color:#006699; text-decoration:underline;}  /* mouse over link */
a:active {color:#006699}  /* selected link */

.txtcampos
{
width:300px;
}

.btnsesion{
	position:relative;
	left: -4px;
   background:url(../img/btnsesion.png) no-repeat top;
   cursor:pointer;
   width: 132px;
   height: 35px;
   border: none;
   display: block;
   font:Arial, Helvetica, sans-serif;
   color:#ffffff;
   margin-left:0px;
			font-size:16px;
}

.btngenerico{
   background:url(../img/btngenerico.png) no-repeat top;*/
   background-color:
   cursor:pointer;
   width: 125px;
   left: 8px;
   height: 32px;
   border: none;
   display: block;
   font:Arial, Helvetica, sans-serif;
   color:#ffffff;
   cursor:pointer;
}


.btnsesion:hover{
   background:url(../img/btnsesiondos.png) no-repeat top;
   cursor:pointer;
   width: 132px;
   height: 35px;
   border: none;
   display: block;
   font:Arial, Helvetica, sans-serif;
   color:#ffffff;
}

.div_topmenuweb
{ 
position:fixed;
top:0px;
left:0px;
display:block;
clear:both;
width:100%;
height:80px;
border-bottom: 0px dotted #cdcdcd;
/*background-color:#004887;*/
z-index:10000;
}


.cajaslogin

{

	width:175px;
	/*height:20px;
	border: 1px dotted #000099;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;*/
	font-size:18px;
}



::-webkit-input-placeholder { font-style:normal; }
::-moz-placeholder { font-style:normal } /* firefox 19+ */
:-ms-input-placeholder { font-style:normal; } /* ie */
input:-moz-placeholder { font-style:normal; }


/*CSS for Simple Tree Menu*/
.treeview ul{ 
margin: 0;
padding: 0;
}



.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: url(imagenes/blue_f.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 0px;
margin-bottom: 3px;
width:175px;
margin-left:15px;
}



.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: url(imagenes/blue_uf.gif) no-repeat left 1px;*/
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
padding-left: 15px;
cursor: default;
}

.menumostrar
{
	position:absolute;
	top: 50px;
	left: -2px;
	width:260px;
	height:200px;
	z-index:1;
}

.menufondo
{
	position:absolute;
	top: 100px;
	left: 60px;
	width:260px;
	height:585px;
	z-index:0;
}

#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
		margin-left:35px;
    }

#header li 
{
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 1;
		margin: 0;
}

    

#header a {
		text-decoration: none;
		display: block;
		background: #EBEBEB;
		padding: 0.10em 1em;
		color: #00c;
		width: 8em;
		text-align: center;
}

	

#header a:hover {
		background: #D8D8D8
}

	

#header #selected {
/*		border-color: black;*/
}
	

#header #selected a {
		position: relative;
		top: 1px;
	/*	background: white;
		color: black;
		font-weight: bold;*/
}

#content {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
}

.contenidos
{
	position:absolute;
	top: 120px;
}

h1 {
		margin: 0;
		padding: 0 0 1em 0;
}
	

a.active {
	font-weight: bold;
}

		

div.inactive {
		display: none;
	}

.mtoprincipal
{
 position:absolute;
	top: 65px;
	left: 200px;
	width: 976px;
	height: 50px;
	z-index: 5;
}



.barralogotop
{
	position: absolute;
	top: 15px;
 left: 18px;
	width: 182px;
	height: 59px;
	background-color: transparent;
	border:none;
	border-style:none;
	/*	background-image:url(../img/barralogo.png);*/
	z-index: 1;
}

.iconcerrar
{
	position: absolute;
	top: 75px;
	left: 1005px;
	width: 148px;
	height: 22px;
	/*	background-image:url(../img/barralogo.png);*/
	z-index: 1;
}


.datosusuario
{
	position: absolute;
	top: 5px;
	left: 1020px;
	width: 150px;
	height: 22px;
	z-index: 1;
}

.fondotop
{
position:relative;
top: -6px;
left: 0px;
height: 120px;
z-index: 2;
background-color:#FFFFFF;
background-image:url(../img/barramenutop.png);
width:100%;
}

.fondotopmenu
{
position:relative;
top: -6px;
left: 0px;
height: 120px;
z-index: 2;
background-color:#FFFFFF;
background-image:url(../img/barramenutopdos.png);
}



.logueado
{
	position:relative;
	top: 10px;
	left: 0px;
	height: 42px;
	width:100px;
	z-index: 5;
}



.menusistema
{
	position: absolute;
	top: 100px;
	border: 0px;
	left: -30px;
	height: 890px;
	width: 270px;
	z-index: -1;
	text-align: left;
	background-color: transparent;
	background-image:url(../img/fondomenu.png);
}



.areawork
{
	position: absolute;
	top: 120px;
	left: 100px;
	height: 1800px;
	width: 76%;
	margin-left:10px;
	z-index: 5;
	text-align: left;
	background-color: #ffffff;
	/*background-color: #F8F7EF;*/
}



.bgbusqueda

{

background-color: #07669A;

}



.bgtitulocatalaogos

{

font-family:Arial, Helvetica, sans-serif;

font-size:x-large;

color: #07669A;

background-color: #CAD7E3;

}



.encima

{

position:relative;

	top: -10px;

	left: 0px;

	height: 50px;

	width: 100px;

	z-index: 5;

}

