/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

/**
 * COLORS
 * Red:			#EA241F
 * Yellow:		#FADC00
 * Light Gray:	#DFDFDA
 * Medium Gray: #929183
 * Dark:		#1d191d
 * Blue:		#0a648f
 */

 /**
 * CSSs
 * (c) 2009 Darío Ruellan
 * Based on Yahoo's YUI Reset CSS 
 */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* CSS Helpers */

div.clear {
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -1px;
}
div.clear.right {
	clear: right;
}

div.hr {
	clear: right;
	margin: 20px 0 30px 0;
	border-top: 1px solid #FADC00;
}
div.hr hr {
	display: none; 
}
a {
	text-decoration: none;
	color: #0a648f;
}
	a:hover {
		text-decoration: none;
		color: #EA241F;
	}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatright {
	float: right;
}
table {
	font-size: 9pt;
}

/* MAIN ****/

body {
	background: white;
	color: black;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 20px 0 0 0;
}
.frame {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* HEADER ****/

#header {
	position: relative;
	width: 920px;
	height: 138px;
	z-index: 100;
}
#header .logos {
	position: absolute;
	top: 0;
	right: 0;
	width: 630px;
}
#header .logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* sitemenu */

#header .sitemenu {
	position: absolute;
	top: 70px;
	left: 288px;
	font-size: 0.9em;
}
#header .sitemenu a,
#header .contactmenu a {
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 15px;
	color: #929183;
}
	#header .sitemenu a:hover,
	#header .contactmenu a:hover {
		color: #EA241F;
	}
#header .sitemenu a.index {
	background-image: url(../images/icn_home.gif);
}
#header .sitemenu a.lang {
	background-image: url(../images/icn_lang.gif);
}
#header .sitemenu a.hotlink {
	background-image: url(../images/icn_hotlink.gif);
}

#header .contactmenu {
	position: absolute;
	top: 70px;
	right: 10px;
	font-size: 0.9em;
}
#header .contactmenu a.contact {
	background-image: url(../images/icn_mail.gif);
	padding: 0 5px 0 5px;
	margin-right: 5px;
	background-position: 0 2px;
}
#header .contactmenu a.register {
	background-image: url(../images/icn_home.gif);
	background-position: 6px 6px;
	background-color: #FADC00;
	padding: 4px 6px 4px 20px;
	color: black;
	font-weight: bold;
}

/* Uppermenu */

#header ul.uppermenu {
	position: absolute;
	left: 288px;
	height: 48px;
	bottom: 0;
	width: 630px;
	background: #FADC00 url(../images/header_background.gif) no-repeat bottom right;
	
}
#header ul.uppermenu li {
	float: left;
	position: relative;
	background: none;
	display: inline;
	height: 38px;
	width: 154px;
	margin: 0;
	padding: 0;
}
#header .uppermenu li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 38px;
	width: 154px;
	font-size: 1.1em;
	text-decoration: none;
	color: #1d191d;
	text-transform: uppercase;
	font-weight: bold;
}
#header ul.uppermenu li a span {
	display: block;
	text-align: center;
	margin-top: 12px;
}
#header ul.uppermenu li.dropdown a span {
	background: url(../images/header_dropdown@.gif) 90% 4px no-repeat;
	padding-right: 20px;
}
	#header ul.uppermenu li:hover,
	#header ul.uppermenu li:hover a,
	#header ul.uppermenu li a:hover {
		background: #0a648f;
		color: white;
	}	
/* Submenu */
#header ul.uppermenu li ul {
	position: absolute;
	display: none;
	z-index: 120;
	margin: 0;
	padding: 0;
	left: 0;
	width: 154px;
	top: 38px;
	overflow: visible;
}
#header ul.uppermenu li ul li {
	background: #0a648f;
	color: white;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: visible;
}
#header ul.uppermenu li ul li a {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	color: white;
}
	#header ul.uppermenu li ul li a:hover {
		background: #FADC00;
		color: #1d191d;
	}
#header ul.uppermenu li.dropdown ul li a span {
	display: block;
	background: none;
	margin: 0;
	padding: 11px 5px 11px 25px;
	text-align: left;
}
	#header ul.uppermenu li.dropdown ul li a:hover span {
		background: none;
	}

/* FOOTER ****/

#footer .nav {
	text-align: right;
	margin: 10px 0 10px 0;
	font-size: 9pt;
}
#footer .background {
	border-top: 4px solid #FADC00;
	background: rgb(229, 229, 229);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* MAIN ****/

#main {
	position: relative;
	width: 920px;
	margin-top: 20px;
	margin-bottom: 30px;
	z-index: 1;
}


/* NAV ****/

#nav {
	position: absolute;
	width:  230px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	top: 0;
	left: 30px;
	padding: 13px 0 0 0;
	z-index: 100;
}
#nav {
	color: black;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	position: relative;
	width: 230px;
	padding: 0 0 4px 0;
	margin: 0;
}

