@charset "utf-8";
/* CSS Document */
HTML, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0px; 
    padding: 0px; 
    border: 0px; 	
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
td, table{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
a:link {  
	text-decoration: none; 
	color: #0F5586;
	}

a:visited { 
	text-decoration: none; 
	color: #0F5586;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #728E3A;
	}

h1{
	font-size:18px;
	color:#105783;
}
h2{
	font-size:14px;
	font-weight:normal;
}
h3{
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
h4{
	font-size:11px;
	font-weight:normal;
	text-align:center
}
#contenedor{
	width:800px;
	margin:auto;
	background-color:#DDEFFB;
}
.fullWidth{
	width:100%;
}
.vTop{
	vertical-align:top;
}
#top{
	background:url(../images/top.jpg) repeat-x;
	height:25px;
}
#top-left{
	background:url(../images/top-left.jpg) no-repeat;
	width:9px;
	height:25px;
}
#top-right{
	background:url(../images/top-right.jpg) no-repeat;
	width:9px;
	height:25px;
}
#links{
	text-align:right;
}
#links a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 8px;
}
#links a:hover{
	color:#FFCC00;
}
#contenido{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:12px;
}

/* menu del sitio*/
.menu{
	width:155px;
	text-align:left;
	font-size:15px;
}
.menu li{
	list-style:none;
	background:url(../images/menu-back.jpg) repeat-y;
	width:149px;
	height:26px;
	margin-bottom:8px;
	text-align:right;
	color:#FFFFFF;
}
.menu li a{
	display:block;
	width:149px;
	height:26px;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 12px 0 0;
	color:#FFFFFF;
}
.menu a:visited{
	color:#ffffff;
	text-decoration:none;
}
.menu a:hover{
	color:#125781;
	text-decoration:none;
}

#atlantis{
	margin-top:20px;
}
/* termina menu*/

#texto1{
	margin-left:12px;
	text-align:justify;	
	font-size:14px;
}
#texto2{
	margin:12px 0;
	font-size:14px;
	text-align:justify;
}

.tabla{
	margin:auto;
	text-align:center;
	padding:2px;
}
.gallery td{
	padding:4px;
}
.tabla td{
	padding:2px;
	text-align:justify;
}

#footer{
	background:url(../images/footer.jpg) repeat-x;
	height:34px;
	color:#FFFFFF;
	text-align:center;
}
#footer span{
	font-weight:bold;
}
#footer-left{
	background:url(../images/footer-left.jpg) no-repeat;
	width:9px;
	height:34px;
}
#footer-right{
	background:url(../images/footer-right.jpg) no-repeat;
	width:9px;
	height:34px;
}

/*paginas internas*/

.bordeTabla td{
	border:1px solid #000000;
	text-align:center;
}

