@charset "utf-8";
/* CSS Document */
/* ---------------------Reset style (tecnica desarrollada por Eric Meyer)---------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
} 
/* ---------------------General---------------------*/

body {
	text-align:center;
	background-image:url(img/fondo_circulos.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#cbeffd;
	width: 100%;
	height:100%;
	font-family: sans-serif,Geneva,Arial, Helvetica;
}
h1 {
	font-size:72px;
	color:#7fb719;
	margin-bottom: 0px;
	font-weight:bolder;
}
h2 {
	font-size:22px;
	color:#7fb719;
}
h3 {
	font-size:18px;
	color:#666666;
	font-weight:normal;
	display:inline;
}
h4 {
	font-size:x-large;
	color:#666666;
	display:inline;

}
h5 {
	font-size:20px;
	color:#666666;
	display:inline;
	font-weight:lighter;
}
h6 {
	font-size:14px;
	color:#666666;
}
.enlinea {
	display:inline;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size:medium;
	color:#006699;
	line-height: 150%;
}
img {
	margin-bottom: 0px;
}
a {
	text-decoration:none;
}
#cuerpo {
	width: 1000px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	background-image:url(img/fondo.png);
	background-position:center;
	background-repeat:repeat-y;
}
#cabecera {
	float:left;
	background-image:url(img/cabecera.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:1000px;
	height: 85px;
	margin-top: 0px;
}
#cabecera a {
	color:#666666;
}
#cabecera a:visited {
	color:#666666;
}
#cabecera a:hover {
	color:#666666;
}
#tabla_menu {
	margin-top: 50px;
}
#tabla_menu li{
	display:inline;
	margin-left: 10px;
	}
#logo_peq {
	float:left;
	display:inline;
	margin-left: 20px;
}
.boton {
	float:left;
	display:inline;
	background-image:url(img/marco.gif);
	background-position:center;
	background-repeat:repeat-x;
	margin-left: 45px;
}
.seleccionado {
	float:left;
	display:inline;
	background-image:url(img/marco.gif);
	background-position:center;
	background-repeat:repeat-x;
	background-color: #CBEFFD;
	margin-left: 45px;
}
.centrada {
	vertical-align:middle;
}
.imgFinal {
	margin-right: -5px;
	vertical-align:middle;
}
#logo {
	float:left;
	width: 1000px;
	margin-top: 0px;
	text-align:left;
	background-image:url(img/fondo.png);
	background-position:center;
	background-repeat:repeat-y;
}
#tabla_logo {
	margin-left: 20px;
}
.azul {
	color:#64c7ed;
}
.verde {
	color:#7fb719;
}
.rojo {
	color:#FF0000;
}
.titulo {
	color:#006699;
	margin-left: 30px;
}
#titulo_centros {
	margin-top: 20px;
}
.titulo2 {
	color:#999999;
	margin-left: 30px;
	font-size:larger;
}

#marco{
	float:left;
	text-align:left;
	width: 1000px;
	background-image:url(img/fondo.png);
	background-repeat:repeat-y;
	background-position:center;
}
#definicion {
	margin-left: 80px;
	margin-right: 90px;
	margin-bottom: 20px;
	margin-top: 20px;
	border:#64c7ed solid 1px;
}

.descripcion{
	margin-left: 50px;
}
#torre_del_angel {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	border:#64c7ed solid 1px;
}
#torre_del_angel ul{
	margin-left: 70px;
	color:#666666;
	list-style-type:circle;
}
#torre_del_angel a{
	color:#666666;
}
.foto{
	margin-left: 5px;
	margin-right:5px;
	margin-top: 30px;
	border:#666666 solid 3px;
	vertical-align:text-top;
}
.borde_der{
	border-right:#64c7ed solid 1px;
	padding-right: 3px;
	background-color:#CBEFFD;
}
.titulo_residencia {
	margin-left: 10px;
}
#masinfo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align:left;
}
#masinfo img{
	vertical-align:middle;
}

#pie {
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	width: 1000px;
}

