@charset "utf-8";
/* CSS Document */

body {
background-image:url(../imagenes/mar.jpg);
background-position: top; 
background-repeat: no-repeat;
background-attachment:fixed; 
font: 13px/ 1.6 Tahoma, sans-serif;
width:100%;
margin:0 auto 0 auto;
text-align:center;
}

#contenedor {
margin:0 auto 0 auto;
text-align:center;
}

#cabecera {
text-align:center
}

#menu {
margin-top:30px;
margin:0 auto 0 auto;
text-align:center;
background:#314CB7;
width:1005px;
height:40px;
border: 1px solid #666;
padding-top:10px;
}


.rounded {
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;

-moz-border-top-right-radius: 10px;
-moz-border-top-left-radius: 10px;

border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

#menu a {
font-family:"Comic Sans MS", cursive;
color:#FFF;
font-size:20px;	
}

#cuerpo {
text-align:center;
}

#texto {
/*float:left;*/
margin:0 auto 0 auto;
background:#CBEDFA;
border: 1px solid #666;
width:1005px;
height:700px;
margin-bottom:30px;
text-align:center;
}

#menu a {
text-decoration:none;
}

#title img {
margin-top: 60px;
height: 117px;
width: 458px;
text-align:center;
}

#ofertas  img{
margin-top: 0px;
height: 331px;
width: 595px;
text-align:center;
}

#contacto1 {
margin:auto ;
width: 300px;
}

#contacto1 img {
height:65px;
width:65px;
}

#contacto2 img {
height:65px;
width:65px;
}

#contacto2 {
margin:auto ;
width: 300px;
margin-top:20px;
}

table {
font-family:"Comic Sans MS", cursive;
color:#314CB7;
font-size:17px;	 
}

#pie {
font-size:20px;
margin-bottom:0px;
width: 100%;
background-color:#000;
}

#copyright {
margin-bottom:0px;
text-align:center;
color:#FFF;
}



