@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------*/
/*----------------------------- NORMALIZATION  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Background Color */

body {background:#fff url(../images/bg_body.png) left top repeat-x;}

/* Remove padding and margin */
  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;
		list-style:none;
  }


/* Typography */

body {background-color:#fff; font: 62.5% Arial, Helvetica, sans-serif; color:#444;}
  p, td, th, li, dl, dt, dd { font-size:1.2em;}
  li ul li { font-size:1.05em;}
  ul.icon p { font-size:1.05em;}
  .smallText { font-size:1.1em;}
  h1, h2, h3, h4, h5, h6 {
    font-family:"Trebuchet MS", Verdana, sans-serif;
    font-weight:normal;
  }
  h1 {font-size: 2.2em;}
  h2 {font-size: 1.9em;}
  h3 {font-size: 1.8em;}
  h4 {font-size: 1.6em;}
  h5 {font-size: 1.4em;}
  h6 {font-size: 1.2em; font-weight:bold; margin-top:0.5em;}


/* Remove border around linked images */

a img, :link img, :visited img { border:none; }

/* Remove dots around active links */

a:hover { outline:none;}

/* Default link styles */
a { text-decoration:none;}
a:link { color:#005AFF; }
a:visited { color:#005AFF; }
a:hover, a:active { 
	color:#FF1A00;
	text-decoration:underline;
}

/* Class for clearing floats */
.pusher { clear:both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*-----------------------------------------------------------------------------------------*/
/*------------------------------------- STRUCTURE -----------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

/*------------------------------------- CONTAINER -----------------------------------------*/

#container {
	width:953px;
	margin:0 auto;
	position: relative;
}

/*------------------------------------- Header -----------------------------------------*/

#container #header { position:relative; }

/* --- Logo --- */

#header {
	display:block;
	width:127px;
	height:50px;
	background:url(../images/logo.png) no-repeat center;
	text-indent:-10000px;
	margin:0.5em;
}

#header a { 
	display: block;
	width:127px;
	height:50px;
}

/* --- Language --- */

#languages {
	position:absolute;
	top:0.4em;
	right:0.4em;
	display:block;
}

#languages li {
	display:inline;
	float:left;
	margin:0 0.3em;
}


/*------------------------------------- CONTENT -----------------------------------------*/

#container #content {
	padding:2.8em 5px 1em 5px;
	/*background:url(../images/bgShadow.png) no-repeat top left;*/
	z-index:0;
	margin-top:-1px;
}

/*------------------------------------- Main Content -----------------------------------------*/



#container #content #mainContent {
	display:inline;
	float:left;
	width:600px;
	margin-right:30px;
	min-height:400px;
}

* html #container #content #mainContent { height:400px;}

#container #content #mainContent h2, #container #content #mainContent h3, #container #content #mainContent h4 {text-align:left}

#container #content #mainContent p { margin-bottom:1em; line-height:1.5;}

#container #content #mainContent ul { margin: 1em 0; }

#container #content #mainContent ul li {
	margin:0 0 0 2.5em;
	line-height:1.5;
	list-style-image:url(../images/icoArrowGreen.png);
}

#container #content #mainContent ul li ul li { font-size:0.9em;}

#container #content #mainContent img.map { 
	float:left; 
	margin-right:10px; 
	border: solid 1px #93bdeb; 
	padding:5px; 
	background:#fff;
	clear:left;
}

/* News */

#container #content #mainContent ul.news li { 
	list-style-image:none;
	margin:1em 0;
	position:relative;
	clear:left;
	padding-left:90px;
}

#container #content #mainContent ul.news li img {
	position:absolute;
	top:5px;
	left:0;
	height:80px;
}

* html #container #content #mainContent ul.news li img { left:-90px; }

/*------------------------------------- Secondary Content -----------------------------------------*/

#container #content #secondaryContent {
	display:inline;
	float:left;
	width:270px;
	padding:15px;
	background-color:#e6f6fd;
	position:relative;
	margin-bottom:10px;
}

* html #container #content #secondaryContent { position:static;}

#container #content #secondaryContent p { margin-bottom:1em; line-height:1.5;}
#container #content #secondaryContent p.photo { text-align:center;}

#container #content #secondaryContent p.photo a img { border: solid 1px #93bdeb; padding:5px; background:#fff; }

#container #content #secondaryContent ul { margin: 1em 0; }

#container #content #secondaryContent ul li {
	margin:0 0 0 2.5em;
	line-height:1.5;
	list-style-image:url(../images/icoArrowBlack.png);
}

#container #content #privacidad { display:none; }

/* Forms */

#container #content #secondaryContent form { margin-bottom:3em;}

#container #content #secondaryContent input {
	font-size:1.1em;
	padding: 0 0.1em;
}

#container #content #secondaryContent .button {
	width:116px;
	height:27px;
	background:url(../images/button.png);
	text-align:center;
	color:#fff;
	border:none;
}


