@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#666666;
	text-align:center;
	background-color: #112244;
	}
#contenedor {
	width:850px;
	border:1px solid #333333;
	background-color:#FFF8F0;
	margin:10px auto;
	text-align:left;
	}
#encabezado {
	margin:10px;
	padding:10px;
	width:800px;
	height:50px;
	border:1px solid #333333;
	background-color:#4993D3;
	float:left;
	display:inline;
	background-image: url(../images/logo_finishsails.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	}
#encabezado h1 {
	font-size:18px;
	font-weight:bold;
	width:400px;
	border-bottom:16px solid #FFFFFF;
	color:#FFFFFF;
	margin:0 0 0 300px;
	text-transform:none;
	padding-bottom:10px;
	}
#encadcha h6 { /*encadenamos el identificador del div, con la etiqueta par areferirnos solo al h1 dentro del div encabezado, asi no afectara otros h1 en el resto del documento.*/
	font-size:24px;
	font-weight:bold;
	width:403px;
	color:#0066FF;
	margin:0; /*los h1 vienen con margen, con esto se lo quito*/
	text-align: right;
}
#encadcha {
	width:408px; /* 320 */
	float:left;
}
#menu {
	float:left;
	margin:10px 10px auto 0;
	border:1px solid #333333;
	width:800px;
	height:24px;
	color:#80BF96;
	font-size:14px;
	background-color: #091F5A;
	font-weight: bolder;
	margin:0 5px 0 5px;
	padding:0 5px 0 5px;
	}
#menu a {
	background-color:#F0E9D6;
	color:#1566B6;
	padding:1px 3px 1px 3px;
	text-decoration:none;
	font-size:12px;
	}
#menu a:hover {
	background-color:#4993D3;
	color: #F0E9D6;
	}
#contenido {
	width:815px;
	clear:both;
	padding:10px;
	}
#contenido h1 {
	font-size:16px;
	color:#145FA9;
	width:816px;
	text-transform:uppercase;
	border-bottom:1px dotted #0066FF;
	}
#contenido h2 {
	font-size:16px;
	color:#0066FF;
	width:246px;
	text-transform:uppercase;
	border-bottom:1px dotted #0066FF;
	}
#contenido h3 {
	width:246px;
	font-size:14px;
	color:#4E9A68;
	border-bottom:1px dotted #999900;
	}
#contenido h4 {
	width:500px;
	font-size:14px;
	color:#4E9A68;
	border-bottom:1px dotted #4E9A68;
	}
#pie {
	width:800px;
	text-align:right;
	padding:10px;
	font-size:80%;
	font-style:normal;
	color:#999999;
	}

#MenuTxt {
}

div.block a:hover, div.block a:active {
	color: #faec8f;
}
div.block {
	margin-bottom: 20px;
}

div.license a:link, div.license a:visited, h2.license {
	color: #7389ae;
}

.caracteristicas .caracteristicas-image {
	float: left;
	margin: 0 10px 0 0;
}

.caracteristicas .caracteristicas-text {
	margin-left: 200px;
}
.caracteristicas-text { margin-left: 190px; }

#paginamiento a{
	color: #7389ae;
	padding:5px;
	margin:5px;
	border:1px solid #ccc;
}

#trumb2 {
	height: 112px;
	padding: 5px;
	border: 1px solid #797979;
	margin: 5px;
	background-color: #303030;
	float: left;
}

#enlace {
	float:left;
	margin:10px 10px auto 0;
	border:0px;
	color:#80BF96;
	font-size:12px;
	font-weight: bolder;
	margin:0 10px 0 10px;
	padding:0 10px 0 10px;
	}
#enlace a {
	background-color:#F0E9D6;
	color:#1566B6;
	padding:1px 6px 1px 6px;
	text-decoration:none;
	font-size:12px;
	}
#enlace a:hover {
	background-color:#4993D3;
	color: #F0E9D6;
	}
#titulo {
	float:left;
	margin:10px 10px auto 0;
	font-weight: bolder;
	margin:0 10px 0 1px;
	padding:0 10px 0 1px;

	width:795px;
	font-size:14px;
	color:#4E9A68;
	border-bottom:1px dotted #4E9A68;

	}
#titulo a {
	background-color:#F0E9D6;
	color:#4E9A68;
	padding:1px 6px 1px 1px;
	text-decoration:none;
	font-size:12px;
	}
#titulo a:hover {
	background-color:#4993D3;
	color: #F0E9D6;
	}

div#logo{
	/*background: url(../logo.gif) no-repeat;*/
	height: 50px;
	width: 700px;
	float: left;
}


p#espanol a, p#england a {
	margin-top: 2px;
	display: block;
}

p#espanol span, p#england span {
	display: none;
}

p#espanol a {
	float: right;
	height: 20px;
	width: 35px;
	background: url(../images/espanol.gif) no-repeat;
}

p#england a {
	float: right;
	height: 20px;
	width: 35px;
	background: url(../images/england.gif) no-repeat;
}

#formulario {
	font-size:12px;
}

