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


@import url(reset_css.css);

/** img,
* .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}*/


body {	
	margin:0px;
	padding:0px;
	background:url(../img/background_body.jpg) repeat-x;
	font-family:"Trebuchet MS", Tahoma, Arial;	
}

table , td , tr {
	border:0px;
}

td{
	padding:10px;
}

body .logo {
	position:absolute;
	left:30px;
	top:3px;
	width:171px;
	height:156px;
	z-index:1;
}

body .slogan {
	position:absolute;
	left:224px;
	top:33px;
	width:508px;
	height:50px;
	z-index:2;
	color:#FFFFFF;
	font-size:38px;
}

form {
	margin:0px;
	padding:0px;
}

.opciones_top {
	padding:10px;
}
.input {
	font-size:11px;
	height:15px;
}
.opciones_top a {
	font-size:11px;
	color:#FFFFFF;
	padding:5px;
}

#fecha {
	text-align:right;
	margin-top:80px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 5px 2px 5px;
}

#menu {
	margin:0px;
	background:#676767;
	border:1px solid #333333;
}

#menu ul {
	background: #676767;
	margin:0px;
	padding:10px 0px 10px 0px;
	height :20px;
}

#menu li {
	list-style:none;
	display:block:
	padding:10px;
	float:left;
}

#menu li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	margin-left:10px;
}

#menu li a:hover {
	color:#003366;
	
}

.tabla{	
	border:1px solid #D7D7D5;
}
.coption{
	background:#148ED5;
	border:1px solid #006699;
	color:#FFFFFF;
	padding-left:5px;
	font-weight:700;
}

.item a {
	text-decoration:none;
	color:#333333;
}
.item a:hover {
		text-decoration:underline;
}
.item {
	color:#333333;
	background:url(../img/guia.png) no-repeat left top;
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
	border:1px solid #D7D7D5;
	border-bottom:0px;
}

.footer{
	margin-top:10px;
	border-top:2px solid #666666;
	font-size:11px;
	padding:5px;
}

ul {
	margin:0px 0px 10px 5px;
	padding:0px;
}

li , span {
	margin:0px;
	padding:0px;
}

li , ul {
	margin:0px 0px 0px 15px;
	padding:0px;
}

.informacion {
	border:1px solid #999999;
	padding:5px;
	font-size:12px;
}

.informacion h1 {
	color:#990000;
	margin:0px;
	font-size:13px;
}
.informacion a {
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}


#destinos {
	margin:0px;
	padding:0px;
}

#destinos li {
	float:left;
	display:block;
	width:110px;
	margin:5px;
}
#destinos a {
	text-decoration:none;
	color:#900;
	font-size:12px;
}

#sub_sub {
}

#sub_sub li {
	list-style-type:circle;
	margin:0px;
	padding:0px;
}
#sub_sub li a {
	padding-left:10px;
	color:#333;
	text-decoration:underline;
}

