@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	
}


A:link, A:visited { color: #009900; }

A:hover { color: #003366 }

html,body {
height:100%;

}




body {
background-repeat:no-repeat;
background-position: top;
background-color:#215037;
font-family:Tenor Sans, Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;



}





/*/fondo blanco/*/


.fondo-blanco {

width:800px;
background-image:url(images/BACKGROUND-CONTENIDO.png);
background-repeat:repeat-y;
background-position:center;
z-index:-10;
margin:auto;
padding:1.5%;

}


.fondo-blanco-galeria {
width:800px;
height:550px;
background-image:url(images/background-sitio-galeria.png);
background-position:center;
background-position:top;
background-repeat:no-repeat;
margin:auto;
padding:1.5%;
}

.fondo-blanco-alumnos {
width:800px;
height:550px;
background-image:url(images/background-sitio-alumnos.png);
background-position:center;
background-position:top;
background-repeat:no-repeat;
margin:auto;
padding:1.5%;
}

.fondo-blanco-apoderados {
width:800px;
height:550px;
background-image:url(images/background-sitio-apoderados.png);
background-position:center;
background-position:top;
background-repeat:no-repeat;
margin:auto;
padding:1.5%;
}
 
 
/*/HEADER/*/


.header {
width:100%;
height:100px;
background-color:#cccccc;
background-image:url(images/background-header.jpg);
background-repeat:repeat-x;
min-width:955px;
}
.logo {
width:300px;
height:100px;
float:left;
}
.logojpg {
padding:0px 0px 0px 70px;
}
.contenedormenu {
width:655px;
height:100px;
float:left;
}

.menu-flash {
width:93px;
float:left;
}





/*/contenido/*/



.titulo {
width:550px; height:55px; font-size:13px; text-align:center; color: #009900; font-weight:bold; margin:auto;
}
.texto-y-fotos {
width:550px; text-align: justify; margin:auto;
}
.subtitulo {
font-weight:bold; text-align:center;
}


