﻿/* 
Creado: 21/09/08
Por:    Jonathan 
*/

body{
	background-image:url(../images/header_bar.jpg);
	background-position:0px -174px;
	background-repeat:repeat-x;
	background-color:#f5f9fa;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#83b2ba;
}

.body{
	background-image:url(../images/header_bar.jpg);
	background-position:0px 66px;
	background-repeat:repeat-x;
	background-color:#f5f9fa;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#83b2ba;
}

#pagina{
	width:950px;
	margin:0px auto 0 auto;
}

#headerMain{
	display: block;
	width: 950px;
	height: 450px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	background-color: transparent;
	background-image:url(../images/header_bar_center.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	}
	
#header{
	display: block;
	width: 950px;
	height: 210px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../images/header_bar_center.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	}
	
#header .logo{
	width:310px;
	height:61px;
	margin:40px 0 0 0px;
	padding:0;
	position:absolute;
	}


#header .search_form{
	float: left;
	width: 597px;
	background-color: transparent;
	background-image: url(../images/top_bar_search_bk.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin-top: 73px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 35px;
	padding-top: 17px;
	padding-right: 0pt;
	padding-bottom: 16px;
	padding-left: 0pt;
	}


#header .topColLeft{
	float:right;
	display:block;
	width:265px;
	height:80px;
	padding:7px 0 0 0;
	margin-top:123px;
	background-image: url(../images/puffin_super.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

	
#header .topColLeftHome{
	float:right;
	display:block;
	width:265px;
	height:80px;
	padding:7px 0 0 0;
	margin-top:123px;
	background-image: url(../images/puffin_super_vip.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

	

#quienes{
	display:block;
	float:right;
	width:300px;
	height:160px;
	padding:0px 36px 40px 0;	
	margin:70px -25px 0 0;
	background-image:url(../images/header_txt_bk.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
#menuBar{
	width:900px;
}

#nav{
	list-style: none;
	margin: 0;
	float: left;
	width: 600px;
	height: 65px;
	background-color:#999966;
	}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 37px;
	margin-top: 3px;
	padding: 0 10px;
	border-right: 1px solid #4b4a45;
}

#nav li a:hover{
	background-color: #f2edcf;
	color: #4b4a45;
	border-right: 1px solid #c4c0a8;
	}

#searchCont{
	width:300px;
	height:40px;
	background-color:#006699;
	float:left;
	}


/* Contenido */

#contenido{
	width:950px;
	margin:0;
	padding:0;
	}

#contenido .columnaUno{
	width:250px;
	float:left;
	}

#contenido .columnaDos{
	width:250px;
	float:left;
	}

#contenido .columnaTres{
	width:250px;
	float:left;
	}


#columnaCentral{
	width:665px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	}

#columnaCentral h5{
	color:#666666;
	font-weight: normal;
	}
	
#columnaCentral p{
	color:#666666;
	font-size:12px;
	}
	
#columnaCentral .tdpropcountries{
	color:#666666;
	font-size:12px;
	}	


.visiteCountriesLeft{
	width:50%; 
	margin:0; 
	padding:0; 
	float:left; 
	text-align:left;
	}

.visiteCountriesRight{
	width:49%; 
	margin:0; 
	padding:0; 
	float:left; 
	text-align:right;
	}

.visiteCountriesImg{
	width:180px;
	height:160px;
	margin:0 0 15px 0;
	padding:30px 30px;
	background-color:#e8f1f3;
	border-style:solid;
	border-width:1px;
	border-color:#b7d8df;
	text-align:center;
	}

.cajaAncha{
	width:643px;
	margin:15px 0 15px 0;
	padding:10px;
	background-color:#e8f1f3;
	border-style:solid;
	border-width:1px;
	border-color:#b7d8df;
	}

.boxTapa{
	width:250px;
	margin:15px 0 15px 0;
	padding:10px;
	background-color:#e8f1f3;
	border-style:solid;
	border-width:1px;
	border-color:#b7d8df;
	text-align:center;
	}
	
#columnaCentral .boxTapa_p{
	text-align:center;
	font-size: 17px;
	color:#8fc2ce;
	margin:0 0 10px 0;
	}
	
