/* CSS Document */
@import url("menu_en.css");
@import url("titulos_en.css");
@import url("formularios.css");
html, body {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}
body, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#global {
	width: 700px;
	height: 100%;
	background-color:#FFFFFF;
	float:none;
}
#logo {
	width: 700px;
	height: 113px;
	background-image:url(../images/viajesfontao_en.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#menu {
	width:auto;
}
#cabecera {
	width: 518px;
	height: 164px;
	background-image:url(../images/cabecera.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#lateral {
	width: 182px;
	height: 298px;
	background-color: #2676a1;
	background-image:url(../images/lateral_fondo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#contenido {
	position: relative;
	background-color: #f9f7ee;
	padding:10px;
	padding-top:24px;
	width: 518px;
}
#texto {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	text-align: justify;

	padding-top:15px;
}
#fotos {
	padding-left:9px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:10px;
}
#fotos img {
	background-color: #FFFFFF;
	padding:2px;
	border: 1px solid #595959;
	display: block;
	margin-bottom: 15px;
}

#pie {
	height: 50px;
	background-image:url(../images/pie_en.gif);
	background-position:20px 4px;
	background-repeat:no-repeat;
}
#pie h1 {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #585858;
	padding:0;
	margin:0;
	top:29px;
	left: 65px;
}
#pie h2 {
	position: relative;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding:0;
	margin:0;
	top:4px;
	right: 4px;
}
#pie h2 p {
	padding:0 2px;
	margin:0;
	display:inline;
	background-image:url(../images/separador.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
.separador {
	position: relative;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #669933;
	height: 6px;
}

.listadoPar {
	background-color: #EFECE0;
}
.listadoimPar {
	background-color: #F9F7EE;
}
.listadoTitulo {
	border-bottom: 1px solid #CFCCC2;
}