@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #eee3e9;
	background-image: url(img/f_pixel.jpg);
	background-repeat:  repeat-x;
	margin:auto;
	width: 937px;
	overflow:hidden;
}


#contenedor {
	width: 937px;
	height: 800px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	text-align:center;
}

#central{
	width: 937px;
	height: 290px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	text-align:left;
	background-image: url(img/fondo_central.jpg);
}

#footer {
	width: 478px;
	height: 77px;
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	background-attachment: inherit;
	background-image: url(img/fondo_footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 411px;
	padding-left: 48px;
}

*{outline: none;}
img {border: 0;}
.container {
	width: 937px;
	padding: 0;
	margin: 0 auto;
}

.folio_block {
	position: relative;
	left: 50%; top: 30%;
	margin: -0px 0 0 -470px;
}
 
 
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:246px;	width: 937px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
}
.image_reel img {float: left;}
 
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -11px; top: 1px;
	width: 295px; height:246px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 40px;
	background: url(img/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #3d2459; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.cuerpo_texto_vino {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	color: #6d073c;
	text-decoration: none;
	line-height: 160%;
	text-align: justify;
}

.textblanco {
	color: #d1a7d0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	font-weight: 500;
}

.liga_mail {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	font-weight: 600;
	color: #e9a0e7;
}

.liga_mail:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	font-weight: 600;
	color: #f576b9;
}

.h1, h1:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #6d073c;
	text-decoration: none;
	background-image: url(img/f_link_off_2.jpg);
	display: block;
	width: 350px;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	background-repeat: repeat;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-color:#eb70b0;
	border-bottom-style: solid;
	margin-bottom: 30px;
}

.h1:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background-image: url(img/f_link_on.jpg);
	display: block;
	width: 350px;
	height: 22px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	background-repeat: repeat;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-color:#eba13a;
	border-bottom-style: solid;
	margin-bottom: 30px;
}


.textfooter {
	color: #65374b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	font-weight: 500;
}

.liga_mail {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	font-weight: 600;
	color: #FFFFFF;
}

.liga_mail:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	font-weight: 600;
	color: #c0457f;
}
