@import url(menu.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background: #d7d9da url(../i/fondohtml.gif) top left repeat-x;
}

body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 13px;
	background: url(../i/nubes.jpg) top repeat-x;
}

#contenido a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#contenido a:hover {
	border-bottom: 1px dotted #000;
}

#contenedor {
	text-align: left;
	width: 885px;
	border: 7px solid #50565c;
	border-bottom: 0;
	border-top: 5px solid #50565c;
	margin: 0 auto;
}

#cabecera {
	background: url(../i/cabecera_inicio.jpg) top left no-repeat;
	height: 297px;
	border-bottom: 5px solid #a5d33e;
	position:relative;
}

#cuerpo {
	background: url(../i/fondoCuerpo.gif) left repeat-y;
	min-height: 200px;
}

#menu {
	float: left;
	width: 295px;
}

#menu ul {
	/*background: #d7d9da;*/
	list-style: none;
}
#contenido {
	margin-left: 295px;
	padding: 14px 20px;
	background: url(../i/fondocuerpo2.png) bottom right no-repeat;
}

* html #contenido {
	background-image: url(../i/fondocuerpo2.gif);
}

#contenido h1 {
	font-size: 20px;
	color: #656d76;
	margin-bottom: 22px;
}

#contenido h2 {
	font-size: 15px;
	color: #656d76;
	margin-bottom: 7px;
	margin-top: 20px;
}

#contenido p {
	margin: 13px 0;
}

#contenido p.destacado {
	color: #690;
	font-weight: bold;
}

#contenido ul {
	margin-left: 21px;
	list-style-image: url(../i/flechita.gif);
	list-style-position: outside;
}

#contenido ul li {
	vertical-align: middle;
	margin: 5px 0;
}

#pie {
	text-align: center;
	background: #50565c;
	color: #cf6;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	clear: both;
}
#pie a{
	color: #cf6;
	text-decoration:none;
	font-weight: bold;
}

#cabecera ul {
	margin-top: 85px;
	margin-left: 610px;
	position: absolute;
	width: 255px;
	height: 30px;
	background: url(../i/pestanas.png) top left no-repeat;
	list-style: none;
}

* html #cabecera ul {
	background: url(../i/pestanas.gif) top left no-repeat;
}

#cabecera ul li {
	position: absolute;
}

#cabecera ul li#contactar {
	width: 105px;
	text-align: center;
}

#cabecera ul li#plano {
	margin-left: 107px;
	text-align: center;
	width: 147px;
}

#cabecera ul a {
	text-decoration: none;
	color: #a5d33b;
	display: block;
	background:transparent;
	line-height: 30px;
}

#cabecera ul a:hover, #cabecera ul li.activo a {
/*	font-weight: bold;*/
	color: white;
}
/**/
#linkLogo{
	position:absolute;
	top:30px;
	left:20px;
	background:transparent;
	text-indent:-400em;
	width:220px;
	height:80px;
	border:0;
}
/**/
#enlaces {
	/*margin: 15px 20px 0 30px;*/
	margin: 15px 20px 0 71px;
}

#enlaces li {
	float: left;
	background: transparent;
	margin: 10px;
}

#contenido dl {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 5px;
}

#contenido dd {
	margin-left: 5px;
	margin-bottom: 5px;
	background: url(../i/flechita.gif) top left no-repeat;
	padding-left: 20px;
}

#contenido dt {
	margin: 5px 0;
	font-weight: bold;
}

#contenido dd ul {
	margin-left: 5px;
}
strong{
	color:#666;
}

img.derecha {
	float: right;
}

div.textos {
	float: left;
	width: 330px;
}

div.separador {
	clear: both;
	margin-bottom: 50px;
}


#sidetree{
	float:left;
	width:300px;
}