#clear{
	clear:both;
}

body{ background-color:#000000}

#contenedor{
	width:970px;
	height:710px;
	background-image: url(../img/fondo.jpg);
	background-repeat:no-repeat;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

#cabecera{
	width:100%;
	height:150px;
	background-image:url(../img/cabecera2.gif);
	background-repeat:no-repeat;
}

#novedades{
	width:770px;
	margin:25px auto;
}

#izquierda{
	float:left;
	width:200px;
	margin:0 0 0 55px;
}

#centro{
	float:left;
	margin: 5px 0 0 8px;
}

#derecha{
	float:right;
	width:200px;
	margin:0 45px 0 0;
}

#izquierda ul, #derecha ul{
	margin:0;
	padding:0;
}

#izquierda li, #derecha li{
	width:190px;
	height:20px;
	display:block;
	list-style-type:none;
	background-image:url(../img/boton.gif);
	background-repeat:no-repeat;
	padding:10px;
	margin:15px 0 0 0;
}

#izquierda li a, #derecha li a{
	color:#990099;
	width:190px;
	height:40px;
	text-decoration:none;
	display:block;
	
}

#izquierda li a:hover{
	color:#990099;
	font-weight:bold;
	background-image:url(../img/boton2.gif);
	background-repeat:no-repeat;
	margin:-10px 0 0 -10px;
	padding:10px;
}

#derecha li a:hover{
	color:#990099;
	font-weight:bold;
	background-image:url(../img/boton2.gif);
	background-repeat:no-repeat;
	margin:-10px 0 0 -10px;
	padding:10px;
}

#lateral{
	float:left;
	width:180px;
}

#menu li{
	width:180px;
	margin:0;
	font-size:12px;
	background-image:url(../img/fondomenu.jpg);
	background-repeat:repeat-x;
	border:1px white solid;
	list-style-type:none;
}

#menu ul{
	margin:10px 0 0 0;
	padding:0;
}

#menu li a{
	color:#990099;
	padding:3px 3px 3px 15px;
	width:162px;
	text-decoration:none;
	display:block;
}

#menu li a:hover{
	color:#990099;
	background-image:url(../img/fondomenu2.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
}

#fotos{
	margin:5px 0 0 1px;
}

#contenido{
	width:740px;
	height:510px;
	padding:20px;
	margin:10px 0 0 0;
	font-size:14px;
	overflow:scroll;
	float:right;
}

#contenido img{
	border: 3px black solid;
	margin:10px;
}

#contenido p{
	text-align:justify;
	font-size:16px;
	line-height:20px;
}

#contenido h3 {
	margin:30px 0 0 0;
}

#contenido ul li{
	text-align:justify;
	font-size:16px;
	line-height:20px;
}

#contenido ol li{
	margin:10px;
	text-align:justify;
	font-size:16px;
	line-height:20px;
}

#obrasizq{
	width:360px;
	float:left;
	padding:0px;
	margin:0px;
}

#obrasder{
	width:360px;
	float:right;
	padding:0px;
	margin:0px;
}

table{
	margin:10px 0
}

#contacto{
	width:250px;
	float:left;
}

#mapa{
	float:right
}
	
