@charset "utf-8";
*{
	padding: 0px;margin:0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; 
}
div.headContainer{
	position:absolute;
	height:400px;
	width:100%;
	top:0;
	left:0;
	background-color:#990000;
	background-image: url(../images/cubaLibreback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div.container{
	position:absolute;
	left:300px;
	top:400px;
	width:650px;
	height:auto;
	padding-top:1em;
	/*border: 1px solid #CCCCCC;*/
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 5em;
	padding-bottom: 3em;
}
h1{
	font-size: 1.8em;
	line-height: 1.6em;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-size: 1.1em;
	line-height: 1em;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.container h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: .5em;
	margin-bottom: 0.5em;
}
a {
	color: #990000;
}
div.navigation{
	position:absolute;
	left:0px;
	top:400px;
	width:245px;
	height:auto;
	padding-top:1em;
	color:#990000;
	/*border: 1px solid #CCCCCC;*/
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-left: 4em;
	list-style-position: outside;
	list-style-type: square;
}

.navigation li{
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0em;
	margin-bottom: .5em;
}
.navigation a {
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.noLink{
margin-top: 0em;
	margin-bottom: .5em;
	color:#666666;}
.container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #CCCCCC;
	line-height: 1.8em;
}
.container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	margin-top: .5em;
	margin-bottom: .5em;
}
div.coments{
	position:absolute;
	left:0px;
	top:560px;
	width:245px;
	height:auto;
	padding-top:2em;
	color:#666666;
	/*border: 1px solid #CCCCCC;*/
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: square;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
