/* ===== Primary Styles ========================================================
   Author: Germ·n CuÈllar JimÈnez
   Date: February 2012
   ========================================================================== */

body {
	background: url('../img/tdb_bgbody.png') repeat-x white; font-family: 'Lato', sans-serif;
	min-width:1170px;
	}

p {
  margin: 0 15px 9px;
  font-family: ‘Metrophobic’,  Arial, serif; font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

footer {
	margin-top: 80px;
	height:190px; /*Antes tenia 210px*/
	background: url('../img/tdb_bgfooter.png') repeat-x;
	font-family: ‘Metrophobic’, Arial, serif; font-weight: 300;
	cursor:default;
}

footer h3{
	color:white;
	font-weight: bold;
	border-bottom:1px white dashed;
	text-align:center;
}

footer p{
	text-align:justify;
	margin-top: 10px;
	color:white;
}

.cabecera {
  height: 290px;
  margin-bottom: 50px;
  background: url('../img/tdb_bgbarrels.png') no-repeat;
  }

.cabecera h1 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 700; }

.logo {width:1170px;height:290px;background:url('../img/tdb_logo.png') no-repeat 90% 50%;}



/*************/

.container{ /*BORRAR*/
	width:1170px;
}

.row{
	margin-top: 10px;
}

.span3{/*BORRAR*/
	width:270px;
}

.span4{
	width:370px;/*BORRAR*/
}

.span10{/*BORRAR*/
	width:970px;
}

.span5{
	margin-left:20px; /*Antes tenia 24px*/
	width:470px;/*BORRAR*/
}

.span2{
	padding-top:10px;
	width:170px;/*BORRAR*/
}

.span2 hr{
	margin:12px 0px;
}

.span7{
	border-right: 1px dotted gray;
	width:670px; /*BORRAR*/
}

.span7 p{
	text-align:justify;
}

.dropdown-menu{
	max-width:300px;
}

.presentacion{height:200px;padding:30px 40px;}
.presentacion p{font-family: 'Goudy Bookletter 1911', serif;font-size:17px;line-height:130%;}

.conborde{
	border: 2px solid #78513a;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.conborde h3{
	background: #78513a;
	color:white;
	text-align:center;
}

.conborde a{
	color: #cf7226;
	font-family: ‘Metrophobic’, Arial, serif;
}

.sinborde h3{
	background: #78513a;
	color:white;
	text-align:center;
}

.sinborde a{
	color: #56442c;
	font-family: ‘Metrophobic’, Arial, serif;
	font-size:14px;
}

.capainterna{
	min-height:300px;
	background: white;
	width:73%;
	margin-right:0px;
	margin-left:auto;
	padding-top: 12px;
	padding-left: 14px;
}

.uva{
	background: #578b1e url('../img/tdb_icon_vendimia.png') no-repeat top left;
	border: 2px solid #578b1e;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.barrica{
	background: #78513a url('../img/tdb_icon_barrel.png') no-repeat top left;
	border: 2px solid #78513a;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.botella{
	background: #621724 url('../img/tdb_icon_botellas.png') no-repeat top left;
	border: 2px solid #621724;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.fermentacion{
	background: #a19b99 url('../img/tdb_icon_fermentacion.png') no-repeat top left;
	border: 2px solid #a19b99;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tdblista{
	margin-top:9px;
	list-style-image:url("../img/bullet2.gif");
	font-size:14px;
}

.enlacesEmbotellado a{
	color:#621724;
}

.enlacesBarricas a{
	color:#78513a;
}

.enlacesFermentacion a{
	color:#706b6b;
}

.enlacesVendimia a{
	color:#578b1e;
}

.offsetTop{
	margin-top:50px;
}




