/* CSS Document */
.fotos, .fotos:link, .fotos:visited {
text-decoration: none;
color: #6161bc;
}

.fotos:hover {
text-decoration: none;
color: #6161bc;
}

.enlace, .enlace:link, .enlace:visited {
text-decoration: none;
color: #ffffff;
}

.enlace:hover {
font-weight: bold;
}

body{
text-align:center;		
scrollbar-face-color: #4C4C80;			/*barra*/
scrollbar-arrow-color: #ffffff;			/*flecha*/
scrollbar-track-color: #8484BC;		    /*fondo*/
scrollbar-shadow-color: #004499;		 /*sombra*/
scrollbar-highlight-color: #9900FF;		/*sombra fondo*/
scrollbar-3dlight-color: #CCFFFF;		  /*sombra 3D*/
scrollbar-darkshadow-color: #1166CC;	/*sombra fondo oscura*/
background-color: #6161BC;
}

#contenedor{
width: 800px;
height: 600px;
margin: auto;
}

#cabecera{
width: 800px;
height: 100px;
background-image: url("cabecera.gif");
}

#logo{
width: 164px;
height: 100px;
float:left;
}

#banner{
width: 630px;
height: 100px;
float:right;
background-color: #ffffff;
}

#principal{
width: 800px;
height: 600px;
}

#titulo{
width: 800px;
height: 50px;
font: 30pt Arial;
color: #ffffff;
}

#contenido{
width: 475px;
height: 500px;
float: left;
position:relative;
left:10px;
top:25px;
}

#contenidomes{
width: 650px;
height: 500px;
font: 10pt Arial;
color: #ffffff;
text-align:left;
float: right;
position:relative;
top:25px;
overflow:auto;
}

#textotitulo{
width: 650px;
height: 50px;
float: right;
}

#volver{
width: 142px;
height: 50px;
float: left;
}

#cajaenlaces{
width: 140px;
height: 300px;
float:left;
font: 10pt Arial;
color: #ffffff;
}

#cajaenlaces2{
width: 140px;
height: 350px;
float: right;
font: 10pt Arial;
color: #ffffff;
text-align:left;
}

#temaenlaces{
width: 137px;
height: 43px;
float: left;
padding-top:7px;
background-image: url(boton.jpg);
background-repeat:no-repeat;
font: 10pt Arial;
color: #ffffff;
text-align:center;
}

#cajatemas{
width: 140px;
height: 550px;
float:left;
}

#enlaces{
width: 140px;
height: 50px;
padding-top:7px;
background-image: url("btncentros.gif");
background-repeat: no-repeat;
}

#centros_btn{
width: 140px;
height: 50px;
padding-top:7px;
}

#enlaces2{
width: 137px;
height: 50px;
padding-top:7px;
padding-left: 40px;
background-image: url("boton.jpg");
background-repeat: no-repeat;
}

#guarderia{
width: 800px;
height: 200px;
border-bottom: 2px solid #fdffff;
border-left: 2px solid #fdffff;
border-top: 2px solid #fdffff;
margin-top: 20px;
}

#asociaciones{
width: 800px;
height: 200px;
}

#foto{
width: 350px;
height: 200px;
float:left;
}

#tabla{
width: 440px;
height: 150px;
float:right;
border: 1px solid #ffffff;
overflow:auto;
}

#temas2{
width: 440px;
height: 300px;
float:right;
text-align: left;
overflow:auto;
font: 10pt Arial;
color: #ffffff;
}

#centro{
width:130px;
height: 25px;
float:left;
font: 8pt Arial;
color: #ffffff;
border-right: 1px solid #ffffff;
position:relative;
left: 10px;
}

#fecha{
width:90px;
height: 25px;
float:left;
border-right: 1px solid #ffffff;
font: 8pt Arial;
color: #ffffff;
}

#tema{
width:180px;
height: 25px;
float:left;
font: 8pt Arial;
color: #ffffff;
}

#pie{
width: 800px;
height: 50px;
font: 15px Arial;
color: #ffffff;
border: 1px solid #ffffff;
}

