body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#565656;
	font-size:12px;
	background-color:#000000;
}
body.viajes{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#565656;
	font-size:12px;
	background-color:#74a2cd;
}
a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1{
	color:#3b5998;
	font-size:18px;
	border-bottom-color:#3b5998;
	border-bottom-width: medium;
	border-bottom-style: solid;
	}
h2{
font-size:14px;
	color:#3b5998;
	}

#ingreso{
width: 1024px;
height:440px;
margin:0 auto;
background-image:url(images/ingreso.jpg);
background-repeat:no-repeat;
font-size:20px;
color:#565656;
}
#ingreso ul{
position:relative;
top:300px;
left:360px;
}
#ingreso li{
display:block;
list-style:none;
float:left;
margin-left:80px;
}

#ingreso li a{
color:#565656;
text-decoration:none;
}

#ingreso li a:hover{
color:#ffffff;
}	

#contenedor{
width:1024px;
margin:0 auto;
background-image:url(images/fondo.jpg);
background-repeat:repeat-y;
position:relative;
	border-bottom-color: #3B5998;
}
#contenedor.viajes{
width:1024px;
margin:0 auto;
background-image:url(images/fondo2.jpg);
background-repeat:repeat-y;
position:relative;
	border-bottom-color: #3B5998;
}
#header{
width:940px;
height:338px;
margin-left:40px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
background-position:left top;
position:relative;

}
#header.viajes{
width:940px;
height:338px;
margin-left:40px;
background-image:url(images/header2.jpg);
background-repeat:no-repeat;
background-position:left top;
position:relative;

}
#logo{
width:151px;
heigh:140px;
float:left;
position:relative;
padding-left:50px;
padding-top:20px;
}
#logo a{
border:none;
}
#flash{
clear:left;
position:relative;
top:-24px;
}
#menu{
width:940px;
height:30px;
margin:0 auto;
margin-left:20px;
margin-right:10px;
position:relative;
z-index:6;
}
#menu.viajes{
left:320px;
}
#menu li{
display:block;
list-style:none;
float:left;
margin-left:12px;
}
#menu.viajes li{
margin-left:20px;
}
#menu li a{
text-decoration:none;
color:#565656;
}
#menu li a:hover{
color:#3b5998;
}
#menu li a.selected{
color:#3b5998;
text-decoration:underline;
}

#contenido{
width:940px;
height:100%;
min-height:200px;
position:relative;
}
#pegatina{
height:10px;
overflow:visible;
position:relative;
left:80px;
top:-150px;
z-index:5;
}
#pegatina.empresas{
left:750px;
top:-300px;
}
#izq{
float:left;
margin-top:30px;
padding-left:100px;
width:200px;
display:block;
position:relative;
z-index:4;
}
#izq p.bajoizq{
font-size:30px;
text-align:center;
color:#c4e8f5;
border-bottom-color:#c4e8f5;
border-bottom-style:solid;
border-bottom-width:medium;
}
#der{
float:right;
padding-right:40px;
width:500px;
display:block;
position:relative;
height:100%;
text-align:justify;
z-index:4;

}
#der ul{
	list-style-image: url(images/item.png);
	line-height: 20px;
}
/*ESTILOS FORMULARIOS*/
#form {
    border:1px solid #3b5998;
    width:450px;
    margin:auto;
}

#form ul{
    list-style:none;
}
#form ul li{
    padding-bottom:5px;
}

#form input[type=text] {
    border:1px solid #CCCCCC;
	margin-left:30px;
	width:250px;
	float:right;
	margin-right:60px;
}
#form textarea{
   border:1px solid #CCCCCC;
	width:190px;
	float:right;
	margin-right:60px;
	}

#form input.btn {
    padding:3px;
    color:#FFFFFF;
    background-color:#3b5998;
    border:1px solid #000000;
}
/*FIN ESTILOS FOMRULARIOS*/

.corte {clear: both;}
#footer{
width:1024px;
height:23px;
position:relative;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
font-size:9px;
text-align:center;
padding-top:40px;
color:#999999;
}
#footer.viajes{
width:1024px;
height:23px;
position:relative;
background-image:url(images/footer2.jpg);
background-repeat:no-repeat;
font-size:9px;
text-align:center;
padding-top:40px;
color:#999999;
}
#footer a{
color:#999999;
text-decoration:none;
}
#footer a:hover{
color:#333333;
text-decoration:underline;
}

