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

/*estilos generales*/


Body{
font-family:"Quattrocento Sans", Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
color:#333;
margin:0;
background-image: url(../img/head.png);
background-repeat: no-repeat;
background-color:#FFF;
}

#contenedor{
	margin:0 auto;
	width:990px;
	height:1210px;


}

#cabecera{
	margin:0;
	padding:0;
	width:100%;
	height:190px;
}



#cuerpo{
	width:720px;
	height:690px;
	margin:40px 0px 30px 0px;
	padding:0;
	background:#fff;
	background-repeat:no-repeat;
	box-shadow: 0px 0px 20px #000;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
}


#cuerpo img{
	margin:-450px 0px 0px 10px;
	float:left;
	
}

#textoga{
width:460px;
margin:20px 0px 0px 240px;
padding:0;
float:left;
}

#mision{
width:210px;
margin:35px 0px 0px 240px;
padding:0;
float:left;
	
}

#vision{
width:220px;
margin:35px 0px 0px 25px;
padding:0;
float:left;
	
}



#noticias{
	width:237px;
	margin:-610px 0px 0px 0px;
	padding:0;
	float: right;
	background: url(../img/etiqueta.png);
	background-repeat:no-repeat;
	height:500px;
	
}


#pie{
	width:998px;
	margin:0;
	padding:0;
	float: inherit;
	height:5px;
	border-top:#999 solid 1px;
	border-top-style: dashed;
}

#pieizq{
	width:100px;
	margin:000 -15px;
	padding:0;
	float: left;
}

#textopie{
	width:200px;
	margin:0;
	padding:0;
	float: left;
	border-left:1px solid #b3b2b2;
	border-left-style: dashed;
    height:123px;
}


#piecentro{
	width:100px;
	margin:0;
	padding:000 40px;
	float: left;
}

#textopiecentro{
	width:200px;
	margin:000 -25px;
	padding:0;
	float: left;
	border-left:1px solid #b3b2b2;
	border-left-style: dashed;
	height:123px;
}


#pieder{
	width:100px;
	margin:0;
	padding:000 45px;
	float: left;
}

#textopieder{
	width:270px;
	margin:000 -40px;
	padding:0;
	float: left;
	border-left:1px solid #b3b2b2;
	border-left-style: dashed;
	height:123px;
}


/*estilos específicos*/

#cabecera ul li a:hover{
color:#9fb0d1;
text-shadow: black 0.1em 0.1em 0.2em;
}

#cabecera li a span{
color:#9fb0d1;
text-shadow: black 0.1em 0.1em 0.2em;
	}

#textoga h1{
font-size:22px;
font-weight:lighter;
text-align:left;
color:#013e7f;
margin: 0;

}




#textoga p{
font-size:12px;
text-align: justify;
color:#013e7f;
padding:0;
margin:0;
}

#mision h1{
font-size:22px;
font-weight:lighter;
text-align:left;
color:#013e7f;
margin: 0;
padding:0px 0px 10px 0px;

}

#mision p{
font-size:12px;
text-align: justify;
color:#013e7f;
padding:0;
margin:0;
}

#vision h1{
font-size:22px;
font-weight:lighter;
text-align:left;
color:#013e7f;
margin:0;
padding:0px 0px 10px 0px;

}

#vision p{
font-size:12px;
text-align: justify;
color:#013e7f;
padding:0;
margin:0;
}


#vision ul{
margin:0px 0px 0px -27px;	
}

#vision ul li{
font-size:12px;
text-align: justify;
color:#013e7f;
padding:10px 0px 0px 0px;
margin:0;
list-style:circle;
}





#noticias h1{
font-size:22px;
font-weight:lighter;
color:#fff;
padding:0;
margin: 3px 0px 0px 20px;

}

#noticias h1 a{
	text-decoration:none;
	color:#fff;
	}

#noticias h1 a:hover{
	text-decoration:none;
	color:#09C;
	}

#noticias p{
font-size:12px;
text-align: justify;
color:#333;
padding:0;
margin:0px 20px 0px 20px;

}



#textopie p{
font-size:13px;
text-align: justify;
color:#999;
padding:40px 0px 0px 15px ;
margin:0;


}






#textopiecentro p{
font-size:13px;
text-align: left;
color:#999;
padding:30px 0px 0px 15px ;
margin:0;


}
	
	
#textopieder p{
font-size:13px;
text-align: left;
color:#999;
padding:10px 0px 0px 15px ;
margin:0;
line-height:20px
}
	

/*menú*/


/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 30px; width: 980px;
    padding:000 40px; margin:0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url(../img/barra_lava2.png)no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url(../img/barra_lava2.png)no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
			font: "Quattrocento Sans", Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
            color: #CCC; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 18px;
        }
		
		
		.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }
		


img{border:none;}

			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:38px 0px 0px 35px;
		position: absolute;
		text-align:left;
		width:578px;
		background:transparent;		
		margin-bottom:2em;
	
		
		}	
				
	#content{
		position:relative;
		
		}			