/*------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------*/

ul,ol { 
list-style:none; 
}

table { 
border-collapse:collapse; 
border-spacing:0; 
}

p{
padding:0;
text-align:left;
}

b, strong{
color:#598b93;
}

.clear { 
clear:both;
}

a, a:visited{
text-decoration:none;
font-weight:bold;
font-size:11px;
color:#558d97;
}

a:hover{
color:#37717b;
}

small {
font-style:italic;
font-size:12px;
line-height:1.5em;
font-weight:bold;
color:#83b2ba;
}



/* Fonts Headers */

h1, h2, h3, h4, h5, h6 {
font-weight:bold;
}


h2 {
font-size:24px;
margin:0 0 2px 0;
padding:2px 0 4px 0;
}

h2 {
font-size:21px;
margin:0 0 2px 0;
padding:2px 0 4px 0;
}

h3 {
font-size:18px;
margin:0 0 2px 0;
padding:2px 0 4px 0;
}

h3.comments {
padding:2px 0 8px 0;
}

h4{
font-size:14px;
}


#sidebar h3, #sidebar-home h3{
background:url('../images/sidebar_bk.gif') repeat-x bottom left;
margin:0;		
}

a.colorp{
	color:#37717b;
	text-decoration:none;
	}
a.colorp:hover{
	color:#37717b;
	text-decoration:underline;
	}

/* Sidebar */

#sidebar_wrap{
float:				right;
display:			block;
width:				265px;
height:				auto;
display:			inline;
}

#sidebar{
display:			block;
width:				225px;
height:				auto;
padding:			0 20px 37px 20px;
background: 		#0f1c25 url('../images/sidebar_back.jpg') repeat-y top left;
}

#sidebar-btm{
display:			block;
width:				265px;
height:				12px;
padding:			0;
background: 			url('../images/sidebar_footer.jpg') no-repeat top left;
}

#sidebar a, #sidebar a:visited{
border-bottom:			1px dotted #24758a;
text-decoration:		none;
font-weight:			bold;
color:				#c1e2e8;
}

#sidebar a:hover{
color:				#daf1f5;
border-bottom:			1px dotted #509cb0;
}

#sidebar p.about_me{
text-align:			left;
}

#sidebar p.about_me a{
float:				right;
display:			block;
font-weight:			normal;
}


/* Sidebar eof */


/* Lists */
ul.skillslist{
	float:left;
	width:48%;
	margin:5px 1% 20px 1%;
	border-bottom:#d4e4e9 3px solid;
}

ul.skillslist li{
	border-top:1px dotted;
	padding:5px 0 5px 6px;
	font-weight:bold;
}

ul.skillslist li img{
	display:inline;
	padding:1px;
	float:left;
	clear:both;
	margin:-2px 6px 0 0;
}

#sidebar ul{
	margin:0 0 20px 0;
	width:225px;
	margin:0;
	padding:0;
}

#sidebar ul img{
	margin:1px 4px -1px 0;
	border:0;
}

#sidebar ul li a, #sidebar ul li a:visited{
	display:block;
	padding:4px;
	font-size:14px;	
	font-weight:normal;
	text-decoration:none;
	border-bottom:#21343c 1px dotted;
	
}

#sidebar ul li a:hover{
	background:	#0c171f;
}

ul.common{
margin:0 0 15px 0;
display: block;
padding-top: 2px;
padding-right: 0pt;
padding-bottom: 2px;
padding-left: 24px;

}

ul li.common{
padding-bottom: 1px;
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #c5e1e6;
margin:0 8px 0 0;
padding:5px 0 0 18px;
background-color: transparent;
background-image:url(../images/footer_link_bk.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 4px center;
font-size: 13px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
height: 20px;
}

/* Lists eof */


/* Pie completo */

#footer{
	width:100%;
	height:310px;
	background-color:#333333;
	background-image:url(../images/bg_footer.gif);
	background-position:top left;
	background-repeat:repeat-x;
	}

#footer p{
	padding:0;
	margin:0 0 5px 0;
	}

