@charset "ISO-8859-1";
/* CSS Document */

html, body { height: 100%; }
body {
	background: #172215 url(../img/bg.gif) repeat;
	font: italic 100% Georgia, Times, serif; font-weight: 500; color: #000;
}
strong { font-weight:bold; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }

#website {
	width: 100%; height:100%; margin: 0; padding: 0;
	background: transparent url(../img/bg_gotas.jpg) no-repeat top center;
}

#defaultheader {
	width: 100%; height: 140px; text-align:center;
	background: transparent url(../img/bgnegro.png) repeat-x;
}

#defaultweb {
	width:100%; height:532px;
	background: transparent url(../img/bgnegro11.png) repeat-x bottom;
}

#defaultweb .content{
	width:990px; height:532px;
	background: transparent url(../img/botellas_portada.jpg) no-repeat;
}
#fecha {width:427px; height:177px; padding-bottom:274px; float: right; padding-right: 44px;}
#defaultweb #texto {padding-top:10px;}

#home {width: 100%; text-align:center;}

#header {
	width: 100%; height: 140px;
	background: transparent url(../img/bgheader.png) repeat-x;
}

#contentpath {
	width: 990px; height:58px; margin: 0 auto; color: #fff;
}
#contentpath p	{
	font-size:0.85em; line-height:58px; margin: 0 25px;
}

#contentpath a {
	font-weight: bold; color:#fff; text-decoration:none;
}
#contentpath a:hover {
	font-weight: bold; color:#fff; text-decoration:underline; 
}
#contentpath .simbolo_gt { color:#f5f5f5; font-weight: bold; font-style:normal; font-size:11pt; font-family:Georgia;}

#footer {
	width: 990px; margin: 0 auto; padding: 0;
}

.content {
	width: 990px; margin: 0 auto; padding: 0;
}



h1, h2, h3 {
	font-size: 1.5em; /*38 / 16*/
	line-height: 1.3em; 
	font-weight: normal; 
}
h2 { font-size: 0.9em;
	font-weight: bold; 
}
h3 {color:#666; font-size:0.8em; padding-top:8px; }
p {font-size:0.75em; line-height:1.75em; padding-bottom:20px;}

/*Botones*/
.boton-es {
	border:0px none; width:22px; height:21px; cursor:pointer; display:block; font-size:0; line-height:0; padding:0; text-indent:-9999px;
	background: transparent url("../img/banderas.png") no-repeat scroll 0 0;
	float:left; margin-right:3px;
}
.boton-en {
	border:0px none; width:22px; height:21px; cursor:pointer; display:block; font-size:0; line-height:0; padding:0; text-indent:-9999px;
	background: transparent url("../img/banderas.png") no-repeat scroll -26px 0;
	float:left; margin-right:3px;
}
.boton-facebook {
	border:0px none; width:15px; height:16px; cursor:pointer; display:block; font-size:0; line-height:0; padding:0; text-indent:-9999px;
	background: transparent url("../img/redessociales.png") no-repeat scroll 0 0;
	float:left; margin-right:3px;
}
.boton-facebook:hover, .boton-facebook[disabled] {
	background: url("../img/redessociales.png") no-repeat scroll -15px 0 transparent;
	float:left; margin-right:3px;
}
.boton-twitter {
	border:0px none; width:15px; height:16px; cursor:pointer; display:block; font-size:0; line-height:0; padding:0; text-indent:-9999px;
	background: transparent url("../img/redessociales.png") no-repeat scroll 0 -16px;
	float:left; margin-right:3px;
}
.boton-twitter:hover, .boton-twitter[disabled] {
	background: url("../img/redessociales.png") no-repeat scroll -15px -16px transparent;
	float:left; margin-right:3px;
}


.thumbnail { background: none repeat scroll 0 0 #FFFFFF; border:1px solid #CDCDCD; border-radius:3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.1);padding:4px;}
img.conborde { border-radius:2px; -moz-border-radius:2px; box-shadow:1px 1px 5px #333; border:2px solid white;}

.blanco { color:#ffffff; }
.negro { color:#000000; }

.arconetdd { float:left; margin-left: 20px; width:99px; height:40px; display:block; 
	background:transparent url("../img/arconetdd.png") no-repeat 0px 0px;
}
.arconetdd:hover { width:99px; height:40px; display:block; 
	background:transparent url("../img/arconetddon.png") no-repeat 0px 0px;
}
