/*-------------------
		RESET
---------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input{
	outline:none;	
}


body {
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

a img {border: none;}

.linksFade {
    opacity: 1;
    transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
}

.linksFade:hover {
    opacity: .5;
}


/*-----------------------
		CABEZAL
-----------------------*/

#cabezal {
	text-align: center;
	padding-top: 37px;
}

nav ul {
	margin-top: 40px;
	margin-bottom: 15px;
}

nav ul li {
	display: inline;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 15px 0 15px;
}

nav ul li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
}

nav ul li a:hover {
	/*text-decoration: underline;*/
	opacity: .5;
}

#inicio:before {
	content: url('images/cata-de-te_inicio.png');
	position: relative;
	left: -5px;
	top: 2px;
}

#nosotras:before {
	content: url('images/cata-de-te_nosotros.png');
	position: relative;
	left: -5px;
	top: 2px;
}

#producto:before {
	content: url('images/cata-de-te_producto.png');
	position: relative;
	left: -5px;
	top: 2px;
}

#contacto:before {
	content: url('images/cata-de-te_contacto.png');
	position: relative;
	left: -5px;
	top: 2px;
}

#facebook:before {
	content: url('images/cata-de-te_facebook.png');
	position: relative;
	left: -5px;
	top: 2px;
}

/*-----------------------
		CONTENIDOS
-----------------------*/
div.faja {
	height: 500px;
	background-color: #333;
    width: 100%;
}

div.faja#home {
	background: url('images/cata-de-te_home.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.faja#nosotros {
	background: url('images/cata-de-te_nosotras.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.faja#productos {
	background: url('images/cata-de-te_productos.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.faja#media {
	background: url('images/cata-de-te_media.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.faja#verano {
	background: url('images/cata-de-te_verano.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.faja#tecnicas {
	background: url('images/cata-de-te_tecnicas.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.faja#contacto {
	background: url('images/cata-de-te_contacto.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div#pie {
	margin-top: 40px;
	text-align: center;
}

div#contHome {
	padding-top: 60px;
	margin: 0 auto;
	width: 808px;
}

div#contNosotras {
	padding-top: 60px;
	margin: 0 auto;
	width: 808px;
}

div#contProductos {
	padding-top: 60px;
	margin: 0 auto;
	width: 808px;
    position: relative;
    height: 400px;
}

div#contContacto {
	padding-top: 60px;
	margin: 0 auto;
	width: 808px;
    position: relative;
    height: 400px;
}

div#botones {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div#botones ul li {
    float: left;
    width: 24.5%;
    height: 50px;
    display: block;
    background-color: white;
    background: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
    background: rgba(256, 256, 256, .7);
    margin: 1px;
}

div#botones ul li:hover {
    color: #fff;
}

div#botones ul li a {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    line-height: 50px;
    display: block;
    text-decoration: none;
    height: 50px;
}

div#botones ul li a:hover {
    color: #fff;
}

/*----- INVIERNO -----*/

div#botones ul li#invierno {
    border-bottom: 4px solid rgb(0, 54, 217);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#invierno:hover {
    background: rgb(0, 54, 217); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 54, 217, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
div#botones ul li#invierno a {
    color: rgb(0, 54, 217); /* Fall-back for browsers that don't support rgba */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#invierno a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}

body#inv div#botones ul li#invierno {
    background: rgb(0, 54, 217); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 54, 217, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#inv div#botones ul li#invierno:hover {
    background: rgb(0, 54, 217); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 54, 217, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#inv div#botones ul li#invierno a {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}
body#inv div#botones ul li#invierno a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}

/*----- MEDIA ESTACIÓN -----*/

div#botones ul li#media {
    border-bottom: 4px solid rgb(0, 102, 26);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#media:hover {
    background: rgb(0, 102, 26); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 102, 26, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
div#botones ul li#media a {
    color: rgb(0, 102, 26); /* Fall-back for browsers that don't support rgba */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#media a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}

