/* ATRIBUTOS GENERALES */

*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#6C8040;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.7em;
}

#general{
	width:865px;
	border:solid;
	margin-top:20px;
	border-color:#FFFFFF;
	border-width:1px;
}

a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* CABECERA Y MENÚ */

#cabecera{
	height:182px;
	width:100%;
	background-image:url('../img/cabecera.jpg');
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
}

.loro1{
	float:left;
	margin-left:-14px;
	margin-top:5px;
	position:absolute;
}

.loro2{
	float:left;
	margin-left:1px;
	margin-top:182px;
	position:absolute;
}

.loro3{
	float:left;
	margin-left:-10px;
	margin-top:206px;
	position:absolute;
}

.lotes{
	margin-left:704px;
	margin-top:26px;
	position:absolute;
}

#menu{
	height:22px;
	background-image:url('../img/fondo_menu.jpg');
	background-repeat:repeat-x;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}

.menu_principal{
	list-style:none;
	margin-left:36px;
}

.menu_principal li{
	margin:2px;
	padding:2px;
	float:left;
	border-right:1px dotted #FFFFFF;
	padding-right:12px;
	margin-left:12px;	
}

/* CONTENT */

#cuerpo{
	background-image:url("../img/detalle_fondo.jpg");
	background-repeat:no-repeat;
}

#content{
	margin-left:47px;
}

#content ul{
	list-style-image:url('../img/img_lista.gif');
}

#content li{
	margin-left:13px;
}

.titulo{
	width:822px;
	height:22px;
	margin-left:10px;
	padding-top:13px;
	text-shadow:3px 3px 2px #000000;
	font-size:17px;
	letter-spacing:1px;
}

.tit_izq{
	width:4px;
	height:100%;
	background-image:url("../img/fondo_titulo_izq.gif");
	background-repeat:no-repeat;
	float:left;
}

.tit_centro{
	width:790px;
	height:100%;
	background-image:url("../img/fondo_titulo.gif");
	background-repeat:repeat-x;
	float:left;
	padding-left:5px;
}

.tit_der{
	width:4px;
	height:100%;	
	background-image:url("../img/fondo_titulo_der.gif");
	background-repeat:no-repeat;
	float:left;
}

.tabla_tarifas{
	width:100%;
	border:solid;
	border-width:1px;
	border-color:#6C8040;
}

.tabla_tarifas td{
	padding:5px;

}

/* set millions of background images */
.rbroundbox { background: url(../img/nt.gif) repeat; }
.rbtop div { background: url(../img/tl.gif) no-repeat top left; }
.rbtop { background: url(../img/tr.gif) no-repeat top right; }
.rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../img/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 0 auto; }

/* FOOTER */

#footer{
	margin-top:5px;
	margin-bottom:20px;
	color:#B8D6B7;
}

/* OTROS */

.imagen{
	border:opx;
}

.linea_clara{
	width:100%;
	margin-top:9px;
}

.linea_oscura{
	height:1px;
	width:100%;
	background-color:#505E2F;	
	margin-bottom:8px;
}