body{
	background-color: #71951a;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
img{
	behavior: url("../includes/pngbehavior.htc");
	border: 0px;
	display: block;
}
a{
	margin: 0px;
	padding: 0px;
}
h2{
	padding: 0px;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight:bold;
	color:#458900;
	border-bottom:1px dotted #458900;
}
p
{
	margin:5px;
}
#wrapper
{
	position:relative;
	width: 820px;
	height:831px;
	background-image:url(../images/fondoWrapper.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#visitaragon
{
	position:absolute;
	top:200px;
	left:100px;
}
#wrapper.portada
{
	background-image:url(../images/fondoWrapperHome.jpg);
	background-repeat:no-repeat;
}
#wrapper.interiores
{
	background-image:url(../images/fondoWrapperInteriores.jpg);
	background-repeat:no-repeat;
}
#cabecera
{
	position:relative;
	height: 86px;
	width: 820px;
}
#cabecera #menu
{
	position:absolute;
	left:510px;
	top:57px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#cabecera #menu a
{
	color:#696969;
	letter-spacing:-1;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:2px solid #458900;
	margin:0px 35px 0px 0px;
}
#cabecera #menu a:hover
{
	color:#458900;
	letter-spacing:-1;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin:0px 35px 0px 0px;
	border:0px;
}
#contenido
{
	position:relative;
	width:830px;
	color:#333333;
}
#contenido #fotoPortada
{
	width:830px;
	height:314px;
	padding:0px;
	margin:0px;
}
#contenido #interiores
{
	margin:10px 10px 10px 15px;
	padding:0px;
	width:785px;
}
#contenido #interiores ul
{
	margin:0px;
	padding:5px;
}
#contenido #interiores li
{
	list-style:none;
	margin:0px;
	padding:0px;
}
#contenido #izquierdaPortada
{
	width:450px;
	float:left;
	padding:0px;
	margin:10px 0px 0px 10px;
}
#contenido #izquierdaPortada #bannerGrande
{
	float:left;
	width:450px;
	height:105px;
	text-align:center;
	margin:0px 0px 5px 5px;
	padding:0px;
}

#contenido #izquierdaPortada #banner
{
	float:left;
	width:207px;
	height:130px;
	text-align:center;
	margin:0px 0px 5px 12px;
	padding:0px;
}
#contenido #izquierdaPortada #banner a
{
	font-size:10px;
	color:#fe860c;
	font-weight:bold;
	text-decoration:none;
}
#contenido #izquierdaPortada #banner a:hover
{
	font-size:10px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#contenido #derechaPortada
{
	width:325px;
	margin:0px 25px 0px 5px;
	float:right;
	padding:0px;
}
#pie
{
	position:relative;
	width: 820px;
	height:86px;
	background-image:url(../images/fondoPie.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	padding-top:40px;
}
#pie a
{
	text-decoration:none;
	color:#000000;
}
#pie a:hover
{
	text-decoration:none;
	color:#ffffff;
}
.cuadroArchivos
{
	float:left;
	border: solid 1px #999999;
	width: 90px; 
	height: 80px; 
	text-align: center; 
	padding: 5px; 
	margin: 5px; 
	font-size: 10px;
	background-color: #EAEAEA;
}
.cuadroArchivos a
{
	color: #666666; 
	}	
.cuadroArchivos a:hover
{
	color: #000000; 
	}	
.cuadroImagenes
 {
	float:left;
	border: solid 1px #999999;
	width: 90px; 
	height: 70px; 
	text-align: center; 
	padding: 5px; 
	margin: 5px; 
	font-size: 10px;
	background-color: #EAEAEA;
 }