/*Submenu*/
#nav li.dropdown ul {
	position: absolute;
	left: 195px;
	top: -2px;
	display: none;
	border: 2px solid white;
	width: 200px;
	padding: 10px 8px 12px 32px;
	background: #0a648f url(../images/icn_info@.gif) no-repeat 12px 12px;
	z-index: 120;
}
	#nav li ul:hover a:hover {
		color: #DFDFDA;
	}
#nav li.dropdown li {
	padding: 0 0 2px 0;
	margin: 0;
	width: 180px;
	text-transform: none;
	font-size: 0.9em;
	text-align: left;
	color: white;
}
#nav li.dropdown li a {
	margin: 0;
	padding: 0;
	color: white;
	background: none;
}

/* Bounce */

#nav li.bounce a {
	position: relative;
	display: block;
	height: 77px;
	width: 230px;
}

#nav li.bounce a img {
	position: absolute;
	top: 0;
	left: 0;
}

/*  Slide */
#nav li.slide {
	z-index: 102;
}
#nav li.slide a {
	position: relative;
	display: block;
	height: 77px;
	width: 230px;
	z-index: 102;
}
#nav li.slide ul {
	position: absolute;
	top: 0;
	left: 35px;
	width: 195px;
	height: 77px;
	z-index: 101;
	padding: 2px 0 0 0;
}
#nav li.slide ul li {
	margin-top: 0;
	padding: 0;
	height: 18px;
	width: 206px;
	text-align: left;
	background: #fff url(../images/icn_dot.gif) no-repeat 0 0;
}
#nav li.slide li a {
	display: block;
	margin: 1px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 0.8em;
	height: 18px;
	width: auto;
}
#nav li.slide li a:hover {
	color: #EA241F;
}


/* TEXTAREA ****/

#textarea {
	width: 630px;
	min-height: 790px; 
	height: 740px;
	text-align: left;
	margin-left: 290px;
}
div > #textarea {
	height: auto;
}

#textarea h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 24px 0 6px 66px;
	color: #1d191d;
	text-transform: uppercase;
	background: url(../images/tit_background.gif) no-repeat 0 0;
}
#textarea ul.navmenu {
	margin: 28px 0 0 0;
	padding: 0;
	position: absolute;
	width: 630px;
}
#textarea ul.navmenu li {
	float: right;
	padding: 0 12px 0 0;
	background: none;
}
#textarea ul.navmenu li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	color: black;
}
	#textarea ul.navmenu a:hover {
		color: #EA241F;
	}

#textarea h2 {
	font-size: 1.3em;
	color: #0a648f;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#textarea h3 {
	color: #0a648f;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 8px;
}
#textarea h3.solid {
	border-bottom: 3px solid #FADC00;
	color: #1d191d;
	padding: 0 0 4px 0;
	margin-top: 30px;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#textarea h4 {
	display: block;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
	color: #1d191d;
}
#textarea h5 {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}
#textarea p {
	margin: 0 0 8px 0;
	line-height: 135%;
	text-align: justify;
}
#textarea p.center {
	text-align: center;
}
#textarea .alert {
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	color: white;
	padding: 16px 0 16px 0;
	background: #0a648f;
	font-weight: bold;
}
#textarea b {
	font-weight: bold;
}
#textarea strong {
	font-weight: bold;
	color: #0a648f;
}
#textarea em {
	font-weight: bold;
}
#textarea ul {
	margin: 14px 30px 14px 20px;
}
#textarea ul li,
#textarea li ul li,
#textarea li ol li ul li  {
	background: url(../images/icn_dot.gif) no-repeat 0 0;
	text-align: justify;
	padding: 1px 0 6px 20px;
	list-style: none;
}
#textarea ol {
	margin: 18px 30px 18px 20px;
}
#textarea ol li {
	list-style-type: decimal; 
	text-align: justify;
	padding: 0 0 6px 0;
}
#textarea ol li ol li {
	list-style-type: lower-alpha;
}

#textarea blockquote {
	font-size: 1.1em;
	margin: 25px 30px 25px 30px;
	border-left: 5px #FADC00 solid;
	border-right: 5px #FADC00 solid;
	padding: 6px 15px 6px 15px;
	text-align: center;
}
#textarea address {
	font-size: 1.1em;
	border: #FADC00 2px solid;
	border-left: #FADC00 8px solid;
	font-weight: bold;
	padding: 20px 20px 20px 28px;
	text-align: left;
	margin: 30px 100px 30px 30px;
}

/* GRAPHIC HELPERS */

#textarea .signature {
	text-align: right;
	font-style: italic;
	margin: 30px 0 20px 0;
}

#textarea .box {
	background-color: #FADC00;
	color: black;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 30px;
}
#textarea .box p {
	text-align: center;
}
#textarea .box address {
	text-align: center;
}
#textarea .box h4 {
	font-size: 1.2em;
}