/*------------------------------------- FOOTER -----------------------------------------*/

#container #footer {
	color:#444;
	font-size:100%;
	font-weight:bold;
	margin:0 0 0 1em;
	clear:both;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	padding-top: 5px;
}

/*-----------------------------------------------------------------------------------------*/
/*------------------------------------- HEADINGS -------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

#container #mainContent h2, #container #content #secondaryContent h2 {
	font-size:2em;
	color:#000;
	margin:1.5em 0 1em 0;
}

#container #content #secondaryContent h2 {
	margin:0 0 1em 0;
	padding-bottom:1em;
	background:url(../images/lineGradient.png) bottom left no-repeat;
}

#container #content #secondaryContent h2 span {
	padding-left:25px;
	background:url(../images/icoNext.png) no-repeat left;
}

#container #mainContent h3 { 
	font-size:1.3em; 
	color:#000;
	margin:1em 0;
}

#container #mainContent h3.arrow { 
	background:url(../images/icoArrow02.png) no-repeat left;
	padding-left:25px;
} 


#container #mainContent h4 { 
	font-size:1.2em;
	margin:0.9em 0;
	color:#000;
	}
/*-----------------------------------------------------------------------------------------*/
/*------------------------------------- CORNERS -------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

/* Transparent */

b.cn {
	position: absolute;
  	height: 10px; width: 10px;
  	background:url(../images/circleTransparent.png) no-repeat;
  	line-height: 1px; font-size: 1px;
}

* html b.cn { background:none;}
 
b.tl {top: 0; left: 0; background-position: top left;}
b.tr {top: 0; right: 0; background-position: top right;}
b.bl {bottom: 0; left: 0; background-position: bottom left;}
b.br {bottom: 0; right: 0; background-position: bottom right;}

/*-----------------------------------------------------------------------------------------*/
/*----------------------------------------- id1 -------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

.subcontent {width:460px; margin-bottom:30px; float:left; display:inline;}
#content .col_right h2 {margin:5px 0 0px 5px; padding:0; font-family:"Arial", Verdana, sans-serif; text-align:left;}
.present {margin-top:15px;}

.present li {margin-left:20px; line-height:30px; background:url(../images/ico_arrow_green.png) left center no-repeat; padding-left:30px;}

.col_right {margin-left:465px;}

.box_left {display:inline; float:left; width:228px; height:181px; background:url(../images/bg_box.png) left bottom no-repeat; position:relative; display:block; margin:20px 20px 0 0;}
.box_right {display:inline; float:left; width:228px; height:181px; background:url(../images/bg_box.png) left bottom no-repeat; position:relative; display:block; margin:20px 0 0 0;}
.box_left:hover, .box_right:hover {background:url(../images/bg_box_hover.png) left bottom no-repeat;}

.box_left h3, .box_right h3 {margin:5px 10px;}
.box_left p, .box_right p {line-height:20px; padding:10px;}
.box_left img, .box_right img {position:absolute; bottom:10px; left:10px;}
.box_left .more_info, .box_right .more_info {
	float:right;
	display:inline;
	padding:20px 10px 0 0;
	font-size:110%;
	background:url(../images/ico_arrow_blue.gif) right 23px no-repeat;
	margin-right:10px;
	position:absolute;
	bottom:20px;
	left:110px;
	background-image: url(../images/ico_arrow_blue.gif);
}
#id1 .col_right .more_info {padding:0px; background:url(../images/ico_arrow_blue.gif) right 4px no-repeat; padding-right:10px;}
.col_right .more_info {padding:0px; background:url(../images/ico_arrow_blue.gif) 120px 6px no-repeat; display:block;}
.col_right .more_info_fr {padding:0px; background:url(../images/ico_arrow_blue.gif) 144px 7px no-repeat; display:block;}

/*-----------------------------------------------------------------------------------------*/
/*----------------------------------------- BOTON INICIO-----------------------------------*/
/*-----------------------------------------------------------------------------------------*/