body#med div#botones ul li#media {
    background: rgb(0, 102, 26); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 102, 26, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#med div#botones ul li#media:hover {
    background: rgb(0, 102, 26); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 102, 26, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#med div#botones ul li#media a {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}
body#med div#botones ul li#media a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}

/*----- VERANO -----*/

div#botones ul li#verano {
    border-bottom: 4px solid rgb(255, 128, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#verano:hover {
    background: rgb(255, 128, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 128, 0, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
div#botones ul li#verano a {
    color: rgb(255, 128, 0); /* Fall-back for browsers that don't support rgba */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#verano a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}

body#ver div#botones ul li#verano {
    background: rgb(255, 128, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 128, 0, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#ver div#botones ul li#verano:hover {
    background: rgb(255, 128, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 128, 0, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#ver div#botones ul li#verano a {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}
body#ver div#botones ul li#verano a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}

/*----- TECNICAS -----*/

div#botones ul li#tecnicas {
    border-bottom: 4px solid rgb(0, 178, 178);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#tecnicas:hover {
    background: rgb(0, 178, 178); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 178, 178, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
div#botones ul li#tecnicas a {
    color: rgb(0, 178, 178); /* Fall-back for browsers that don't support rgba */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
div#botones ul li#tecnicas a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}

body#tec div#botones ul li#tecnicas {
    background: rgb(0, 178, 178); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 178, 178, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#tec div#botones ul li#tecnicas:hover {
    background: rgb(0, 178, 178); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 178, 178, .7);
    border-bottom: 4px solid rgb(256, 256, 256);
}
body#tec div#botones ul li#tecnicas a {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}
body#tec div#botones ul li#tecnicas a:hover {
    color: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
}



div.texto {
    background-color: white;
    background: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
    background: rgba(256, 256, 256, .5);
    padding: 30px;
    overflow: auto;
}

div.texto h1 {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
    font-style: italic;
    text-align: center;
    font-size: 26px;
}

div.texto h1:before {
    content: url('images/cita-apertura.png');
	position: relative;
	left: -5px;
	top: 5px;
    opacity: .5;
}

div.texto h1:after {
    content: url('images/cita-cierre.png');
	position: relative;
	right: -5px;
	top: 5px;
    opacity: .5;
}

div.texto h4 {
    color: #000;
    text-transform: uppercase;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.texto p {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

div.novedad {
	width: 216px;
	padding: 20px;
    background: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
    background: rgba(256, 256, 256, .7);
    height: 360px;
    position: relative;
    float: left;
}

img.imagenNovedad {
	-webkit-border-radius: 108px;
    -moz-border-radius: 108px;
    border-radius: 108px;
    margin-bottom: 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

img.imagenNovedad:hover {
	-webkit-filter: grayscale(100%);
  	-moz-filter: grayscale(100%);
  	-ms-filter: grayscale(100%);
  	-o-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: url('images/grayscale.svg'); /* Firefox 4+ */
  	filter: gray; /* IE 6-9 */
  	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

.novedad p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: 14px;
	text-align: center;
	color: #000;
}

.ampliar {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 43px;
	width: 170px;
	height: 32px;
	line-height: 30px;
	background:#000;
	text-align: center;
	font-family: Georgia, 'Georgia', Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.ampliar:hover {
	background:#fff;
	color: #000;
}

.campo {
	width: 550px;
	border: 1px solid #fff;
	padding: 5px; 
	margin-left: 8px;
	font-family: Georgia, 'Georgia', Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000;
    margin-bottom: 5px;
    background: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
    background: rgba(256, 256, 256, .7);
}

.campo2 {
	border: 1px solid #fff;
	padding: 5px; 
	margin-left: 8px;
	min-width: 550px;
	max-width: 550px;
	font-family: Georgia, 'Georgia', Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	min-height: 160px;
	max-height: 160px;
    background: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
    background: rgba(256, 256, 256, .7);
}