#footerContenedor{
	width:950px;
	height:270px;
	padding:40px 0 0 0;
	margin:0 auto;
	color:#5a929e;
	}

#footerSiteMap {
	width: 450px;
	float: left;
	margin: 5px;
	background: #afd2da;
	height: 220px;
	border: 1px solid #99c2cb;
}

#footerSiteMap #RowOne,  
#footerSiteMap #RowThree {
	width: 220px;
	float: left;
	margin-top: 5px;
	margin-right:10px;
}

#footerSiteMap #RowTwo{
	float: left;
	width:180px;
	margin-left:10px;
	margin-top: 5px;
}

#footerSiteMap #RowOne {
	margin-left: 10px;
}

#footerSiteMap h3{ 
	font-size:14px; 
	color:#5a929e;
	margin: 5px 10px 10px 0px;
	letter-spacing: -.01em;
}



#footerSiteMap a.clase1{
	margin:0;
	padding-left: 7px;
	font-size: 12px;
	color: #5678B0;
	text-decoration: none;
	line-height: 11px;
	font-weight: bold;
	color:#5a929e;
	background: url(../images/bg_footerlinkarrow.gif) no-repeat 2px 2px;
}

#footerSiteMap a.clase1:hover{
	color: #ffffff;
	text-decoration:underline;
}


#footerSiteMap a.clase2{
	margin: 0;
	padding-left: 17px;
	font-size: 11px;
	color: #5678B0;
	text-decoration: none;
	line-height: 11px;
	font-weight:normal;
	color:#5a929e;
	background: url(../images/bg_footerlinkarrow.gif) no-repeat 10px 2px;
}

#footerSiteMap a.clase2:hover{
	color: #ffffff;
	text-decoration:underline;
}


#footerSiteMap ul li.podcastFooterLink images {
	margin-bottom: -2px;
}

/* miscbox styles */
#footerMisc {
	float: left;
	width: 228px;
	margin: 5px;
	background: #afd2da;
	height: 220px;
	border: 1px solid #99c2cb;
}

#footerMisc p{
	font-size: 11px;
	margin: 5px 10px 10px 10px;
	letter-spacing: -.01em;
}

#footerMisc h3{ 
	font-size:14px; 
	color:#5a929e;
	margin: 5px 10px 10px 10px;
	letter-spacing: -.01em;
}

#footerMisc ul a {
	padding-left: 7px;
	font-size: 12px;
	color: #5678B0;
	text-decoration: none;
	line-height: 5px;
	font-weight: bold;
	color:#5a929e;
	background: url(../images/bg_footerlinkarrow.gif) no-repeat left;
}

#footerMisc ul {
	list-style: none;
	padding-left:10px;
}


#footerMisc ul a:hover {;
	text-decoration: underline;
	color: #fff;
}

/* infobox styles */	
#footerInfo {
	float: left;
	width: 228px;
	height: 220px;
	margin: 5px;
	background: #afd2da;
	border: 1px solid #99c2cb;
}

#footerInfo h3{ 
	font-size:14px; 
	color:#5a929e;
	margin: 5px 10px 5px 10px;
	letter-spacing: -.01em;
}

#footerInfo ul a {
	padding-left: 7px;
	font-size: 12px;
	color: #5678B0;
	text-decoration: none;
	line-height: 5px;
	font-weight: bold;
	color:#5a929e;
	background: url(../images/bg_footerlinkarrow.gif) no-repeat left;
}

#footerInfo p{
	width:210px;
	font-size: 11px;
	margin: 5px 10px 10px 10px;
}

#footerInfo a {
	font-size: 11px;
	color: #5a929e;
	text-decoration: none;
	margin: 5px 10px 10px 10px;
}
#footerInfo a:hover {
	text-decoration: underline;
}
#footerInfo h4 {
	font-size: 1.6em;
	color: #495A77;
}

/* Utiles */

.clear{
	clear:both;
}

.lnktitulolistnota{
	font-size:12px;
	}

/* Top Bar */

#top_bar{
display:block;
height:auto;
width:100%;
background:#0e1720 url('../images/top_bar.jpg') repeat-x center;
border-bottom:#fff 1px solid;
}

