/* CSS Document */

body {
	margin:0;
	margin-top: 5px;
	padding:0;
	background: #eee url("img/backfade.gif") repeat-x fixed top left;
	font-family: "Trebuchet MS", verdana, sans-serif;
	color:#414141;
	font-size:10pt;
}

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background:white;
	border:1px solid #8EA48E;
	/*border-top: none;*/
	margin-top:0px;
	width:900px;
}

#banner {
	padding: 0px;
	background: #C0C8C0 url("img/banner.jpg");
	border-bottom:1px solid #8EA48E;
	height:75px;
	cursor: hand;
}

/*--------------------------------------*/
/* estilos relativos a la barra de menús*/
/*--------------------------------------*/
#menu {
	padding: 0px;
	border-bottom:1px solid #8EA48E; 
	height:18px;
}

/* Aplicables a las celdas */
.menuNormal {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8EA48E;
}
.menuActivado {
	background-color: #BECBBE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8EA48E;
}

/* Enlaces del menú */
#menu a {
	color: #990000;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
}

/* ----------------------------
   La parte principal
-------------------------------*/   

#principal
{
	margin:0 auto;
	padding:0;
	width:850px;
/*	background-image: url(img/lootro.gif);
	background-repeat: no-repeat; 
	background-position: left top;*/
}

#empresa_izquierdo
{
	margin:0 auto;
	padding:0;
	width:275px;
	float:left;
	padding:0px 8px 10px 8px;
	margin:0;
	font-size:1em;
	color:#000;
	display:inline;
}

#empresa_derecho
{
	margin:0 auto;
	float:left;
	padding:0;
	width:475px;
	display:inline;
}
.lineapunteadaabajo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ABABAB;
}
.lineaGRISabajo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABABAB;
}
.lineaNEGRAabajo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/*---------------------------*/
/* Estilos del pie de página */
/*---------------------------*/
#pie {
	clear: both;
	text-align: center;
	padding:5px;
	font-size:11px; 
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
}
#pie #legal {
	text-align: right;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#pie #legal a {
	color: #6A6A6A;
	text-decoration: none;
}


/* ----------------------------------------------
    Página INICIAL - estilos para los apartados
------------------------------------------------*/

.botones 
{
	background:url("img/boton-back.gif") 0% 0% repeat-x;
}

a.cat {
	font-size: 20px; 
	color: #D9531E;
	font-family: Arial,Helvetica,sans-serif; 
	font-weight: normal; 
	margin-bottom: 0px;
	padding-bottom:0px;
	text-decoration:none;
}

.cat {
	font-size: 20px; 
	color: #D9531E;
	font-family: Arial,Helvetica,sans-serif; 
	font-weight: normal; 
	margin-bottom: 0px;
	padding-bottom:0px;
	text-decoration:none;
}
/* -------------------------------------
	Para los titulos de los apartados
----------------------------------------*/

.tituloapartados {
	background:url("img/boton-back.gif") 0% 0% repeat-x;
	font-size: 20px;
	color: #D9531E;
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom:0px;
	text-decoration:none;
	text-align: left;
	text-indent: 15px;
}

/*--------------------------
Formulario
----------------------------*/
/*input, textarea {font: normal 12px "trebuchet ms", verdana, tahoma, sans-serif; color: #666; color: #666; border: 1px solid #ccc; background: #fff; padding: 2px;}*/
label {font: normal 12px "trebuchet ms", verdana, tahoma, sans-serif; color: #333;}
/*.type {font: normal 11px tahoma, verdana, sans-serif; color: #666; background: #fff; border: 1px solid #ccc; padding: 2px; margin-bottom: 3px;}*/
.type {
	font: normal 12px "trebuchet ms", verdana, tahoma, sans-serif;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #E9E9E9;
}
.type2 {
	font: normal 12px "trebuchet ms", verdana, tahoma, sans-serif;
	color: #000;
	border: 1px solid #000;
	padding: 2px;
	background-color: #ffffff;
}

.boton {font: bold 12px "trebuchet ms", verdana, tahoma, sans-serif; color: #000; background: #ffffff; border: 1px solid #ccc; padding: 2px 10px;}









.bordegris {
border:1px solid #ABABAB;
}

.masinfo a {
	color: #666666;
	text-decoration: none;
}
.masinfo a:hover{
	color: #666666;
	text-decoration: underline;
}
.bordepunteadoderecha {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.pt8 {
	font-size: 8pt;
}
.promocion a {
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.promocion a:hover {
	color: #D9531E;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #D9531E;
}
.bordenegro {
	border: 1px solid #000000;
}
.oculto {
	display: none;
}
.visible{
	display: block;
}

.sinbordes {
	background: transparent;
	border: none;
	text-align: right;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
.estilocaja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #993300;
	background-color: #FFDDCC;
	border: 1px solid #993300;
	text-align: right;
}


#uno {
	font-family: "Century Gothic";
	font-size: 16px;
	background-image: url(promociones/castillejos/mapa/uno.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	line-height: 40px;
	text-align: left;
}
#dos {
	font-family: "Century Gothic";
	font-size: 16px;
	background-image: url(promociones/castillejos/mapa/dos.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	line-height: 40px;
	text-align: left;
}
#uno a, #dos a {
	font-size: 14px;
	color: #FF0000;
}.admin a {
	color: #666666;
	text-decoration: none;
}

