/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

/**
 * COLORS
 * Red: 		#DE0C73
 * Faded Mag:	#FFCFFF
 * Light Mag:	#DE0C73
 * Dark Mag:	#710045
 * Light Gray:	#DADEDF
 * Medium Gray: #838E92
 * Dark Gray:	#47545D
 */

 /**
 * 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 #DE0C73;
}
div.hr hr {
	display: none; 
}
a {
	text-decoration: none;
	color: #DE0C73;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatright {
	float: right;
}
table {
	font-size: 9pt;
}

/* MAIN ****/

body {
	background: white;
	color: #47545D;
	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: 10;
}
#header .logos {
	position: absolute;
	top: 0;
	right: 0;
	width: 630px;
}
#header .logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* sitemenu */

#header .sitemenu {
	position: absolute;
	top: 40px;
	left: 270px;
	font-size: 0.9em;
}
#header .sitemenu a {
	color: #47545D;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 15px;
}
	#header .sitemenu a:hover {
		color: #DE0C73;
	}
#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);
}

/* Uppermenu */

#header ul.uppermenu {
	position: absolute;
	background: #DADEDF url(../images/header_background.gif) repeat-x 0 0;
	left: 260px;
	height: 70px;
	bottom: 0;
	width: 660px;
	
}
#header ul.uppermenu li {
	float: left;
	position: relative;
	display: inline;
	height: 70px;
	width: 164px;
	border-left: 1px solid white; 
	margin: 0;
	padding: 0;
}
#header ul.uppermenu li:hover {
	background: #DE0C73;
}
#header .uppermenu li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 70px;
	width: 164px;
	font-size: 1.1em;
	text-decoration: none;
	color: #47545D;
	text-transform: uppercase;
	font-weight: 700;
}
#header ul.uppermenu li a span {
	display: block;
	text-align: center;
	margin-top: 30px;
}
#header ul.uppermenu li.dropdown a span {
	background: url(../images/header_dropdown.gif) 90% 4px no-repeat;
	padding-right: 20px;
}
	#header ul.uppermenu li a:hover {
		color: white;
	}
	#header ul.uppermenu li.dropdown a:hover span {
		background-image: url(../images/header_dropdown@.gif);
	}
	
/* Submenu */
#header ul.uppermenu li ul {
	position: absolute;
	display: none;
	z-index: 20;
	margin: 0;
	padding: 0;
	left: 0;
	width: 164px;
	top: 70px;
	overflow: visible;
}
#header ul.uppermenu li ul li {
	background: #DADEDF;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: visible;
	border-top: 1px solid silver;
}
#header ul.uppermenu li ul li a {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
}
	#header ul.uppermenu li ul li a:hover {
		background: #DE0C73;
	}
#header ul.uppermenu li.dropdown ul li a span {
	display: block;
	background: none;
	margin: 0;
	padding: 20px 5px 20px 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;
}
#footer .background {
	border-top: 4px solid #DE0C73;
	background: rgb(229, 229, 229);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.9em;
}
#footer .frame a {
	color: #47545D;
}

/* MAIN ****/

#main {
	position: relative;
	width: 920px;
	margin-top: 40px;
	margin-bottom: 30px;
	z-index: 1;
}


/* NAV ****/

#nav {
	position: absolute;
	width:  260px;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	top: 0;
	left: 0;
	padding-top: 0;
	z-index: 20;
}
#nav {
	color: #47545D;
}
#nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/nav_decorator.gif) no-repeat 100% 2px;
}
	#nav ul:hover {
		background: url(../images/nav_decorator@.gif) no-repeat 100% 2px;
	}
#nav li {
	display: block;
	padding: 0 30px 10px 0;
	margin: 0;
}
#nav li a {
	display: block;
}
#nav li ul {
	position: absolute;
	left: 0;
	display: none;
	margin: -28px 0 0 236px;
	border: 2px solid white;
	width: 200px;
	padding: 10px 8px 12px 32px;
	background: #DE0C73 url(../images/nav_decorator_drop.gif) no-repeat 12px 12px;
}
	#nav li ul:hover {
		background: #DE0C73 url(../images/nav_decorator_drop.gif) no-repeat 12px 12px;
	}
	#nav li ul:hover a:hover {
		color: #DADEDF;
	}
#nav li li {
	padding: 0 0 2px 0;
	margin: 0;
	width: 180px;
	text-transform: none;
	font-size: 0.9em;
	text-align: left;
}
#nav li li a {
	margin: 0;
	padding: 0;
	color: white;
}
#nav ul.separation {
	margin-top: 23px;
}
#nav .area {
	margin-top: 18px;
}

/* TEXTAREA ****/

