/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

/**
 * COLORS
 * Light Gray:	#E5E6E6
 * Medium Gray: #838E92
 * Dark Gray:	#3C3D3E
 * 

 * Cyan			#1C9CCC
 * Purpura		#732682
 */

 /**
 * Reset
 * (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 #1C9CCC;
}
div.hr hr {
	display: none; 
}
a {
	text-decoration: none;
	color: #732682;
}
	a:hover {
		color: black;
	}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatright {
	float: right;
}
table {
	font-size: 9pt;
}

/* MAIN ****/

body {
	color: black;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 0;
	background: #FFF200;
}
#body_dec1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#body_dec2 {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
#body_dec3 {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#body {
	position: relative;
	background: #1C9CCC url(../images/background.png) repeat-y top right;
	margin-top: 24px;
	margin-right: 24px;
	left: 0;
	bottom: 0;
}
.frame {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* HEADER ****/

#header {
	position: relative;
	width: 920px;
	height: 260px;
	z-index: 10;
}
#header .logos {
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 640px;
}
#header .logos img {
	border-top: 0;
}
#header .logo {
	position: absolute;
	bottom: 2px;
	left: 51px;
}

/* sitemenu */

#header .sitemenu {
	position: absolute;
	bottom: 57px;
	left: 250px;
	font-size: 0.9em;
	padding: 5px;
}
#header .sitemenu a {
	color: #3C3D3E;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 15px;
	color: white;
}
	#header .sitemenu a:hover {
		color: #1C9CCC;
	}
#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;
	left: 250px;
	height: 52px;
	bottom: 0;
	width: 670px;
}
#header ul.uppermenu li {
	float: left;
	position: relative;
	display: inline;
	height: 52px;
	width: 163px;
	margin: 0 5px 0 0;
	padding: 0;
	background: #6F2984 url(../images/header_btn_background.png) repeat-x top;
}
#header ul.uppermenu li.last {
	margin-right: 0;
}
#header .uppermenu li a {
	display: block;
	text-align: center;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 17px;
}
#header .uppermenu li.doubleline a {
	padding-top: 7px;
}

/* Submenu */
#header ul.uppermenu li ul {
	position: absolute;
	display: none;
	z-index: 20;
	margin: 0;
	left: 0;
	width: 163px;
	top: 52px;
	overflow: visible;
	padding: 0;
	border-top: 4px solid transparent;
}
#header ul.uppermenu li ul li {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: visible;
	border-bottom: 4px solid transparent;
	background: none;
}
#header ul.uppermenu li ul li a {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: normal;
	padding: 0;
	background: #1C9CCC url(../images/submenu_background.png) repeat-x bottom;
}
#header ul.uppermenu li.dropdown ul li a span {
	display: block;
	margin: 0;
	padding: 8px 4px 8px 4px;
	text-align: center;
}
	#header ul.uppermenu li.dropdown ul li a:hover {
		background: #6F2984 url(../images/header_btn_background.png) repeat-x bottom;
	}

/* submenu */
#header ul.uppermenu li ul li ul {
	left: 163px;
	top: -3px;
	display: none;
}
#header ul.uppermenu li ul li ul li {
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
#header ul.uppermenu li ul li ul li a {
	font-size: 0.9em;
}

/* submenu infantiles*/

#header ul.uppermenu li ul li ul li a.infantiles {
	background-image: url(../images/nav_background_childrens.png);
}

/* FOOTER ****/

#footer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#footer .inner {
	width: 650px;
	margin-left: 250px;
	background-color: white;
	padding: 10px;
}
#footer .nav {
	text-align: right;
	margin: 10px;
}
#footer a {
	color: gray;
}
	#footer a:hover {
		color: #6F2984;
	}
#footer {
	padding: 10px;
	font-size: 0.9em;
}

#footer .border {
	border-top: 2px solid silver;
	padding: 10px;
	text-align: left;
}

/* MAIN ****/

#main {
	position: relative;
	width: 920px;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 1;
}


/* NAV ****/

