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

					ETIQUETAS PURAS

-----------------------------------------------------*/
* {
	padding:0px;
	margin:0 auto;
	border:0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	/*scrollbar-face-color: #FFFFFF;  
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #AAAAAA;
	scrollbar-darkshadow-color:#AAAAAA;
	scrollbar-track-color: #E0F5EE; 
	scrollbar-arrow-coloSr: #FFFFFF;*/
}
h1, h2, h3, h4, h5 , h6{
	text-transform:uppercase;
	font-weight:bold;
}
h1 {
	font-size:16px;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
}
h2 {
	font-size:14px;
	margin:3px;
}
h3 {
	font-size:14px;
	margin:2px;
}
h4 {
	font-size:14px;
	margin:1px;
}
h5 {
	font-size:12px;
	margin:1px;
}
h6 {
	font-size:12px;
	margin:0px;
}
/* --------------------------------------------------- 

			FIELSET Y LEYENDA

-----------------------------------------------------*/
fieldset {
	border:2px solid #00F;
	padding:5px;
}
legend {
	margin-left:5px; 
	font-size:14px;
	text-transform:uppercase; 
	color:#00F;
	padding-left:3px;
	padding-right:3px;
}
fieldset.naranja {
	padding:5px; 
	border:2px solid #F60;
}
legend.naranja {
	padding:5px; 
	font-size:16px; 
	color:#F60; 
	font-weight:bold; 
	text-align:left;
}
/* --------------------------------------------------- 

			LISTAS

-----------------------------------------------------*/
ul, ol {
	text-align:left;
	margin-left:10px;
}
li {
	margin:5px 0 5px 20px;
}
/* --------------------------------------------------- 

			VINCULOS

-----------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	color: #003;
}
a:hover, a:active {
	color: #F63;
	text-decoration: none;
}
/* --------------------------------------------------- 

			OTROS VINCULOS

-----------------------------------------------------*/
/*---------------------------------
			MENU PRINCIPAL			
---------------------------------*/
.menu, a.menu:link, a.menu:visited {
	color: #300;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a.menu:hover, a.menu:active {
	color: #FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
/*---------------------------------
		SOBRE FONDO OSCURO			
---------------------------------*/
.linClaro, a.linClaro:link, a.linClaro:visited {
	color: #FFF;
}
a.linClaro:hover, a.linClaro:active {
	color: #FFFFA4;
}
/*---------------------------------
		BUSCADOR DE OFERTAS			
---------------------------------*/
a.offer, a.offer:link, a.offer:visited {
	color: #003;
	border:#F60 1px solid;
	padding:4px;
}
a.offer:hover, a.offer:active {
	color:#830;
	border:#F60 1px solid;
	padding:4px;
	background:url(../images/fondoOpciones.gif) repeat-x top;
}
/*---------------------------------
		Borde Blanco			
---------------------------------*/
a.borde, a.borde:link, a.borde:visited {
	border:#F55 2px solid;
	height:30px;
}
a.borde:hover, a.borde:active {
	border:#FFF 2px solid;
	height:30px;
}
/* --------------------------------------------------- 

					FORMULARIOS

-----------------------------------------------------*/
select {
	min-width:50px;
}
textarea, input, select {
	color: #300;
	background-color: #9CC;
	border: 1px solid #00F;
	padding:1px;
}
.celdaForm {
	color: #300;
	background-color: #FF9;
	border: 1px solid #00F;
	padding:1px;
}
.boton, input.boton{
	font-weight:bold; 
	background-color:#00F; 
	color:#FFF; 
	padding:3px;
	border:#FFF 2px solid;
}
/* --------------------------------------------------- 

				LETRAS CHICAS

-----------------------------------------------------*/
.letrasChicasClaras{
	text-decoration: none;
	font-size: 9px;
	color: #CCFF00;
}
.letrasChicasOscuras {
	text-decoration: none;
	font-size: 9px;
	color: #300;
}
.letrasChicas1 {
    text-decoration: none;
	font-size: 9px;
}
.letrasChicas2 {
    text-decoration: none;
	font-size: 9px;
}

.notas {
	text-decoration: none;
	font-size: 9px;
	color: #FF9900;
	padding: 5px;
}
/* --------------------------------------------------- 

				LETRAS BOLD

-----------------------------------------------------*/
.textoBoldClaro {
	color: #CCFF00;
	font-weight: bold;
	background-color: #000066;
}
.textoBoldOscuro {
	color: #600;
	font-weight: bold;
	text-align: left;
}
.textoBold1 {
	color: #FFFFFF;
	font-weight: bold;
}
.textoBold2 {
	color: #000000;
	font-weight: bold;
}

/* --------------------------------------------------- 

				LETRAS DE COLORES

-----------------------------------------------------*/
.textoColor1 {
	color: #006;
}
.textoColor2 {
	color: #290000;
}
.textoColor3 {
	color: #FFF;
}
.textoColor4 {
	color: #FF0;
}
.textoColor5 {
	color: #F90;
}
/* --------------------------------------------------- 

				ENCABEZADO DE TABLAS

-----------------------------------------------------*/
.t_tabla {
	font-weight: bold;
	text-transform:uppercase;
	vertical-align:top;
	background-image:url(../images/fondoTitulo.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#006;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 12px;
}
/* --------------------------------------------------- 

			   POSICIÓN DE IMÁGENES

-----------------------------------------------------*/
.imagenIzq{
	float: left;
	margin-left:3px;
	margin-right:10px;
	margin-bottom:3px;
}
.imagenDer{
	float: right;
	margin-left:10px;
	margin-right:3px;
	margin-bottom:3px;
}
/* --------------------------------------------------- 

				ESPACIOS INTERIORES

-----------------------------------------------------*/
.espacioInterior {
	padding: 5px;
}
.espacioInterior10 {
	padding: 10px;
}
.espacioInterior2 {
	padding-right: 5px;
	padding-left: 5px;
}
.espacioInterior3 {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* --------------------------------------------------- 

				COLORES DE FONDO

-----------------------------------------------------*/
.fondoColor1{
	background-color:#006;
}
.fondoColor2{
	background-color:#FFFFFF;
}
.fondoColor3{
	background-color:#FFFFCC;
}
.fondoColor4{
	background-color:#000000;
}
.fondoColor5{
	background-color:#B9E3FF;
}
.posMenu {
	padding:0 6px 0 6px;
	float:left;
	width:auto;
	position:relative;
	border-right:#600 dotted 1px;
}
/* --------------------------------------------------- 

				TAMAÑO DEL TEXTO

-----------------------------------------------------*/
.tipo1{
	font-size:36px;
}
.tipo2{
	font-size:26px;
}
.tipo3{
	font-size:18px;
}
.tipo4{
	font-size:14px;
}
.tipo5{
	font-size:10px;
}
/* --------------------------------------------------- 

				COMBINACIONES

-----------------------------------------------------*/
.combo1{
	color:#FFF;
	/*text-shadow:#F63;*/
	/*text-align:justify;*/
	/*text-transform:none;*/
	padding:3px; 
	background-color:#336;
}
.combo2{
	color:#FFF;
	text-shadow:#F63;
	text-align:justify;
	text-transform:none;
	padding:3px; 
	background-color:#336;
}
.combo3{
	color:#FFF;
	text-shadow:#F63;
	text-align:justify;
	text-transform:none;
	padding:3px; 
	background-color:#336;
}
.combo4{
	color:#FFF;
	text-shadow:#F63;
	text-align:justify;
	text-transform:none;
	padding:3px; 
	background-color:#336;
}
.combo5{
	color:#FFF;
	text-shadow:#F63;
	text-align:justify;
	text-transform:none;
	padding:3px; 
	background-color:#336;
}
/* --------------------------------------------------- 

				FONDOS CON IMÁGENES

-----------------------------------------------------*/
.sombraFondoIzq {
	background-image:url(../images/sombraFondoIzq.png);
	background-position:right;
	background-repeat: repeat-y;
	text-align:right;
}
.sombraFondoDer {
	background-image:url(../images/sombraFondoDer.png);
	background-position:Left;
	background-repeat: repeat-y;
	text-align:left;
}
/*.bordeArriba {
	vertical-align:top;
	background-image:url(../images/bordeArriba.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px;
}*/
/* --------------------------------------------------- 

				ESQUINAS

-----------------------------------------------------*/
.esq1-2, .esq2-3, .esq3-4, .esq4-1{
	background-image:url(../images/bordes/eFFFFFF.png);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}
.esq1-2{
	background-position: top right;
	float:right;
	/*position: absolute; clip: rect(10px 110px 80px 10px))*/
}
.esq2-3{
	background-position: right bottom;
	float:right;
}
.esq3-4{
	background-position: bottom left;
	float:left;
}
.esq4-1{
	background-position: left top;
	float:left;
}
/* --------------------------------------------------- 

				OTROS ESTILOS

-----------------------------------------------------*/
.clear{
	clear:both;
	font-size:1px;
}
.clearDer{
	clear:right;
}
.clearIzq{
	clear:left;
}
.buscaOferta {
	float:left;
	width:27px;
	height:27px;
	margin-right:2px;
	padding-top:2px;
	text-align:center;
}
.nombreDato{
	width:28%;
	text-align:right;
	margin:5px;
	float:left;
	/*border:#000 solid 1px;*/
}
.valorDato{
	width:65%;
	text-align:left;
	margin:3px;
	float:left;
	/*border:#000 solid 1px;*/
}
/* --------------------------------------------------- 

						FIN

-----------------------------------------------------*/

