@charset "UTF-8";

*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Fondos {
	height: 1100px;
	background-image: url(Imagenes/Estructura/Fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	opacity: 0.88;
	position: relative;
	overflow: hidden;
	-webkit-animation-name: BackAnimation;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
}
@-webkit-keyframes BackAnimation {
	0% {background-image: url(Imagenes/Estructura/Fondo1.jpg);}
	10% {background-image: url(Imagenes/Estructura/Fondo1.jpg);}
	20% {background-image: url(Imagenes/Estructura/Fondo2.jpg);}
	30% {background-image: url(Imagenes/Estructura/Fondo2.jpg);}
	40% {background-image: url(Imagenes/Estructura/Fondo3.jpg);}
	50% {background-image: url(Imagenes/Estructura/Fondo3.jpg);}
	60% {background-image: url(Imagenes/Estructura/Fondo4.jpg);}
	70% {background-image: url(Imagenes/Estructura/Fondo4.jpg);}
	80% {background-image: url(Imagenes/Estructura/Fondo5.jpg);}
	90% {background-image: url(Imagenes/Estructura/Fondo5.jpg);}
	100% {background-image: url(Imagenes/Estructura/Fondo1.jpg);}
}
.Menus {
	width: 940px;
	height: 307px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.90);
	position: relative;
	background-image: url(Imagenes/Estructura/Ventana.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.Mail {
	width: 313px;
	position: relative;
	float: left;
	height: 294px;
}
.Mail ul li {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 28px;
	font-family: "Times New Roman";
	color: rgb(118, 102, 64);
	list-style-type: none;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	
	-webkit-transition:all 200ms;
	-moz-transition:all 200ms;
	-ms-transition:all 200ms;
	-o-transition:all 200ms;
	transition:all 200ms;
}
.Mail ul li:hover  {
	color: rgba(246,246,246,1.00);
	background-color: #948A6E;
	width: auto;
	border-radius: 10px;
}
.Mail ul {
	width: auto;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.Logo {
	width: 908px;
	height: 200px;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.Text-Sup {
	font-size: 28px;
	font-family: "Times New Roman";
	color: rgb(148, 138, 110);
	text-shadow: 2px 2px 1px #FFFFFF;
}
.banners {
	width: 940px;
	height: 444px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
.banner {
	width: 313px;
	height: 466px;
	position: relative;
	float: left;
	background-color: rgba(141,130,101,0.90);
}
.banner:nth-child(2) {
	background-color: rgba(119,104,68,0.90);
}
.Titulo-Banners {
	font-family: Calibri;
	font-size: 22px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}
.Texto-Banners2 {
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #3B3B3B;
	text-align: center;
	line-height: 23px;
}
.Texto-Cont {
	font-family: Calibri, Arial;
	font-size: 17px;
	color: #474747;
	text-align: justify;
	line-height: 23px;
}
.Content {
	position: relative;
	width: 940px;
	height: 620px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.imaCenter {
	width: 100%;
	height: 280px;
	position: relative;
	background-image: url(Imagenes/Estructura/imaCerter.jpg);
	background-position: 0% bottom;
}
.barraDeco {
	width: 100%;
	height: 60px;
	background-color: #570000;
	position: relative;
}
.Cont {
	height: auto;
	width: 940px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	position: relative;
}
.Frases {
	-webkit-transition: all 1s;
	-webkit-transform: translateX(50px);
	position: relative;
	width: 565px;
	height: 157px;
	opacity: 0;
	margin-top: 68px;
	float: left;
	margin-right: 25px;
}
.Frases2 {
	-webkit-transition: all 1s;
	-webkit-transform: translateX(750px);
	position: relative;
	width: 368px;
	height: 132px;
	opacity: 0;
	margin-top: 80px;
	float: left;
}
.BaseFrases {
	width: 960px;
	height: 280px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	overflow:scroll;
	overflow:hidden;
}
.Texto-Banners {
	font-family: Calibri, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #FFF4E4;
	text-align: center;
}
.Titulo-Bannes {
	color: #C80000;
	font-family: Calibri, Arial;
	font-size: 24px;
}
.Titulo-TextoIf {
	color: #FFFFFF;
	font-family: Calibri, Arial;
	font-size: 34px;
	text-align: center;
}
.Text-Suscribere {
	color: #C80000;
	font-family: Calibri, Arial;
	font-size: 29px;
}
.Campo-Suscribe {
	height: 52px;
	width: 328px;
	border-left: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
	color: #868686;
	font-family: Calibri, Arial;
	font-size: 15px;
	padding-left: 7px;
	float: left;
}
.Boton-Enviar {
	height: 55px;
	width: 130px;
	border: 1px solid #E6DDCF;
	background-color: #C80000;
	color: #FFFFFF;
	float: left;
}
.itulo-Banda-Inf {
	color: #FFFFFF;
	font-family: Calibri;
}
#Bottom {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	height: auto;
	background-color: #C80000;
	border-top: 3px solid #690000;
}
#Bottom #BottomIn {
	width: 1024px;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#Bottom #BottomIn h1 {
	color: #FFFFFF;
	font-family: "Segoe UI", Calibri;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	float: left;
}
#Bottom #BottomIn ul {
	position: absolute;
	right: 0px;
	top: -4px;
	list-style-type: none;
	width: auto;
}
#Bottom #BottomIn ul li {
	float: left;
	margin-left: 30px;
}
#Bottom #BottomIn ul li > a {
	text-transform: uppercase;
	font-family: "Segoe UI", Calibri;
	font-size: 14px;
}
#Bottom #BottomIn a {
	color: #858585;
	padding-bottom: 5px;
}
#Bottom #BottomIn a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.Cont > h1 {
	color: #FFFFFF;
	font-family: Calibri;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 50px;
	background-color: #C80000;
	padding-top: 10px;
	padding-left: 25px;
	border-left: 5px solid #860000;
}
.Cont > h2 {
	color: #C80000;
	border-bottom: 1px dashed #C80000;
	font-family: Calibri;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 28px;
}
.Cont table > p {
	color: #1E1E1E;
	font-family: Calibri;
	line-height: 30px;
	font-size: 18px;
	text-align: justify;
}
.Cont table tr td > p {
	color: #1E1E1E;
	font-family: Calibri;
	line-height: 30px;
	font-size: 18px;
	text-align: justify;
}
.Cont > h3 {
	color: #0F0F0F;
	font-family: Calibri;
	font-size: 20px;
}
.Cont tr td h3 {
	color: #0F0F0F;
	font-family: Calibri;
	font-size: 20px;	
}
.Cont tr td h2 {
	color: #C80000;
	border-bottom: 1px dashed #C80000;
	font-family: Calibri;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 28px;
}
.Cont > p {
	color: #2A2A2A;
	font-family: Calibri;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.Cont .ProductBox {
	width: 270px;
	height: 270px;
	position: relative;
	float: left;
	margin-right: 65px;
	background-color: #6A6A6A;
	margin-bottom: 65px;
	overflow: hidden;
	cursor: pointer;
}
.Cont #Products .ProductBox:nth-child(3n) {
	margin-right: 0px;
}
.Cont #Products .ProductBox:nth-last-child(-n+3) {
	margin-bottom: 0px;
}
.Cont #Products {
	position: relative;
	display: block;
	overflow: hidden;
}
.ProductBox span {
	position: absolute;
	bottom: 270px;
	background-color: rgba(0,0,0,0.70);
	width: 220px;
	height: 220px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	left: 0px;
	overflow: hidden;
	
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.ProductBox:nth-child(1) span {
	bottom: 0px;
	left: 270px;
}
.ProductBox span h1 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-family: Calibri;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
	font-size: 24px;
	margin-bottom: 15px;
}
.ProductBox span p {
	color: #FFFFFF;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
	line-height: 20px;
}
.ProductBox span h2 > a {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	margin-top: 15px;
	padding: 10px;
	width: 95px;
	font-family: Calibri;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	display: block;
}
.ProductBox span h2:hover > a {
	color: #FFFFFF;
	background-color: #000000;
	-webkit-box-shadow: 0 0px 0px 1px #FFFFFF;
	box-shadow: 0 0px 0px 1px #FFFFFF;
}
.ProductBox > img {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.ProductBox:hover > img {
	-webkit-transform: scale(1.3) rotate(10deg);
}
.ProductBox:hover > span {
	bottom: 0px;
}
.ProductBox:nth-child(1):hover > span {
	left: 0px;
}

tr .Texto-Banners a {
	color: #CBCBCB;
}
tr .Texto-Banners:hover > a {
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
tr .Texto-Banners2 a {
	color: #FFFFFF;
	background-color: #C80000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
tr .Texto-Banners2:hover > a {
	background-color: #5A0000;
}
.Cont #Products #Images {
	width: 350px;
	float: left;
	position: relative;
	height: auto;
}
.Cont #Products #Desc {
	width: 520px;
	margin-left: 70px;
	float: left;
	position: relative;
	height: auto;
}
#Products #Desc p {
	color: #3A3A3A;
	font-family: Calibri;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
#Products #Desc h2 {
	color: #C80000;
	border-bottom: 1px dashed #C80000;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-family: Calibri;
}
#Desc ul li {
	font-family: Calibri;
	color: #3A3A3A;
	line-height: 28px;
	margin-left: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-image: url(Imagenes/ListIcon1.png);
	padding-left: 10px;
}
.Cont #ProductsVolver {
	position: absolute;
	width: auto;
	height: auto;
	top: 18px;
	color: #B5B5B5;
	right: 0px;
	margin-right: 20px;
	padding-left: 70px;
	font-family: Calibri;
	text-transform: uppercase;
	font-size: 20px;
	background-image: url(Imagenes/Products/0-VolverImg.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.Cont #ProductsVolver:hover {
	padding-left: 35px;
	color: #FFFFFF;
}
#Desc h1 {
	font-family: Calibri;
	margin-bottom: 25px;
}
.Logo tr td img {
	position: relative;
	left: -73px;
	top: -20px;
}
.Content tr td img {
	border-bottom: 1px dashed #C90103;
	padding-bottom: 26px;
	margin-top: 35px;
	margin-bottom: 47px;
}
.Menus #NotaTip {
	width: 543px;
	height: 289px;
	position: absolute;
	top: 333px;
	left: 203px;
	background-image: url(Imagenes/NotaTip.png);
	background-repeat: no-repeat;
}
.Menus #NotaTip h1 {
	color: #871011;
	font-family: "Segoe UI", Calibri;
	font-weight: normal;
	margin-left: 55px;
	margin-top: 100px;
	font-size: 30px;
	border-bottom: 1px dotted #F6B8B8;
	margin-right: 70px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.Menus #NotaTip p {
	margin-left: 55px;
	margin-right: 70px;
	color: #5E5E5E;
	font-family: "Segoe UI", Calibri;
	line-height: 25px;
}
#Tipsbox {
	width: 305px;
	height: 250px;
	position: relative;
	overflow: hidden;
	float: left;
}
#Tipsbox:nth-child(2) {
	margin-top: 0;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 0;
}
#Tipsbox:hover > span {
	top: 0px;
}
#Tipsbox img  {
	height: 250px;
	width: 305px;
}
#Tipsbox span {
	background-color: rgba(0,0,0,0.80);
	width: 255px;
	height: 200px;
	position: absolute;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	top: 153px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
#Tipsbox span h1 {
	color: rgba(255,255,255,1.00);
	font-family: "Segoe UI", Calibri;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#Tipsbox span p {
	color: rgba(203,203,203,1.00);
	font-family: "Segoe UI", Calibri;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
#Tipsbox span a {
	color: rgba(255,255,255,1.00);
	font-family: "Segoe UI", Calibri;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,1.00);
	display: block;
	width: 102px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
#Tipsbox span a:hover {
	background-color: rgba(255,255,255,1.00);
	color: #000;	
}