/*
	Estilos generales
*/	

body {
	font-family : Verdana;
	font-size	: 8pt;
}

td {
	font-family : Verdana;
	font-size	: 8pt;
}

/* 
	Estilos del contenedor principal 
	de la página
*/

.Pagina {
	background-color	: #EEEEEE;
	text-align			: center;
}

.PaginaC {
	width		: 100%;
	margin		: 0 auto;
	width		: 790px;
	text-align	: left
}

/*
	Tabla que contiene la web
*/
.Global {
	width 				: 762px;
	border				: 1px solid black;
	background-color 	: white;
} 

.GlobalC {
	width	: 100%;
}

/*
 * Zona Global superior
 */
.GSupMenu {
	background-image	: url(http://desarrollo/webs/expert2/web/graficos/web/zonaSep.gif);
	background-repeat	: repeat-x;
	background-position : 0% 100%;
	width	: 100%;
	padding : 6px;
}

.GSupMenuInicio {
	width 		: 100px;
	text-align	: center;
}
.GSupMenuInicioLink {
	text-decoration : none;
	color			: black;
	width			: 100%;
}
.GSupMenuFecha  {
	width 		: 100px;
	text-align	: center;
}

.GSupMenuSecciones  {
	width 		: 100%;
	text-align	: center;
}

.GSupMenuSecLink  {
	text-decoration : none;
	font-weight : bold;
	color		: blue;
}


/*
	Zona global media
*/
.GMed {
	width 		: 100%;
	padding-bottom : 10px;
}

.GMedIzq {
	width			: 20%;
	vertical-align : top;
}


.GMedDer {
	border-left : 1px solid black;
	background-color : #EFEFEF;
}

.GMedCen {
	border-left 	 : 1px solid white;
	border-right 	 : 1px solid white;

	background-color : white;
	height 			 : 450px;
	vertical-align	 : top;
}

.GMedSep {
	background-image 	: url(http://desarrollo/webs/expert2/web/graficos/web/zonaSep.gif);
	background-position : 2px 0px;
	background-repeat   : repeat-y;
	padding-left	    : 2px;
	width			    : 4px;
}

/*
 	Zona global inferior
*/
.GInf {
	width : 100%;
	background-image : url(http://desarrollo/webs/expert2/web/graficos/web/zonaSep.gif);
	background-repeat : repeat-x;
	padding: 4px;
}

.GInfSecciones {
	text-align	: center;
	color		: blue;
}
.GInfSeccionLink {
	color		: blue;
}
.GInfPowered  {
	font-size: 9px;
}

.GInfLegal {
	text-align	: right;
}
.GInfLegalLink {
	color : black;
	font-size: 9px;
}

/*
	Zonas de la parte media
*/

/*
	Zona izquierda 
*/
.ZIzqDestinos {
	background-color	: #ebfcc2;
	width				: 100%;
}

.ZIzqDestino {
	width				: 100%;
}

.ZIzqDestinoLink {
	color				: #ffffff;
	font-weight			: bold;
	text-decoration		: none;
	background-color	: orange;
	width				: 100%;
	padding				: 3px;	
	border-top			: 1px #fd6704 solid;
}

.ZIzqDestinoLink:hover {
	color				: #feda00;
	background-color	: #fd8535;
}


/*
	Zona Central
*/
.ZCFDestinoG {
	width : 100%;
	padding: 10px;
}
.ZCFDestinoC {
	
}

.ZCFDestinoC h1 {
	font-size : 14px;
	font-weight: bold;
}


.ZCFDestinoURL {
	text-align: center;
}

.ZCFDestinoURLLink {
	font-size : 14px;
	font-weight: bold;
	text-decoration : none;
}




.ZCFDestinoHijosTitulo {
	font-size 		: 12px;
	font-weight 	: bold;
	text-decoration : underline;
}

.ZCFDestinoHijoLink {
	text-decoration : none;
	font-weight 	: bold;
	color			: #8aa3e3;
}

.ZCFDestinoHijosC {
	padding-bottom : 10px;
}

.ZCSeccionG {
	width : 100%;
	padding: 10px;
}

.ZCSeccionTitulo {
	font-size 		: 12px;
	font-weight 	: bold;
	text-decoration : underline;
}


