/* reset yahoo 
-----------------------------------------------------------------------------------------------------*/

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,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; 
} 


/* Estils Temp`s d'Oci per Lluis Rafols
-----------------------------------------------------------------------------------------------------*/
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background: #fff;
}

/*h1,h2,h3,h4,h5,h6 { 
   font-family: Trebuchet MS, Helvetica, sans-serif;
} */

a {
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #f19200;
}

.contenedor {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h1 a {
	float: left;
	width: 214px;
	height: 120px;
	background: url(../images/temps_doci.jpg) no-repeat top;
	margin-left: -10px;
	text-indent: -9999px;
}

.info {
	float: right;
	width: 500px;
	height: 120px;
	background: url(../images/bg_info.jpg) no-repeat right;
	color: #f19200;
	text-align: right;
}

.info strong {
	font-size: 25px;
	margin: 45px 118px 0 0;
	display: block;
	font-weight: bold;
}

.info a {
	font-size: 18px;
	margin-right: 118px;
	display: block;
	color: #f19200;
	text-decoration: none;
	padding-top: 4px;
}

.home_destacado {
	float: left;
	width: 717px;
}

.home_destacado p {
	line-height: 20px;
	background: #000;
	color: #fff;
	padding: 0 10px;
}

h2 {
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	color: #f19200;
	padding: 40px 0 10px;
	clear: both;
}


/* SLIDER */

.slider_home {
	clear: both;
    display: block;
    overflow: hidden;
    position: relative;
}

.slider_adelante,
.slider_atras {
	position: absolute;
	top: 0;
	text-indent: -9999px;
	width: 35px;
	height: 200px;
}

.slider_atras {
	background: url(../images/slider_atras.png) no-repeat top;
	left: -35px;
}

.slider_atras:hover {
	background: url(../images/slider_atras.png) no-repeat bottom;
}

.slider_adelante {
	background: url(../images/slider_adelante.png) no-repeat top;
	right: -35px;
}

.slider_adelante:hover {
	background: url(../images/slider_adelante.png) no-repeat bottom;
}

.slider_home li {
	position: relative;
	float: left;
	width: 232px;
/*	height: 205px; CONFLICTO EN HOME*/
	border-bottom: 1px solid #000;
	border-top: 10px solid #000;
	margin: 0 4px 25px;
}

.slider_home .dias {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: url(../images/bola_home_dias.png);
}

.slider_home .dias strong {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 11px;
	margin-top: 5px;
}

.slider_home p {
	font-size: 14px;
	background: #676464;
	color: #fff;
	line-height: 20px;
	padding: 0 3px;
}

.slider_home h3 {
	font-size: 18px;
	padding: 6px 0;
}

.slider_home li a {
	line-height: 23px;
	display: block;
	padding: 0 10px;
	background: url(../images/bg_btn_slider_home.png) repeat-x;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
}

.slider_home li a:hover {
	background: url(../images/bg_btn_slider_home_on.png) repeat-x;
	color: #7f4d00;
	border: 1px solid #7f4d00;
}



/*mapa menu */

.mapa-menu {
	position: absolute;
	top: 120px;
	right: -80px;
	width: 382px;
	height: 410px;
	background: url(../images/mapa_menu.png);
}

.mapa-menu ul {
	position: relative;
}

.america_link,
.antartida_link,
.europa_link,
.africa_link,
.asia_link,
.oceania_link {
	position: absolute;
	text-indent: -999999px;
	z-index: 1;
}

.america_link {
	top: 7px;
	left: 46px;
	width: 120px;
	height: 244px;
	background: url(../images/link_america.png);
}

.america_link:hover {
	background: url(../images/link_america_on.png);
}

.antartida_link {
	top: 258px;
	left: 104px;
	width: 180px;
	height: 45px;
	background: url(../images/link_antartida.png);
}

.antartida_link:hover {
	background: url(../images/link_antartida_on.png);
}

.europa_link {
	top: 41px;
	left: 170px;
	width: 53px;
	height: 81px;
	background: url(../images/link_europa.png);
}

.europa_link:hover {
	background: url(../images/link_europa_on.png);
}

.africa_link {
	top: 118px;
	left: 162px;
	width: 73px;
	height: 96px;
	background: url(../images/link_africa.png);
}

.africa_link:hover {
	background: url(../images/link_africa_on.png);
}

.asia_link {
	top: 18px;
	left: 208px;
	width: 122px;
	height: 164px;
	background: url(../images/link_asia.png);
}

.asia_link:hover {
	background: url(../images/link_asia_on.png);
}

.oceania_link {
	top: 171px;
	left: 300px;
	width: 32px;
	height: 44px;
	background: url(../images/link_oceania.png);
}

.oceania_link:hover {
	background: url(../images/link_oceania_on.png);
}

.mapa-menu li div {
	display: none;
}

.mapa-menu li:hover div {
	display: block;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background: url(../images/bg_submenu_mapa.png);
	overflow: hidden;
	z-index: 2;
}

.mapa-menu li:hover div ul {
	padding: 10px;
	width: 100px;
	float: left;
}

.mapa-menu li:hover div ul li a{
	line-height: 20px;
	text-decoration: none;
	padding: 0 2px;
	font-size: 11px;
}

.mapa-menu li:hover div ul li a:hover {
	background: #666;
	color: #fff;
}

.mapa-menu h3 {
	font-size: 15px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.america div {
	width: 120px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.oceania div {
	width: 120px;
	position: absolute;
	top: 181px;
	left: 290px;
}

.asia div {
	width: 240px;
	position: absolute;
	top: 60px;
	left: 210px;
}

.antartida div {
	width: 120px;
	position: absolute;
	top: 240px;
	left: 150px;
}

.africa div {
	width: 240px;
	position: absolute;
	top: 130px;
	left: 180px;
}

.europa div {
	width: 120px;
	position: absolute;
	top: 60px;
	left: 180px;
}

.listas_home {
	clear: both;
	padding: 50px 0;
}

.titular_lista_home {
	border-bottom: 4px solid #CACACA;
    clear: both;
    display: block;
    height: 72px;
    margin: 20px 0 10px;
}

.titular_lista_home small {
	color: #666;
	text-transform: none;
	font-size: 20px;
}

.titular_lista_home h2 {
	float: left;
	clear: none;
	padding: 25px 0;
	font-size: 27px;
}

.titular_lista_home img {
	float: right;
}


.slider_home li.ver_mas {
    border-bottom: 0;
    border-top: 0;
}


.slider_home li.ver_mas a {
    color: #fff;
    background: #b1b1b1;
    border: 0;
    display: block;
    line-height: 23px;
    padding: 0 10px;
    height: 217px;
    transition: all 0.3s ease-in-out 0.2s;
    border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.slider_home li.ver_mas a:hover {
    background: #F19200;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0);
     -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0);
}

li.ver_mas a strong {
	display: block;
	font-size: 20px; 
	text-transform: uppercase;
	padding: 0 0 20px;   
}

li.ver_mas a img {
	margin-top: 35px;   
}

.amedida li {
    border: none;
    float: left;
    margin: 0 4px 25px;
    position: relative;
    width: 232px;
    border-radius: 4px;
    background: #915D36;
}

.amedida li h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 4px 0 6px;
}

.amedida li img {    
    border-radius: 4px 4px 0 0;
}

/* fooooter*/



.home_links {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

.home_links2 {
	margin: 0 0 20px 0;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	border-bottom: 2px solid #808080;
}

.home_links2 a {
	margin: 0 10px;
	text-decoration: none;
}

.footer {
	position: relative;
	font-size: 11px;
}

.footer a {
	position: absolute;
	font-size: 11px;
	display: block;
	height: 55px;
	text-indent: -9999px;
	top: 0;
}

.footer a.link_patagonline {
	width: 150px;
	right: 145px;
}

.footer a.td_incoming {
	width: 120px;
	right: 0px;
}