/* default elements */
* {margin: 0; padding: 0;}

body {
	/*background: #7C6F5C url(utiles/bg.jpg); */
	/*background: #000000;*/
	color: #000000;
	background: #3e3c3c url(utiles/hedader.jpg) repeat;
	padding: 0 0;
	font-family: Arial, Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

big {font-size: 1.1em;}

h1,h2,h3 {/*color: #64634a;*/ color:#333333; padding: 0px 0 0px;}

h1 {font: normal 3em "Courier New", Courier, monospace;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 2.6em "Courier New", Courier, monospace;}
h3 {font: bold 1.8em "Courier New", Courier, monospace;}

blockquote {
	background: url('utiles/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em "Courier New", Courier, monospace;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em; }
p {padding: 0px 0 3px;}
small,.small {font: normal 0.9em "Courier New", Courier, monospace;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #FBF9F4 url(utiles/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 930px;
}
#container {
	background: #FBF9F4;
	border-top: 0px solid #FBF9F4;
	font-size: 1.0em;
	margin: 0 0;
	width: 930px;
}

#flota {
	background-position:top;
	background:#CCFF66;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	WIDTH: 349px;
	font-family: "Courier New", Courier, monospace;
	font-size:40px;
	
	color:#000000;
	position:absolute;
	left: 193px;
	top: 307px;
	visibility: visible;
	
	
}
/* header */
.title {
	padding: 20px 10px 10px 10px;
	background: #E2DED4;
	border-top: 1px solid #996;
	font-size:24px;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
}
.title h1 {
	color: #000000;
	font: bold 37px "Courier New", Courier, monospace;
	padding: 10px 10 10px 18px;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(utiles/cabecera.jpg) no-repeat left bottom;
	margin: 0 0;
	height: 150px;
}

/* navigation */
.navigation {
	/*background: #DED9D0 url(utiles/nav.gif); height: 41px;
	border-top: 1px solid #996; */
	background: #99cc33;
	width:309px;
	height:29px;
	
}
.navigation a {
	background: url(utiles/nav_bg.gif) 0 0 no-repeat;
	width:102px;
	height:29px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
	font-family: Arial, Tahoma;
	font-size: 11px;
	line-height: 29px;
	font-weight: bold;	/*border-right: 1px solid #C9C6B3;
	 color: #553;  repeat-x
	color:#cccc99;
	float: left;
	font: bold 1em Tahoma,"Courier New", Courier, monospace;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;*/
}
.navigation a:hover,.navigation a#active {
	/*float:left;*/
	margin:0 1px 0 0;
	background:url(images/nav_hover.gif) 0 0 no-repeat;
	width:102px;
	height:29px;
	display:block;
	color:#4C4C4C;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
	font-family: Arial, Tahoma;
	font-size: 11px;
	line-height: 29px;
	font-weight: bold;
}

/* main */
.main#two-columns {background: #FFF url(utiles/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(utiles/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #000000;
	padding: 14px 20px;
	text-align: center;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #FBF9F4;
	color: #333333;
	padding: 10px;
}
.footer .left {width:750px}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color:#333333;
	text-decoration: none;
}
.footer a:hover {
	color:#333333;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 930px;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 20px 75px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #000000;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #000000;
	list-style: none;
	font: normal 1.3em;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 0px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

#top{
	background-color:#99cc33;
	width:930px;
	height:30px;
	margin:0 auto;
	position:relative;
}

#top ul{
	width:780px;
	height:29px;
	position:absolute;
	left:125px;
	top:1px;
}
#top ul li{
	float:left;
	margin:0 1px 0 0;
}
#top ul li a{
	background:url(utiles/nav_bg.gif) 0 0 no-repeat;
	width:155px;
	height:29px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
	font-family: Arial, Tahoma;
	font-size: 11px;
	line-height: 29px;
	font-weight: bold;
}
#top ul li a:hover{
	background:url(utiles/nav_hover.jpg) 0 0 no-repeat;
	width:155px;
	height:29px;
	color:#4C4C4C;
	background-color:inherit;
}
#top ul li.hover{
	background:url(utiles/nav_hover.jpg) 0 0 no-repeat;
	width:155px;
	height:29px;
	color:#4C4C4C;
	background-color:inherit;
}


.Estilo13 {	color: #1B4B6F;
	font-weight: bold;
}
.Estilo16 {font-weight: bold}
.Estilo18 {font-weight: bold}
.Estilo19 {font-weight: bold}
.Estilo14 {color: #1B4B6F}
.Estilo21 {color: #000000; font-weight: bold; }

.Estilo2 {color: #000000}
.titulos {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin:10px 10px 20px 20px;
}

.Estilo3 {color: #1B4B6F;
	font-size: 24px;
	font-weight: bold;}

.parrafos {margin:10px 20px 20px 20px; text-align:justify}

.gracias {
	font-size:24px;
	color:#000066;
	font-weight: bold;
}

.rojo{color:#FF0000;}


