@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url(../imagenes/fondo.gif)
}

img {
	border:none;
	}

#centro_index {
	margin:0px auto;
	position: relative;
	width:800px;
	height:415px;
	background-color:#f3f7f9;
	}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:85px;
	background-image:url(/imagenes/Logo.jpg);
	}
	
#foto_index {
	position:absolute;
	top:85px;
	left:0px;
	width:800px;
	height:300px;
	background-image:url(/imagenes/index/foto.jpg);
	}
#enlace_index {
	position:absolute;
	top:330px;
	left:0px;
	width:800px;
	height:55px;
	text-align:right;
	}
#direccion_index {
	position:absolute;
	top:385px;
	left:0px;
	width:800px;
	height:30px;
	padding-top:10px;
	background-color:#FFFFFF;
	}
.txt_menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
a {
	text-decoration:none;
	color:#000000;
	}

a:hover {
	color:#4da3d4;
	font-weight:bold;
	}