.button_info_es a {background:url(../images/button_info_es.png) no-repeat; width:154px; height:30px; display:block; margin:15px auto 0 auto; color:#fff; line-height:30px; font-size:110%; font-weight:600; text-align:center}
.button_info_es a:hover {background:url(../images/button_info_es_hover.png) no-repeat; width:154px; height:30px; display:block; margin:15px auto 0 auto;}

/*-----------------------------------------------------------------------------------------*/
/*----------------------------------------- BLOKS----------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

.block {width:90%; border-right:1px solid #e6e6e6; padding:10px; margin:15px 10px; position:relative;}
.block2 {width:90%; padding:10px;  margin:15px 10px; position:relative;}

.block img, .block2 img {float:left; display:inline; position:absolute; top:10px;}
.block h3, .block2 h3 {margin-left:100px;}
.block p, .block2 p {margin-left:100px; line-height:18px;}

#content h2, #content h5 {text-align:center}
#content h5 {border-bottom:1px solid #e6e6e6; margin-top:5px; padding-bottom:10px;}

.example {width:18%; text-align:center; margin:15px 8px; float:left; display:inline; font-size:110%}

#packs h2 {}

#portaobjeto {
    width: 900px;
    height: 1000px;
    overflow: hidden;
    position: relative;
		margin:0 auto;
}

#iframeX {
    width: 920px;
    height: 1020px;
    position: absolute;
    top: -2px;
    left: -2px;
}
#packs, #faqs {line-height:20px;}
#packs h3 {padding:10px 0;}
#packs .more_info {padding-bottom:10px; border-bottom:1px solid #e5e5e5; display:block;}
#faqs dt {font-weight:600; padding-left:10px; background:url(../images/icoArrowGreen.png) left center no-repeat; margin:15px 0;}
#faqs dl {margin:15px 10px;}
#faqs dd {margin:10px 0 0 20px; font-size:100%; line-height:20px; color:#868686}
#faqs dl ul {margin:10px; font-size:100%;}
#faqs dl ul li {margin:10px; font-size:100%; list-style: disc}

/*-----------------------------------------------------------------------------------------*/
/*----------------------------------------- PDF -------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

.pdf {
  border:#b2b2b2 1px solid dotted;
	width:60%;
	height:;
	display:block;
}

/*-----------------------------------------------------------------------------------------*/
/*--------------------------------------TABAL PACKS----------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

 div.border {width:420px; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; -khtml-border-radius:4px;  border:1px solid #d7d7d7;}
 table {width:420px;}
 table tr {background-color:#f4f4f4; }
 table tr.header {background-color:#f4f4f4; }
 table tr.header th {padding:5px; font-weight:bold; font-size:1.4em; text-align:center;}
 table tr.header th.wide {width:90px}
 table tr.header th.center {background-color:#cfecff;}
 table tr.header th.first {width:150px;}
 table tr.header th.last {border:none; width:90px;}
 table tr.odd {background:#fff;}
 table td.center {background-color:#cfecff;}
 table tr.end {background:#fff; border-bottom:1px solid #f4f4f4;}
 table td {padding:6px 2px; text-align:center; font-size:11px; color:#333; font-weight:600; border-right:1px solid #efefef; }
 table td.right {text-align:right;}
 table td .sub_text {font-size:11px; color:#666; font-weight:400;}
 
table .button_info a {background:url(../images/button_table.png) no-repeat; width:90px; height:21px; display:block; margin:0 auto 0 auto; color:#fff; line-height:21px; font-size:100%; font-weight:bold;}
table .button_info a:hover {background:url(../images/button_table_hover.png) no-repeat; width:90px; height:21px; display:block; margin:0 auto 0 auto;}
 

/*-----------------------------------------------------------------------------------------*/
/*--------------------------------------ICONOS---------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.ico01 {background:url(../images/iconos.png) left top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico02 {background:url(../images/iconos.png) -70px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico03 {background:url(../images/iconos.png) -140px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico04 {background:url(../images/iconos.png) -210px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico05 {background:url(../images/iconos.png) -280px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico06 {background:url(../images/iconos.png) -350px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico07 {background:url(../images/iconos.png) -420px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico08 {background:url(../images/iconos.png) -490px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico09 {background:url(../images/iconos.png) -560px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico10 {background:url(../images/iconos.png) -630px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico11 {background:url(../images/iconos.png) -700px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico12 {background:url(../images/iconos.png) -770px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico13 {background:url(../images/iconos.png) -840px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico14 {background:url(../images/iconos.png) -910px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico15 {background:url(../images/iconos.png) -980px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico16 {background:url(../images/iconos.png) -1050px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico17 {background:url(../images/iconos.png) -1120px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico18 {background:url(../images/iconos.png) -1190px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico19 {background:url(../images/iconos.png) -1260px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico20 {background:url(../images/iconos.png) -1330px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico21 {background:url(../images/iconos.png) -1400px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico22 {background:url(../images/iconos.png) -1470px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}
.ico23 {background:url(../images/iconos.png) -1540px top no-repeat; width:70px; height:70px;  position:absolute; top:10px; left:10px;}

/*-----------------------------------------------------------------------------------------*/
/*------------------------------------- VERTICAL ACORDEON----------------------------------*/
/*-----------------------------------------------------------------------------------------*/

.accordion_toggle, .accordion_toggle1, .accordion_toggle2 {
	display: block;
	height: 30px;
	width: 680px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #004a80 !important;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px !important;
	color: #004a80;
	cursor: pointer;
	margin: 0 0 0 0;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #99C1F2;
}

.accordion_toggle_active {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #1f9400;
	color: #ffffff !important;
}

.accordion_content, .accordion_content1, .accordion_content2 {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	
	.accordion_content h2, .accordion_content1 h2, .accordion_content2 h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
.close {float:right; display:inline; margin-right:20px;}