#textarea {
	width: 630px;
	min-height: 460px; 
	height: 430px;
	text-align: left;
	margin-left: 290px;
}
div>#textarea {
	height: auto;
}
/*
#textarea h1 {
	font-size: 2em;
	color: white;
	margin-bottom: 28px;
	padding: 12px 0 14px 16px;
	background: #838E92 url(../images/h1_decorator.gif) bottom;
	clear: both;
}
*/

	#textarea a:hover {
		text-decoration: underline;
	}
#textarea h1 {
	font-size: 2em;
	color: white;
	margin-bottom: 28px;
	padding: 10px 0 8px 16px;
	background: #DE0C73;
	border-bottom: white 4px double;
}
#textarea ul.navmenu {
	margin: 20px 0 0 0;
	padding: 0;
	position: absolute;
	width: 630px;
}
#textarea ul.navmenu li {
	float: right;
	padding: 0 12px 0 0;
}
#textarea ul.navmenu a {
	color: white;
}
	#textarea ul.navmenu a:hover {
		color: silver;
	}

#textarea h2 {
	font-size: 1.5em;
	color: #DE0C73;
	margin-top: 20px;
	margin-bottom: 12px;
}
#textarea h3 {
	font-size: 1.1em;
	color: #838E92;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
#textarea h3.solid {
	background: url(../images/icn_dot.gif) no-repeat 0 2px;
	padding: 0 4px 3px 18px;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 1em;
	color: #47545D;
	font-weight: 600;
	border-bottom: 3px solid #DE0C73;
}
#textarea h4 {
	font-weight: bold;
	margin-bottom: 8px;
	color: #838E92;
}
#textarea h5 {
	font-weight: bold;
	margin-bottom: 8px;
}
#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: #47545D;
	font-weight: bold;
}
#textarea b {
	font-weight: bold;
}
#textarea strong {
	font-weight: bold;
	color: #DE0C73;
}
#textarea em {
	font-weight: bold;
}
#textarea ul {
	margin: 18px 30px 18px 20px;
}
#textarea ul li,
#textarea li ul li,
#textarea li ol li ul li  {
	background: url(../images/icn_dot.gif) no-repeat 0 3px;
	text-align: justify;
	padding: 0 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;
	color: #838E92;
	border-left: 5px #DE0C73 solid;
	border-right: 5px #DE0C73 solid;
	padding: 6px 15px 6px 15px;
}
#textarea address {
	font-size: 1.1em;
	border: #DE0C73 2px solid;
	border-left: #DE0C73 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: #DE0C73;
	color: white;
	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;
	color: white;
}

#textarea a.button {
	border: 2px solid #DE0C73;
	background-color: #DADEDF;
	padding: 6px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 0.9em;
}
	#textarea a.button:hover {
		background-color: #DE0C73;
		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% 4px;
}
	#textarea .more:hover {
		background: url(../images/icn_more@.gif) no-repeat 99% 4px;
	}
#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% 4px;
}
	#textarea .moremore:hover {
		background: url(../images/icn_moremore@.gif) no-repeat 100% 4px;
	}
#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: #838E92;
}
	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: #838E92;
	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;
}


/* 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 2px;
	padding: 0 4px 0 18px;
	margin: 0 0 9px 0;
	text-transform: uppercase;
}

#textarea .block p {
	font-size: 1em;
	color: #838E92;
	text-align: left;
}
#textarea .block.separator {
	float: left;
	width: 30px;
}
#textarea .block h5 {
	color: #838E92;
	padding: 2px 0 0 18px;
	background: url(../images/icn_dot.gif) no-repeat 2px 4px;
}
#textarea .block img.inset {
	border: #DADEDF 3px solid;
	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: #DE0C73;
	color: white;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	font-size: 0.9em;	
}
	#textarea .pagination a:hover {
		background-color: #DE0C73;
	}

/* FORMS ****/

form label {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
}
form label span {
	color:#838E92;
	font-size: 0.8em;
}
form input {
	width: 320px;
	border: 2px solid #838E92;
	color: #47545D;
	padding: 2px;
}
form input[type=checkbox] {
	width: auto;
	height: 23px;
}
form textarea {
	width: 320px;
	border: 2px solid #838E92;
	color: #47545D;
	padding: 2px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
form select {
	width: 320px;
	border: 2px solid #DE0C73;
	color: #47545D;
	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: #DE0C73 5px solid;
	padding: 8px;
	margin-top: 30px;
}
form .error {
	border: 2px solid #DE0C73;
}
form #form_message {
	margin: 20px;
	padding: 12px;
	border: 2px solid #DE0C73;
	display: none;
}
form .comment {
	display: block;
	font-size: 0.8em;
	margin-left: 220px;
}
