@charset "utf-8";
/* CSS Document */
/*empezamos por esto, para evitar resultados extraños en distintos navegadores, y algo de estilo al texto*/
body {
	background-color:#495678;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#003366;
}
#Fecha {
	position:absolute;
	left:650px;
	top:83px;
	width:270px;
	height:20px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	z-index:1;
}
#Contenedor {
	position:relative;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
    width:990px;
	height:950px;
    margin:0px auto;
	z-index:2;
}
#Informacion {
	position:absolute;
	left:705px;
	top:15px;
	width:82px;
	height:20px;
	z-index:3;
}
#Links {
	position:absolute;
	left:805px;
	top:15px;
	width:40px;
	height:20px;
	z-index:4;
}
#Menu {
	position:absolute;
	left:69px;
	top:108px;
	width:852px;
	height:40px;
	font-size:24px;
	font-style:italic;
	text-align:center;
	z-index:5;
}
#Submenu {
	position:absolute;
	left:69px;
	top:153px;
	width:852px;
	height:40px;
	z-index:6;
}
#Titulo {
	position:absolute;
	left:69px;
	top:153px;
	width:852px;
	height:40px;
	font-size:36px;
	font-style:italic;
	text-align:center;
	z-index:7;
}
#Subtitulo {
	position:absolute;
	left:69px;
	top:200px;
	width:852px;
	height:40px;
	font-size:36px;
	font-style:italic;
	text-align:center;
	z-index:8;
}
#Titiloampliado {
	position:absolute;
	left:69px;
	top:153px;
	width:852px;
	height:80px;
	font-size:18px;
	font-style:italic;
	text-align:center;
	z-index:9;
}
#Contexto {
	position:absolute;
	left:159px;
	top:250px;
	width:652px;
	height:auto;
	font-size:18px;
	font-style:italic;
	text-align:justify;
	z-index:10;
}
#Contexto2 {
	position:absolute;
	left:134px;
	top:250px;
	width:702px;
	height:auto;
	font-size:16px;
	font-style:italic;
	text-align:justify;
	z-index:11;
}
#Contexto3 {
	position:absolute;
	left:114px;
	top:975px;
	width:752px;
	height:auto;
	font-size:16px;
	font-style:italic;
	text-align:justify;
	z-index:12;
}
#Pie {
	position:absolute;
	left:299px;
	top:815px;
	width:372px;
	height:auto;
	font-size:12px;
	font-style:italic;
	text-align:center;
	z-index:13;
}
#Comercial {
	position:absolute;
	background-color:#003366;
    opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
    width:990px;
	height:950px;
    margin:0px auto;
	z-index:14;
}
#Imgcomercial {
	position:absolute;
	background-image:url(images/comercial.jpg);
	background-repeat:no-repeat;
	background-position:center;
	top:50px;
	left:50px;
	width:890px;
	height:600px;
	margin:0px;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;
	z-index:15;
}
input.btn {   
	color:#003366;   
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
}
input.btnbox {
	position:relative;
	float:right;   
	color:#003366;   
	font-family:'trebuchet ms',helvetica,sans-serif;
}
a:link {color: #003366; font-weight: normal; text-decoration: none;}
a:visited {color: #003366; font-weight: normal; text-decoration: none;}
a:active {color: #003366; font-weight: normal; text-decoration: none;}
a:hover {color: #003366; font-weight: bold; text-decoration: underline;}