#nav {
	position: absolute;
	width:  235px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	top: 0;
	left: 0;
	z-index: 20;
}
#nav ul {
	position: relative;
	width: 206px;
	clear: right;
	float: right;
	margin: 0;
	padding: 0 0 0 0;
}

#nav li {
	display: block;
	width: 206px;
	height: 50px;
	padding: 0;
	margin: 0 0 8px 0;
	background: #732682 url(../images/nav_background_default.png) repeat-x bottom;
}
#nav li a {
	display: block;
	padding-top: 16px;
	padding-bottom: 14px;
	color: white;
}
#nav li.doubleline > a {
	padding-top: 6px;
	padding-bottom: 0;
}
#nav li.facebook a {
	padding-top: 0;
}
#nav li.childrens {
	background-image: url(../images/nav_background_childrens.png);
	background-color: #CB1280;
}
#nav li.gallery {
	background-image: url(../images/nav_background_gallery.png);
	background-color: #74B33F;
}
#nav li.press {
	background-image: url(../images/nav_background_press.png);
	background-color: #00994D;
}
#nav li.facebook {
	background-image: url(../images/nav_background_facebook.png);
	background-color: #0B573F;
}

/* Submenu */

#nav li ul {
	position: absolute;
	left: 0;
	display: none;
	margin: -46px 0 0 206px;
	width: 190px;
	padding: 8px 0 8px 0;
}

#nav li li {
	float: left;
	padding: 0;
	margin: 0;
	width: 190px;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: normal;
	border-bottom: transparent 3px solid;
	margin-left: 4px;
	background: none;
}
#nav li li a {
	display: block;
	margin: 0;
	padding: 8px 5px 8px 5px;
	color: white;
	background: #1C9CCC url(../images/submenu_background.png) repeat-x bottom;
}
	#nav li li a:hover {
		background: #1C9CCC url(../images/header_btn_background.png) repeat-x bottom !important;
	}

/* submenu infantiles*/

#nav li li a.infantiles {
	background-image: url(../images/nav_background_childrens.png);
}

/* TEXTAREA ****/

#textarea {
	position: relative;
	top: 0;
	left: 0;
	width: 640px;
	min-height: 400px; 
	height: 400px;
	text-align: left;
	margin-left: 250px;
	background-color: white;
	border: white solid 15px;
}
div>#textarea {
	height: auto;
}
	#textarea a:hover {
		text-decoration: underline;
		color: black;
	}
#textarea h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: white;
	margin-bottom: 18px;
	padding: 10px 0 8px 16px;
	background: #1C9CCC url(../images/background.png) repeat-y top left;
} 
#textarea ul.navmenu {
	margin: 12px 0 0 0;
	padding: 0;
	position: absolute;
	width: 640px;
}
#textarea ul.navmenu li {
	float: right;
	padding: 0 12px 0 16px;
	background-image: url(../images/icn_dot_white.gif);
}
#textarea ul.navmenu a {
	color: white;
}

#textarea h2 {
	font-size: 1.3em;
	color: #1C9CCC;
	margin-top: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
#textarea h3 {
	font-size: 1.2em;
	color: #838E92;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#textarea h3.solid {
	padding: 8px 8px 7px 8px;
	margin-top: 30px;
	margin-bottom: 12px;
	color: white;
	background: #089CDA url(../images/tit_background.png) repeat-y top left;
}
#textarea h4 {
	font-weight: bold;
	margin-bottom: 8px;
	color: #838E92;
}
#textarea h4.solid {
	background: url(../images/icn_dot.gif) no-repeat 0 2px;
	padding: 0 4px 3px 18px;
	margin-top: 30px;
	margin-bottom: 12px;
	border-bottom: 3px solid #1C9CCC;
}
#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: #3C3D3E;
	font-weight: bold;
}
#textarea b {
	font-weight: bold;
}
#textarea strong {
	font-weight: bold;
	color: #1C9CCC;
}
#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 40px;
	list-style-type: decimal; 
}
#textarea ol li {
	text-align: justify;
	padding: 0 0 6px 0;
}
#textarea ol li ol {
	list-style-type: lower-alpha;
}

