@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;
}


.rounded2 {
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

-moz-border-top-right-radius: 10px;
-moz-border-top-left-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-moz-border-bottom-left-radius: 10px;

border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-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:1000px;
margin-bottom:30px;
text-align:center;
}

#title img {
margin-top: 60px;
height: 117px;
width: 458px;
text-align:center;
}

#pie {
font-size:20px;
margin-bottom:0px;
width: 100%;
background-color:#000;
}

#copyright {
margin-bottom:0px;
text-align:center;
color:#FFF;
}

#menu a {
text-decoration:none;
}

table {
font-family:"Comic Sans MS", cursive;
color:#314CB7;
font-size:20px;	 
}



/* Empieza cuadro de imagenes */

#cat1, #cat2, #cat3, #cat4, #cat5, #cat6 {
padding-bottom:5px;
text-align:center;
height:225px;
width:250px;
float:left;
margin-top:10px;
margin-left:60px;
margin-bottom:45px;
border:2px solid black;
background-color:#AFF;
display: block;
}

#cat1 img, #cat2 img, #cat3 img, #cat4 img, #cat5 img, #cat6 img {
margin-bottom:10px;
height:180px;
width:250px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;

-moz-border-top-right-radius: 6px;
-moz-border-top-left-radius: 6px;

border-top-right-radius: 6px;
border-top-left-radius: 6px;
}

#titulo1, #titulo2, #titulo3, #titulo4, #titulo5, #titulo6 {
font-size:15px;
font-weight:bold;
color:#00C;
}

a {
text-decoration:none;
}

/* Acaba cuadro de imagenes */