#top_bar a{
border:none;
}

#top_bar_center{
display:block;
width:950px;
height:65px;
margin:0 auto;
background:#0e1720 url('../images/top_bar_center.jpg') no-repeat center;
}

#global_nav {
position:relative;
float:right; 
height:36px; 
width:600px; 
padding:0px 0 0 0; 
margin:7px 0 0 0; 
}

#global_nav ul {
padding:0;
margin:0;
}

#global_nav ul li {
float:right;
list-style:none;
}

#global_nav ul li a, #global_nav ul li a:visited{
z-index:10;
display:block;
float:left;
height:47px;
overflow:hidden;
color:#d7eaee;
font-size:22px;
position:relative;
padding:5px 10px 6px 10px;
text-decoration:none;
}

#global_nav ul li a:hover{
color:#fefefe;
}

#global_nav li.background {
background: 		url('../images/bg_menu_right.gif') no-repeat top right;
z-index: 			8;
position: 			absolute;
visibility: 		hidden;
}

* html #global_nav li.background{
background: 		url('../images/bg_menu_right.gif') no-repeat top right;
}

#global_nav .background .left {
background: 		url('../images/bg_menu.gif') no-repeat top left;
height: 			36px;
margin-right: 		7px; /* 7px is the width of the rounded shape */
}

* html #global_nav .background .left{
background: 		url('../images/bg_menu.gif') no-repeat top left;
}

/* Top Bar eof */


/* Form Elements */
input,select,textarea{
font-size:16px;
color:#697273;
font-style:	italic;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
padding:8px 4px 8px 4px;
border:#b6bebe 1px solid;
margin:0;
background:#9da6a6;
}

input:focus,select:focus,textarea:focus{
background:#adb4b4;
}

.search_form input{
float:right;
margin:0 22px 0 0;
border:none;
width:530px;
font-size:22px;
font-style:normal;
background:transparent;
font-weight:bold;
color:#bad6da;
}




/************************************************************************************************************************/
/* FORMULARIO DE CONTACTO                                                   											                */
/*                   																         			                */
 

#get_in_touch{
	display:block;
	float:left;
	width:231px;
	margin:0;
	padding:0;
	}

#get_in_touch h5{
	color:#697273;
	font-size:26px;
	margin:2px 0 0 0;
	}

#get_in_touch input, #get_in_touch textarea{
	width:219px;
	}

#get_in_touch input.contact_button{
	display:block;
	width:94px;
	font-size:20px;
	background:url('../images/green_tick.gif') no-repeat right -20px;
	border:none;
	font-style:normal;
	text-align:left;
	font-weight:bold;
	padding:0;
	margin:6px 0 0 0;
	cursor:pointer;	
	}

#get_in_touch input.contact_button:hover{
	background-position:center right;
	color:#5c6364;		
	}

#get_in_touch small{
	font-size:12px;
	font-weight:normal;
	float:right;
	color:#5c6364;
	}

/* Form Elements */


input,select,textarea{
	font-size:16px;
	color:#697273;
	font-style:italic;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 4px 8px 4px;
	border:#83b2ba 1px solid;
	margin:0;
	background:#e8f1f3;
	}

input:focus,select:focus,textarea:focus{
	background:#f1f7f8;
	}

.search_form input{
	float:right;
	margin:0 22px 0 0;
	border:none;
	width:530px;
	font-size:22px;
	font-style:normal;
	background:transparent;
	font-weight:bold;
	color:#bad6da;
	}

.input_wrap{
	border:#b7d8df 1px solid;
	padding:1px 0 1px 1px;
	margin:8px 0 0 0;
	width:230px;
	}


/* IE6 Fix */
* html .input_wrap{
	padding-left:1px;
}
/* IE7 Fix */
*:first-child+html .input_wrap{
	padding-left:1px;
}

	
/* Form Elements eof */

/* Buscador de countries */

.columnacontizq2 {
	width: 350px;
	float: left;
	margin-top: 10px;
	border-right: 2px solid #F2F2F2;}

.columnacontder2 {
	width: 275px;
	margin-top: 10px;
	float: left;}
	
	
	