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

body{
	background-color:#333333;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align:justify;
}

h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#cuerpo{
	width:780px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/lineas.jpg);
	background-repeat:repeat-y;
}

#top{
	width:600px;
	margin-left:40px;
	height:234px;
	position:relative;
	border-bottom:#666666 1px solid;	
}

#top_izq{
	position:absolute;
	left:0;
	width:48%;
	height:100%;
	background-image:url(../images/logoFinal.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#top_der{
	position:absolute;
	right:0;
	width:40%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left;	
}

#imagenes {
	position:absolute;
	top: 60px;
}

#top_der_fondo{
	position:absolute;
	right:0;
	width:48%;
	height:76%;
	background-image:url(../images/fotoHolder.gif);
	background-repeat:no-repeat;
	background-position:left;	
}

#inicio{
	width:133px;
	height:43px;
	background-repeat:no-repeat;
}

#links{
	position:absolute;
	bottom:0;
	right:0;
	width:430px;
	height:16px;
	border-right:#666666 1px solid;
	padding-top:100px !important;
	padding-top:98px;	
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#links ul {
	margin:0;
	padding:0;
}

#links li{
	display:inline;
	list-style:none;
	margin-left:3px;
	padding:6px;
	background-color:#666666;
	font-weight:bold;
}

#links li:hover{
	background-color:#999999;
}

#links a{
	color:#eeeeee;
	text-decoration:none;
	font-size: 100%;
}
#links a;hover{
	color:#000000;
	font-weight:bold;
}

#bottom{
	width:600px;
	height:35px;
	background-color:#222222;
	color:#8b8b8b;
	margin-left:40px;
	margin-bottom:10px;
}

#bottom p{
	padding:8px;
}

#logoXW{
	width:98px;
	height:35px;
	float:right;
}

img {
	border:none;
}

#contenidos{
	width:580px;
	color:#FFFFFF;
	margin-left:40px;
	padding:10px;
	border-left:#666666 1px solid;
	border-bottom:#666666 1px solid;
	margin-bottom:10px;
}
