/* ------------------ GENERALES -------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none none;
	background-repeat: no-repeat;
	border: none none;
}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	background: #0E73B7 url(images/back_fondo.jpg) repeat-x;
}
a {
	-moz-outline-style: none; /* Saca un recuadrito que hay alrededor del link */
  	outline: none; /* Saca un recuadrito que hay alrededor del link */
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none none;
}
p {
 margin: 20px 0;
 line-height: 1.7em;
}
li {
 line-height: 1.7em;
}
img {
 border: 0 none;
}
fieldset {
 border: 0 none;
}

hr,legend {
 display: none;
}
#container  {
	width: 780px;
	margin: 20px auto 0 auto;
	border: 1px solid #2D3D48;
	background-color: #0B5689;
	overflow: hidden;
}
#header {
	background-image: url(images/header_main.jpg);
	height: 129px;
}
#footer {
	background-image: url(images/footer_main.gif);
	background-color: #FFFFFF;
	height: 59px;	
	position: relative;
    clear: both;
}
#footer a {
	display: block;
	position: absolute;
	top: 35px;
	left: 130px;
	width: 180px;
	height: 15px;
	text-indent: -9999px;
}
#content {
	background-image: url(images/content_main.jpg);
	background-color: #0B5689;
	position: relative;
}
.hidden {
	display: none;
}
.hiddentext {
	text-indent: -9999px;
	text-decoration: none;
}
/* NAV */
#links {
	height: 35px;
	overflow: hidden;
}
#links li {
	display: inline;
	text-indent: -9999px;
	text-decoration: none;	
}
#links a {
	display: block;
	height: 35px;
	float: left;
	background:url(images/links.gif);
}
#links #nav-inicio a {
	width: 110px;
	background-position: 0 -37px;
}
#links #nav-inicio a:hover {
	background-position: 0 0;
}
#links #nav-quienessomos a {
	width: 188px;
	background-position: -110px -37px;
}
#links #nav-quienessomos a:hover {
	background-position: -110px 0;
}
#links #nav-compraventa a {
	width: 190px;
	background-position: -298px -37px;
}
#links #nav-compraventa a:hover {
	background-position: -298px 0;
}
#links #nav-servicios a {
	width: 142px;
	background-position: -488px -37px;
}
#links #nav-servicios a:hover {
	background-position: -488px 0;
}
#links #nav-contacto a {
	width: 150px;
	background-position: -630px -37px;
}
#links #nav-contacto a:hover {
	background-position: -630px 0;
}
/* ------------------------ Headers -----------------------------*/
h2.headers {
	text-indent: -9999px;
	border-bottom: 2px solid #D8D8D8;
	margin: 10px 20px;
	height: 28px;
}
#headers-contacto {
	background: url(images/headers_contacto.gif) no-repeat right;
}
#headers-quienessomos {
	background: url(images/headers_quienessomos.gif) no-repeat right;
}
#headers-galeria {
	background: url(images/headers_galeria.gif) no-repeat right;
}
#headers-compraventa {
	background: url(images/headers_compraventa.gif) no-repeat right;
}
#headers-servicios {
	background: url(images/headers_servicios.gif) no-repeat right;
}
#headers-oportunidades {
	background: url(images/headers_oportunidades.gif) no-repeat right;
}
h3.subheaders {
	text-indent: -9999px;
	margin: 10px 20px;
	height: 18px;
}
#subheaders-embarcaciones {
	background: url(images/subheaders_embarcaciones.gif) no-repeat left;
}
#subheaders-motores {
	background: url(images/subheaders_motores.gif) no-repeat left;
}
#subheaders-repuestos {
	background: url(images/subheaders_repuestos.gif) no-repeat left;
}

/* ------------------------ Index ------------------------------ */
#content.index #brief {
	background:url(images/index_brief.gif);
	width: 385px;
	height: 207px;
	margin-top: 30px;
	margin-left: 377px;
}
#content.index #fade {
	width: 385px;
	height: 207px;
	margin-top: 30px;
	margin-left: 377px;
	position: relative;
}
#content.index #oportunidades {
	background:url(images/index_opor_cnt.gif) repeat-y;
	width: 755px;
	margin-top: 30px;
	margin-left: 12px;
    margin-bottom: 20px;
	position: relative;
}
#content.index #oportunidades-hdr {
	background:url(images/index_opor_hdr.gif) no-repeat;
    height: 33px;
}    
#content.index #oportunidades-ftr {
	background:url(images/index_opor_ftr.gif) no-repeat;
    height: 18px;
    clear: both;
}      
#content.index .oportunidadcontainer {
	width: 377px;
	height: 95px;
	float: left;
	position: relative;
}
#content.index .oportunidadcontainer img {
	background-color: #D6D6D6;
	padding: 4px;
	border: 2px solid #5E5E5E;
	margin: 9px;
	float: left;
}
#content.index .oportunidadcontainer p {
	margin: 9px 5px 0 0;
	padding: 0;
}
#content.index .oportunidadcontainer a {
	color: #0B5689;
	text-decoration: none;
}
#content.index .oportunidadcontainer a:hover {
	text-decoration: underline;
}
/* ----------------------- Contacto -------------------------- */
#content.contacto p {
	padding: 0 20px;
	font-size: 12px;
}
#content.contacto #gracias {
	font-size: 2em;
}
#content.contacto #form-contacto {
 padding: 0 40px;
}
#form #mensaje,
#form #nombre,
#form #telefono,
#form #email {
 border: 1px solid #FFF;
 padding: 2px;
 width: 250px;
 background: #4BAED7;
 color: #FFF;
 font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#form #mensaje {
 height: 120px;
}

#form #enviar {
 border: 1px solid #FFF;
 padding: 1px;
 background: #4BAED7;
 color: #FFF;
 font: bold .9em Verdana, Arial, Helvetica, sans-serif;
}
#content.contacto #comollegar {
	position: absolute;
	top: 130px;
	left: 360px;

}
/* ------------------------- Comunes --------------------- */
#content.quienessomos p, #content.compraventa p, #content.servicios p {
	margin: 20px 20px;
	font-size: 12px;
}
#content.quienessomos img, #content.compraventa img, #content.servicios img {
	margin: 3px;
}
#footer-idea {
	padding: 10px;
	text-align: right;
	line-height: 20px;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
}
#footer-idea img {
	float: right;
	display: block;
	margin-left: 7px;
}
#footer-idea a {
	color: #CB8B00;
	text-decoration: none;
	font-weight: bold;
}
#footer-idea a:hover {
	color: #333333;
}
/* ---------------------- Compra Venta -------------------- */
#content.compraventa #oportunidades {
	width: 755px;
	margin: 10px 0 5px 12px;
}
/* ---------------------- Oportunidades --------------------- */
#content.oportunidades div {
	height: 150px;
	margin: 20px 10px;
	border-bottom: 2px solid #FFFFFF;
	position: relative;
}
#content.oportunidades img {
	margin: 0 10px;
}
#content.oportunidades p {
	position: absolute;
	top: 0;
	left: 400px;
	width: 350px;
	height: 130px;
	margin: 0;
}
#content.oportunidades #contacto {
	width: 755px;
	margin: 20px 0 20px 12px;
}