@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 {
padding-bottom:5px;
text-align:center;
height:300px;
width:250px;
float:left;
margin-top:10px;
margin-left:60px;
margin-bottom:45px;
border:2px solid black;
background-color:#AFF;
display: block;
}

#cat1 img {
margin-bottom:5px;
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 {
font-size:15px;
font-weight:bold;
color:#00C;
margin-top:0px;
}

#descripcion1 {
font-size:12px;
font-weight:bold;
color:#00C;
padding-left:0px;
padding-right:0px;
}

a {
text-decoration:none;
}

/* Acaba cuadro de imagenes */


#segunda img{
height:0px;
width:0px;
}



#lightbox{	
position: absolute;	
left: 0; 
width: 100%; 
z-index: 100; 
text-align: center; 
line-height: 0;
}

#lightbox img{
width: auto; 
height: auto;
}

#lightbox a img{ 
border: none; 
} 

#outerImageContainer{ 
position: relative; 
background-color: #fff; 
width: 250px; 
height: 250px; 
margin: 0 auto; 
}

#imageContainer{ 
padding: 10px; 
}

#loading{ 
position: absolute; 
top: 40%; 
left: 0%; 
height: 25%; 
width: 100%; 
text-align: center; 
line-height: 0; 
}

#hoverNav{ 
position: absolute; 
top: 0; 
left: 0; 
height: 100%; 
width: 100%; 
z-index: 10; 
}

#imageContainer>#hoverNav{ 
left: 0;
}

#hoverNav a{ 
outline: none;
}

#prevLink, #nextLink{ 
width: 49%; 
height: 100%; 
background-image: url(data:image/gif;base64,AAAA); 
/* Trick IE into showing hover */ display: block; 
}

#prevLink { 
left: 0; 
float: left;
}

#nextLink { 
right: 0; 
float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
background: url(images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
background: url(images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ 
font: 10px Verdana, Helvetica, sans-serif; 
background-color: #fff; 
margin: 0 auto; 
line-height: 1.4em; 
overflow: auto; 
width: 100%	; 
}

#imageData {	
padding:0 10px; 
color: #666; 
}

#imageData #imageDetails { 
width: 70%; 
float: left; 
text-align: left; 
}	

#imageData #caption { 
font-weight: bold;	
}

#imageData #numberDisplay { 
display: block; 
clear: left; 
padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose { 
width: 66px; 
float: right;  
padding-bottom: 0.7em; 
outline: none;
}	 	

#overlay { 
position: absolute; 
top: 0; 
left: 0; 
z-index: 90; 
width: 100%; 
height: 500px; 
background-color: #000; 
}