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

body{
		background:#ccc;
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		}
#wrap{
		width:815px;
		height:100%;
		/*border:1px solid #666666;*/
		margin:0 auto;
		}
/*--------------------------------Cabecera----------------------------*/		
#header{
		width:815px;
		height:163px;
		margin-top:5px;
		/*border:1px solid #000000;*/
		}
#logo{
		width:380px;
		height:163px;
		background:url('../img/logotipogrande.png');
		float:left;
		margin-left:50px;
		}
#direccion{
		width:232px;
		height:128px;
		background:url('../img/cajadireccion.png') no-repeat;
		float:left;
		margin-left:100px;
		margin-top:10px;
		*padding-top:15px;
		}
/*--------------------------------Fin Cabecera----------------------------*/
		
/*--------------------------------Contenido----------------------------*/		
#content{
		width:815px;
		height:554px;
		}
#sidebar{
		width:183px;
		height:554px;
		float:left;
		/*border:1px solid #FF00FF;*/
		/*overflow:auto;*/
		}
#principal{
		width:629px;
		height:554px;
		background:url('../img/maincontent.png') no-repeat;
		float:left;
		
		}
/*--------------------------------Fin Contenido----------------------------*/	

/*------------------------------Menu---------------------------*/
#esquina{
		width:183px;
		height:60px;
		background:url(../img/esquina.png);
		margin-top:0px;
		/*float:left;
		margin-left:0px;
		margin-right:0px;*/
		}


#inicio{
		width:183px;
		height:49px;
		background:url(../img/inicio.png);
		/*float:left;
		margin-left:25px;
		margin-right:0px;*/
		}
a:hover #inicio {
		background:url(../img/inicio_seleccionado.png);
		}

#quienessomos{
		width:183px;
		height:71px;
		background:url(../img/quienessomos.png);
		/*float:left;
		margin-left:0px;
		margin-right:0px;*/
		}
a:hover #quienessomos {
		background:url(../img/quienessomos_seleccionado.png);
		}
#queofrecemos{
		width:183px;
		height:70px;
		background:url(../img/queofrecemos.png);
		/*float:left;
		margin-left:0px;
		margin-right:0px;*/
		}
a:hover #queofrecemos {
		background:url(../img/queofrecemos_seleccionado.png);
		}
#localizacion{
		width:183px;
		height:55px;
		background:url(../img/localizacion.png);
		/*float:left;
		margin-left:0px;
		margin-right:10px;*/
		}
a:hover #localizacion {
		background:url(../img/localizacion_seleccionado.png);
		}
#contacto{
		width:183px;
		height:52px;
		background:url(../img/contacto.png);
		/*float:left;
		margin-left:0px;
		margin-right:0px;*/
		}
a:hover #contacto {
		background:url(../img/contacto_seleccionado.png);
		}
#esquina_inferior{
		width:183px;
		height:288px;
		background:url(../img/esquina_inferior.png);
		/*float:left;
		margin-left:0px;
		margin-right:0px;*/
		}

/*-------------------------Fin Menu-------------------------------------*/
	
/*--------------------------------Footer----------------------------*/		

#footer{
		clear:both;
		width:815px;
		height:88px;
		background:url('../img/footer.png') no-repeat;
		margin:0 auto;
		*margin-top:100px;
		}

#footer_texto{
float:left;
width:600px;

}

#footer_texto p{
padding-left:200px;
padding-top:7px;
*padding-top:17px;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
font-weight:bold;
}

#logotipomlg{
float:left;
}

#mlg{
		width:49px;
		height:49px;
		background:url(../img/logotipomlg_gris.png);
		text-align:center;
		margin-left:125px;
		margin-top:12px;
		/*margin-right:10px;*/
		}
a:hover #mlg {
	background:url(../img/logotipomlg.png);
		}
/*--------------------------------Fin Footer----------------------------*/		