#textarea blockquote {
	font-size: 1.1em;
	margin: 25px 30px 25px 30px;
	color: #838E92;
	border-left: 5px #1C9CCC solid;
	border-right: 5px #1C9CCC solid;
	padding: 6px 15px 6px 15px;
}
#textarea address {
	font-size: 1.1em;
	border: #1C9CCC 1px solid;
	border-left: #1C9CCC 8px solid;
	font-weight: bold;
	padding: 20px 20px 20px 28px;
	text-align: left;
	margin: 30px 100px 30px 30px;
}

/* Tabs */

#textarea .tabs ul {
	display: block;
	margin: 0;
	width: 100%;
	height: 35px;
	float: left;
	margin: 0 0 8px 0;
	background: #0A9DD9 url(../images/tit_background.png) repeat-y;
}
#textarea .tabs ul li {
	list-style: none;
	padding: 0 20px 0 18px;
	height: 35px;
	float: left;
	background: none;
	border-right: 1px solid white;
}

#textarea .tabs ul li a,
#textarea .tabs ul li span {
	display: block;
	color: white; 
	font-size: 1.2em;
	margin: 9px 0 0 0;
	text-transform: uppercase;
}
#textarea .tabs ul li.double a {
	margin-top: 11px;
}
#textarea .tabs ul li.selected {
	display: block;
	background: #6F2984 url(../images/header_btn_background.png) repeat-x top;
}
#textarea .tabs ul li.last {
	border: 0;
}

/* GRAPHIC HELPERS */

#textarea .signature {
	text-align: right;
	font-style: italic;
	margin: 30px 0 20px 0;
}

#textarea .box {
	background-color: #1C9CCC;
	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 #1C9CCC;
	background-color: #1C9CCC;
	padding: 6px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}
	#textarea a.button:hover {
		border-color: black;
		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: 8px;
	font-weight: bold;
	font-size: 0.9em;
	background: url(../images/icn_more.gif) no-repeat 100% 5px;
}
	#textarea .more:hover {
		background: url(../images/icn_more@.gif) no-repeat 100% 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% 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,
#textarea .block .photo,
#textarea .block .video {
	border: #E5E6E6 3px solid;
	margin-left: 10px;
	margin-bottom: 12px;
	display: inline;
	float: right;
}

#textarea .block .links {
	clear: both;
}


/* PAGINACION */

#textarea .pagination {
	clear: both;
	padding-top: 18px;
}
#textarea .pagination a {
	float: left;
	margin-right: 4px;
	background-color: #1C9CCC;
	color: white;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	font-size: 0.9em;	
}
	#textarea .pagination a:hover {
		background-color: #1C9CCC;
	}

/* FORMS ****/

form label {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
}
form label span {
	display: inline !important;
	color:#838E92;
	font-size: 0.8em;
}
form input {
	width: 320px;
	border: 2px solid #838E92;
	color: #3C3D3E;
	padding: 2px;
}
form input[type=checkbox],
form input[type=radio]
{
	width: auto;
}
form textarea {
	width: 320px;
	border: 2px solid #838E92;
	color: #3C3D3E;
	padding: 2px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
form select {
	width: 320px;
	border: 2px solid #838E92;
	color: #3C3D3E;
	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 p span {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
form div.submit {
	border-top: #1C9CCC 2px solid;
	padding: 8px;
	margin-top: 30px;
	background-color: #E5E5E5;
}
form .error {
	border-color: #1C9CCC;
}
form span.error {
	display: block;
	margin-left: 220px;
	color: #1C9CCC;
	font-style: italic;
}
form #form_message {
	margin: 20px;
	padding: 12px;
	background: #1C9CCC;
	color: white;
	display: none;
}
form .message {
	margin: 20px;
	padding: 12px;
	border: 2px solid #1C9CCC;
	background-color: #E5E5E5;
	font-weight: bold;
}
form .comment {
	display: block;
	font-size: 0.8em;
	margin-left: 220px;
}
