/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

h1{
	width:295px;
	height:88px;
	text-indent:-10000px;
	position:relative;
	top:10px;
	left:0px;
	margin:0;
	padding:0;
	font-size:18px;
}

h1 a{
	display:block;
	width:295px;
	height:88px;
	text-decoration:none;
	background-image:url(../images/logo.gif);
}

h2{
	color:#09f;
	font-size:16px;
	margin-bottom:10px;
}

a, p{
	color:#fff;
}

a:visited{
	color:#09F;
}

a, img{
	border:0;
}

strong{
	color:#09F;
}

.clear{
	clear:both;
}

.separador{
	width:320px;
	height:25px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	background-image:url(../images/separador.gif);
}

#cont{
	width:650px;
	margin:auto;
	margin-top:40px;
}

#menu_top{
	float:right;
	width:350px;
	height:20px;
	text-align:right;
}

#menu_top a{
	text-decoration:none;
}

#menu_top a:hover{
	color:#09F;
}

#contenido{
	margin-top:50px;
	width:650px;
}

#mapa{
	float:left;
	width:450px;
	height:300px;
	color:#000;
}

#desc_mapa{
	float:left;
	width:170px;
	padding:0 15px 0 15px;
}

.botones{
	margin:auto;
}

.botones2{
	margin:auto;
	width:330px;
}

.boton{
	float:left;
	width:150px;
	height:152px;
	margin-right:10px;
	margin-bottom:8px;
}

.foto{
	float:right;
	width:249px;
	height:178px;
	margin:0 0 15px 15px;
	background-image:url(../images/fachada.jpg);
}

#columnas{
	margin:auto;
	width:525px;
}

.col{
	float:left;
	width:160px;
	margin:30px 15px 0 0;
}


/*** Pie de página ****/

#pie{
	width:450px;
	margin:auto;
	text-align:center;
}


