body{
margin:0;
padding:0;
background: #222353 url(img/bg.jpg) repeat-x top left;
text-align:center;
height: 100%;
font-family: Verdana;
font-size: 11px;

}

img {
  border: 0;
}
#center{
position: relative;
width:899px;
height:100%;
margin-right:auto;
margin-left:auto;
background-color:#FFFFFF; /* si ponemos sólo un color se escribe exactamente este código, sino lo interpreta mal en el resto del css */
}

#header{
/* el header lo ponemos de background */
float:left;
background: #003366 url(img/header.jpg) no-repeat top left;
width:899px;
height:131px;
}

#logo{
position:absolute;
float:left;
width:125px;
height:122px;
left: 6px;
top: 3px;

}
#contenedor{
float:left;
position: relative;



}
#mainmenu{
float: left;
width: 174px;
height: 590px;
background: url(img/mainmenubg.jpg) no-repeat top left;
position: relative;
}


#mainmenu ul{
margin:0; padding:0;
margin-top: 40px;
list-style-type: none;
}

#mainmenu ul li{
margin:0; padding:0;
}

#mainmenu ul li a{
display: block;
top: 40px;
left:9px;
padding:0;
text-decoration:none;
}
#mainmenu #enlacemenu {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  text-align: center;
}






#menubar{
float: right;
width:725px;
height:19px;
background: url(img/menubarbg.jpg) no-repeat top left;
text-align: left;
}


#menubar ul{
/*position:absolute;*/
float: left;
margin:0; padding:0;

}


#menubar ul li{
/*position:absolute;*/

margin:0; padding:0;
display:inline;
/*background:#FFF url(..) repeat-x top left;*/
}

#menubar ul li a{
color:#FFF;
font-family:myriad pro;
font-size: 11px;
text-decoration:none;

}

#contenido{
min-height:600px;
text-align:justify;
width:547px;
float: left;
color:#000000;
left:170px;
/*margin-right: 122px;*/
margin-top: 70px;
border-right: 1px solid #919192;
}
#imagenes {
  float: right;
  width: 174px;
  text-align: left;
  margin-top: 2em;
}





.tituloparrafo {
  color: #698ef1;
  font-stretch:narrower;
  font-style: bold;
  text-align: left;
  /* border-bottom: 1px solid #919192;*/
  padding-left: 20px;
  line-height: 200%;

}
.parrafo {
  margin-left: 20px;
  text-align: justify;
  text-indent: 1em;
  line-height: 140%;
  margin-right: 15px;
  color: #282828;
  font-size: 11px;
}
.parrafoiz {
   margin-left: 20px;
  text-align: justify;
  
  line-height: 140%;
  margin-right: 15px;
  color: #282828;
  font-size: 11px;
}


#footer {
	width: 899px;
	height: 31px;
	background: url(img/footer.jpg) no-repeat top left;
}



