﻿/* -------------------------------------------------------
  CSS www.barilocheanglers.com.ar -  Autor: Milenium Web Solutions
  HTML ELEMENTS
--------------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background:#1b1613;
	font: 12px/14px 'Calibri', Arial, Verdana, sans-serif;
	color:#474747; 
}
ul {
	list-style:none;
}
li {
	list-style:none;
}
/* links */
a, a:visited {	
	color:#49403b;
	text-decoration: none;
}
a:hover {
	color:#7b2003;
	background: inherit;
	text-decoration:underline;
}
/* headers */
h1{
	width:100%;
	color: #7b2003;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font: bold 22px/20px 'Times New Roman', serif;
    padding: 2px 0px 17px 0px;
	margin: 0px 0px 12px 0px;
	text-align: left;
	background: url(images/bg-h1.gif) repeat-x bottom;
}
h2 {
	width:100%;
	color: #6f230b;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font: bold 18px/20px 'Times New Roman', serif;
	background: url(images/bg-h1.gif) repeat-x bottom;
    padding: 20px 0px 6px 0px;
	text-align: left;
}
h3{
	width:100%;
	color: #963205;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font: bold 18px/20px 'Times New Roman', serif;
    padding: 10px 0px 10px 0px;
	margin: 0px 0px 8px 0px;
	text-align: left;
	background: url(images/bg-h1.gif) repeat-x bottom;
}
h4{
	width:92%;
	color: #49403b;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font: bold 22px/20px 'Times New Roman', serif;
    padding: 2px 0px 17px 0px;
	margin: 0px 0px 12px 0px;
	text-align: left;
	background: url(images/bg-h1.gif) repeat-x bottom;
}
h5{
	width:100%;
	color: #49403b;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font: bold 15px/18px 'Times New Roman', serif;
    padding: 0px 0px 3px 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	background: url(images/bg-h1.gif) repeat-x bottom;
	float:left;
}


/* Paragraph */
.clear {
	clear:both;
	background:transparent;
	margin:1px 0px 0px 0px;
}
/* images */
img {
	float:left;
	padding: 0px;
	border:none;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap{
	width:920px;
	height:auto;
	padding:15px;
	margin:15px auto 15px;
	background: #3c2f27 url(images/bg.gif) repeat;
	position:relative;
	-moz-box-shadow:0 1px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.5);
	box-shadow:0 1px 8px rgba(0,0,0,0.5);		
}
#header{
	width:1100px;
	height:120px;
	margin:0px auto;
	position:relative;
}
#logo{
	width:235px;
	height:160px;
	position:absolute;
	top:-15px;
	left:30px;
	z-index:2;
}
#contenido{
	width:880px;
	height:auto;
	float:left;
	padding:20px;
	background: #f2f4ee url(images/bg-contenido.gif) repeat;
	position:relative;
}
#left{
	width:290px;
	height:auto;
	float:left;
	background: url(images/linea.gif) repeat-y right;
}
.th-video{
	width:270px;
	height:161px;
	float:left;
	padding:0px 10px 10px 10px;
}
.banner{
	margin:20px 0px 0px 0px;
	float:left;
}
#right{
	width:570px;
	height:auto;
	padding:0px 0px 20px 20px;
	float:left;
}
#right p{
	margin:8px 0px 10px 0px;
	font-size:13px;
	line-height:16px;
}
#right span{
	font:bold 14px 'Times New Roman', serif;
	color:#6f0000;
}
#us{
	width:320px;
	height:auto;
	float:left;
}
#redes-sociales{
	width:100px;
	height:50px;
	position:absolute;
	right:10px;
	top:10px;
}
#redes-sociales img{
	margin:0px 0px 0px 5px;
}

/*----/MENU----*/
#menu{
	width:950px;
	height:38px;
	float:left;
	background: url(images/bg-btns.gif) repeat-x;
	margin:12px 0px 10px -15px;
}
#menu ul.nav{
	width:920px;
	height:38px;
	padding:0px 15px 0px 15px;
	background: url(images/btn-sombras.gif) no-repeat bottom;
	float:left;
}
#menu ul.nav li{	
	float:left;
	margin:0px;
	line-height:0;
	font-size:0;
	position: relative;	
}
#menu ul.nav li a{
	display:block;
	width:170px;
	height:38px;
	font:bold 20px/37px 'Times New Roman', Arial, serif;
	text-shadow: 2px /*{a-body-shadow-x}*/ 2px /*{a-body-shadow-y}*/ 3px /*{a-body-shadow-radius}*/ rgba(0,0,0,0.7) /*{a-body-shadow-color}*/ ;	
	color:#fff;
	background-color:inherit;	
	text-decoration:none;
	text-align:center;
	background: url(images/separador.gif) no-repeat right center;
}
#menu ul.nav li.uno a{
	width:120px;
}
#menu ul.nav li.dos a{
	width:180px;
}
#menu ul.nav li.tres a{
	width:150px;
}
#menu ul.nav li.cuatro a{
	width:180px;
}
#menu ul.nav li.cinco a{
	width:150px;
}
#menu ul.nav li.arg a{
	width:45px;
	height:26px;
	padding:12px 0px 0px 25px;
}
#menu ul.nav li.eng a{
	width:45px;
	height:26px;
	padding:12px 0px 0px 25px;
	background:transparent;
}
#menu ul.nav li a:hover{
	opacity:0.8;
}
#menu ul.nav li a.active{
	color:#c7c2a8;
}

/*----/GALERIA SLIDE HOME----*/
#slide-home {
	width:920px;
	height:386px;
	padding:0px;
	margin:0px 0px 10px 0px;
	float:left;
	position:relative;
	z-index:0;
}
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
.slides_container {
	width:920px;
	height:386px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	width:920px;
	height:300px;
	display:block;
}
.slides_container a img {
	display:block;
}
.pagination {
	margin:6px auto 0;
	width:100px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}

/*----/GALERIA iNTERIORES----*/
#gallery{
	width:550px;
	height:auto;
	float:left;
	overflow: hidden;
	margin:10px 0px 0px 0px;
}
#gallery img{
	border:2px #fff solid;
	margin:0px 4px 6px 4px;
}

/*----/FOTO-Rot----*/
#foto-rot{
	width:246px;
	height:174px;
	float:right;
	background:transparent;
	position: relative;	
}

/*----/FORMULARIO DE CONTACTO----*/
input{
	width:200px;
	height:20px;
}
input.send{
	float:right;
	width:80px;
	padding:1px;
	margin:0px 10px 0px 0px;
}
.txt-form{
	font: bold 16px/18px "Times New Roman", Times, serif;
	text-align:left;
	width:550px;
	margin:0px 0px 5px 0px;	
}

/*----/FOOTER----*/
#footer{
	width:920px;
	height:10px;
	float:left;
	text-align:left;
	padding:10px 0px 0px 0px;
	color:#fff;
	background: url(images/bg-footer.gif) no-repeat top;
	position:relative;
}
#footer p{
	color:#fff;
}
#footer span{
	color:#fff;
	font:bold 15px/16px 'Times New Roman', serif;
	margin-left:10px;
}
.milenium{
	width:130px;
	height:42px;
	position:absolute;
	top:-10px;
	right:5px;
}