@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color:#0F1F50;
	background-image:url(images/bckg02.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
#main {
	padding: 40px 10px 10px 10px;
	}

.fotoder {
	float:right;
	margin-left: 10px;
	}
.fotoizq {
	float:left;
	margin-right: 10px;
	}
	
.clear {
	clear:both;
	}

#indexbckg {
	padding: 20px 10px 10px 10px;
	}
	
#cozumelbckg {
	background-image:url(images/cozumel_bckg02.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding: 20px 10px 10px 10px;
	}
	
#featuresbckg {
	background-image:url(images/features_bckg02.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding: 20px 10px 10px 10px;
	}
	
#developerbckg {
	background-image:url(images/developer_bckg02.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding: 20px 10px 10px 10px;
	}
	
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #33CCFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

#footer {
	font-size: 10pt;
	}
	
.nota01 {
	padding:5px;
	margin: 2;
	border:#33CCFF 1px solid;
	}
	
.requerido {
	color:#00FFFF;
	font-weight:bold;
	}
.portada {
	background-color:#FFFFFF;
	color:#000033;
	}