/* DEFECTO */
	BODY, DIV,P, SPAN, TD, TH, LI, FORM, OPTION, SELECT, INPUT, A {
		font-size : 11px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #000000;
	} 

	h1
		{
		font-size : 16px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #000000;
		}
	
	h2 {
		font-size: 12px;
		font-weight: bold;
		padding-left: 15px;
		color : #ffffff;
		background-color:#FF6600;	
		margin:0px;
	}
	
	h3 {
		font-size:12px;
		color : #990000;
		font-weight: normal; 
		border: 1px solid #FF6600;
		padding: 1px 3px;
		margin-bottom:14px;
		background-color:white;
	}
	.h3Der {
		font-size:11px;
		color : #990000;
		font-weight: bold; 
		border: 1px solid #FF6600;
		padding: 1px 3px;
		background-color:white;
	}

/* DEFECTO */

/* LINKS Y TEXTO (de más gordo a más pequeño) */
	a.linkwhite:link, a.linkwhite:visited, a.linkwhite:active {
		color: #ffffff; 
		text-decoration: none;
		font-weight : bold;
		}
	a.linkwhite2:link, a.linkwhite2:visited, a.linkwhite2:active {  
		color: #ffffff; 
		text-decoration: none;
		}
		
	a.linkwhite:hover, a.linkwhite2:hover {  
		color: #ffffff; 
		text-decoration: underline;
		}

	.precioNormal  {
		font-size : 13px;
		text-decoration : line-through;
	}
	.precioAtrapalo  {
		font-size : 13px;
		font-weight : bold;
		color : #990000;
	}

	.paginacion {
		font-size : 13px;
	}
	
	.titulSimple {
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}
	a.titulSimple:hover {
		text-decoration: underline;
	}
	
	.titulParafo {
		font-size : 11px;
		font-weight : bold;
		color: #990000; 
		text-decoration: none;
	}
	a.titulParafo:hover {  
		text-decoration: underline;
	}	

	.seccion {
		font-size : 11px;
		color: #CE0000; 
		text-decoration: none;
	}

	.idioma {
		font-size : 11px;
		color: #979A94; 
		text-decoration: none;
	}
	.idiomaSel {
		font-size : 11px;
		color: #676966; 
		text-decoration: none;
	}
	.idiomaMenu	{
		font-size : 11px;
		color: #ff6300; 
		text-decoration: none;
	
	}
	.txtwhite2 {
	font-weight : bold;
	color : #ffffff;
	}
	
	a.buscar{
		font-weight : bold;
		color: #990000; 
		text-decoration: underline;
	}

	.desnudo{
		text-decoration: none;
	}

	.verMas{
		color:#990000;
		text-decoration: none;
	}

	.DatosDest{
		font-weight:bold;
		text-decoration:none;
	}

	.nota{
		font-size:10;
		text-decoration:none;
	}

	.datosLight{
		color : #666666;
	}

/*  LINKS Y TEXTO */
	
/* COLORES Y IMG DE FONDO */
	.claro { /*naranja*/
		background-color:#FF6600;
	}

	.oscuro { /*red*/
		background-color:#CE3000;
	}
	
	.barraDer {
		background-color:Gainsboro;
	}

	.separIzq{
		background-image: url("/img/vertical_puntos.gif"); 
	}
	.separHor{
		background-image: url("/img/horizontal_puntos.gif"); 
	}
	
	.mainBackgnd {
		background-color:white;
	}
	.filaImpar {
		background-color:whiteSmoke;
	}
	.filaPar {
		background-color:white;
	}
	
/* COLORES DE FONDO */
/* INPUTS GENERICOS */
	.inputLargo {
	font-size:10px;
	font-weight : bold;
	width:220px;
	}

	.inputLogin {
	font-size:10px;
	font-weight : bold;
	width:165px;
	}

	.inputLugar  {
	font-size:10px;
	font-weight : bold;
	width:123px;
	}

	.inputNombre {
	font-size:10px;
	font-weight : bold;
	width:110px;
	}

	.inputFecha {
	font-size:10px;
	font-weight : bold;
	width:80px;
	}

	.inputHora {
	font-size:10px;
	font-weight : bold;
	width:60px;
	}
	
	.inputDia {
	font-size:10px;
	font-weight : bold;
	width:40px;
	}

	.inputButton {
		color : #990000;
		font-weight: normal; 
		border: 1px solid #CE3000;
		background-color:white;
	}
	
	.inputTransparent{
		background-color:white;
		border:0px;
	}

/* INPUTS GENERICOS */