#textarea a.button {
	border: 2px solid #FADC00;
	background-color: #DFDFDA;
	padding: 6px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 0.9em;
}
	#textarea a.button:hover {
		background-color: #FADC00;
		color: white;
		text-decoration: none;
	}
#textarea .spinner {
	position: absolute;
	background: url(../images/icn_loading.gif) no-repeat;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 4px;
}


/* LINKS */

#textarea .more {
	display: block;
	text-align: right;
	padding-right: 12px;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../images/icn_more.gif) no-repeat 99% 5px;
}
	#textarea .more:hover {
		background: url(../images/icn_more@.gif) no-repeat 99% 5px;
	}
#textarea .moremore {
	display: block;
	text-align: right;
	padding-right: 12px;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../images/icn_moremore.gif) no-repeat 100% 5px;
}
	#textarea .moremore:hover {
		background: url(../images/icn_moremore@.gif) no-repeat 100% 5px;
	}
#textarea .dot {
	padding-left: 18px;
	background: url(../images/icn_dot.gif) no-repeat 2px 4px;
}

#textarea .mail {
	background: url(../images/icn_mail.gif) no-repeat 1px 4px;
	padding-left: 18px;
	font-weight: bold;
	color: #929183;
}
	a.link:hover {
		padding-right: 20px;
		background: url(../images/icn_link@.gif) no-repeat right;
	}
#textarea .zoom {
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_expand.gif) no-repeat 1px 4px;
	font-weight: bold;
}
#textarea .zoom:hover {
	background-image: url(../images/icn_expand@.gif);
}
#textarea .info {
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_info.gif) no-repeat 0 2px;
	font-weight: bold;
}
	#textarea .info:hover {
		background-image: url(../images/icn_info@.gif);
	}
#textarea .gallery {
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_gallery.gif) no-repeat 0 2px;
	font-weight: bold;
}
	#textarea .gallery:hover {
		background-image: url(../images/icn_gallery@.gif);
	}
#textarea .noinfo {
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight: bold;
	color: #929183;
	text-transform: uppercase;
	padding-left: 0px;
}
#textarea .pdf {
	padding-left: 17px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_pdf.gif) no-repeat 0 -3px;
}

/* PHOTOS & VIDEOS */

#textarea .photo,
#textarea .video {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 12px;
	display: inline;
	float: left;
}
#textarea .video span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/icn_play.png) no-repeat right;
}
#textarea .photo img,
#textarea .video img {
	border: #DFDFDA 3px solid;
}

/* BLOCKS ***/

#textarea .block {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}
#textarea .block.first {
	clear: left;
	margin-right: 30px;
}
#textarea .block h3 {
	display: block;
	font-size: 1em;
	background: url(../images/icn_dot.gif) no-repeat 0 0;
	padding: 0 4px 0 19px;
	margin: 0 0 9px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#textarea .block p {
	font-size: 1em;
	text-align: left;
}
#textarea .block.separator {
	float: left;
	width: 30px;
}
#textarea .block h5 {
	color: #929183;
	padding: 2px 0 0 18px;
	background: url(../images/icn_dot.gif) no-repeat 2px 4px;
}
#textarea .block img.inset,
#textarea .block .photo,
#textarea .block .video {
	margin-left: 10px;
	margin-bottom: 12px;
	display: inline;
	float: right;
}
#textarea .block .links {
	clear: both;
}


/* PAGINACION */

#textarea .pagination {
	clear: both;
	margin-top: 18px;
}
#textarea .pagination a {
	float: left;
	margin-right: 4px;
	background-color: #FADC00;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	font-size: 0.9em;
	color: black;
}
	#textarea .pagination a:hover {
		background-color: #0a648f;
		color: white;
	}

/* FORMS ****/

form label {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
}
form label span {
	color:#929183;
	font-size: 0.8em;
}
form input {
	width: 320px;
	border: 2px solid #FADC00;
	color: black;
	padding: 2px;
}
form input[type=checkbox] {
	width: auto;
	height: 23px;
}
form textarea {
	width: 320px;
	border: 2px solid #FADC00;
	color: black;
	padding: 2px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
form select {
	width: 320px;
	border: 2px solid #FADC00;
	color: black;
	padding: 2px;
}
form h3 {
	display: block;
	padding-top: 20px;
/*	padding-right: 400px;*/
}
form p {
	clear: left;
	padding: 5px;
	margin-bottom: 1px;
	min-height: 23px;
}
form p.even {
	background-color: #F6F6F6;
}
form div.submit {
	border-top: #FADC00 5px solid;
	padding: 8px;
	margin-top: 30px;
}
form .error {
	border: 2px solid #EA241F;
}
form #form_message {
	margin: 20px;
	padding: 12px;
	border: 2px solid #FADC00;
	display: none;
}
form .comment {
	display: block;
	font-size: 0.8em;
	margin-left: 220px;
}
