@import url('reset.css');
@import url('normalize.css');
@font-face {
    font-family: 'MSForte';
    src: local('Forte'),
         url('../../fuentes/forte.eot?#iefix') format('embedded-opentype'),
         url('../../fuentes/forte.woff') format('woff'),
         url('../../fuentes/forte.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;;
}
body {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;	
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #FFCCFF 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #FFCCFF 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #FFCCFF 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #FFCCFF));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle closest-corner, #FFFFFF 0%, #FFCCFF 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle closest-corner at center, #FFFFFF 0%, #FFCCFF 100%);
	height:100%;
}
a{
	color:#f0f0f0;
	text-decoration:none;
}
.clr{
	clear:both;
}
#global {
	position:relative;
	width:100%;
	margin:0 auto;
}
#cabecera {
	height:220px;
	background:url(../../Objetos/fondo-cabecera.png), repeat-x;
}
#contenido {
	position:absolute;
	height:220px;
	width:1024px;
	left:50%;
	margin-left:-512px;
}
#logo {
	width:220px;
	height:220px;
	float:left;
}
#Titulo {
	width:804px;
	height:220px;
	float:left;
}
#Titulo h1 {
	margin-top:30px;
	margin-left:20px;
	font-family:MSForte;
	font-size: 45px;
	color: #C970CB;
	width:550px;
	float:left;
}
#Titulo ul {
	float:left;
}
li.redes {
	height:50px;
	width:50px;
	float:left;
}
.facebook{
display:block;
height: 50px;
width: 50px;
background-image: url(../../Objetos/facebook.png); 
}
a.facebook:hover{
background-image: url(../../Objetos/facebook_hover.png); 
}
.instagram{
display:block;
height: 50px;
width: 50px;
background-image: url(../../Objetos/instagram.png); 
}
a.instagram:hover{
background-image: url(../../Objetos/instagram_hover.png); 
}
.pinterest{
	display:block;
	height: 50px;
	width: 50px;
	background-image: url(../../Objetos/pinterest.png); 
}
a.pinterest:hover{
	background-image: url(../../Objetos/pinterest_hover.png); 
}
.login-window{
	display:block;
	height: 50px;
	width: 50px;
	background-image: url(../../Objetos/mail.png); 
}
a.login-window:hover{
	background-image: url(../../Objetos/mail_hover.png); 
}
#categoria {
	position:relative;
	padding:0; font-family:'Lobster', Arial, Helvetica, sans-serif; 
	font-size:18px;
}
#categoria ul { 
	padding:0 0 0 5px; 
	list-style:none;
	margin-top:35px;
	float:right;
	margin-right:20px;
}
#categoria li {
	float:left; 
	margin:5px 10px 5px 0; 
	background:#f79cf6; 
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	}
#categoria li a {
	text-decoration:none; 
	color:#C970CB; 
	display:block; 
	padding:5px 10px;
}
#categoria li a:hover {
	text-decoration:none; 
	color:#C970CB; 
	display:block; 
	padding:5px 10px;
	background:#e5a8e8;
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
/* Pie de Pagina */
#pie {
	background-image: url(../Objetos/pie.png);
	background-repeat:repeat-x;
	height:200px;
}
.centro {
	position:absolute;
	height:200px;
	width:1024px;
	left:50%;
	margin-left:-512px;
}
.eslogan {
	position:relative;
	width:1024;
	height:60px;
}
.eslogan p {
	text-align:center;
	font-family:MSForte;
	font-size: 40px;
	color: #C970CB;
}
.texto {
	position:relative;
	height:100px;
	width:511px;
	float:left;
	border-right: 1px dotted #ddd;
	text-align:center;
	padding-top:10px;
}
.texto p.copyright {
	text-align:center;
	font-family:MSForte;
	font-size: 20px;
	color: #C970CB;
}
.texto a {
	position:relative;
	font-family:MSForte;
	font-size: 20px;
	color: #C970CB;
}
.texto a:hover {
	color: #FFF;
}
.redsocial {
	position:relative;
	height:100px;
	width:255px;
	float:left;
	border-right: 1px dotted #ddd;
}
.redsocial p {
	text-align:center;
	font-family:MSForte;
	font-size: 20px;
	color: #C970CB;
}
.redsocial ul {
	margin-left:52.5px;
}
.politicas {	
	position:relative;
	height:100px;
	width:256px;
	float:left;
	text-align:center;
	padding-top:10px;
}
.politicas p {
	color: #C970CB;
}
.politicas a {
	position:relative;
	font-family:MSForte;
	font-size: 20px;
	color: #C970CB;
}
.politicas a:hover {
	color: #FFF;
}
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:990px;
	height:450px;
	margin-bottom:50px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #e5a8e8;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../Objetos/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#ffc6ff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../Imagenes/ht_agapornis.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../Imagenes/ht_cisnes.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../Imagenes/ht_ciguena.png);
}
.ca-item-4 .ca-icon{
	background-image:url(../Imagenes/ht_cheesecake.png);
}
.ca-item-5 .ca-icon{
	background-image:url(../Imagenes/ht_rosas.png);
}
.ca-item-6 .ca-icon{
	background-image:url(../Imagenes/ht_brush-embroidery.png);
}
.ca-item h3{
	font-family: 'Prata', serif;
	text-transform:uppercase;
	font-size:25px;
	color:#C970CB;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: 'Prata', serif;
	font-size:12px;
	text-align:left;
	border-left:10px solid #C970CB;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#C970CB;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#f79cf6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#ffc6ff;
	font-family: 'Prata', serif;
	border-bottom:2px solid #a153a5;
	text-shadow: 1px 1px 1px #e5a8e8;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#e5a8e8;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#C970CB;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../Objetos/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
/* Fin Circular Content Carousel Style */

/* Panel de tres posiciones */
.main{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
/* Panel de tres posiciones */

/* Formulario */
#mask {
	display: none;
	background: #FFCCFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 999;
}
.formulario {
    display: none;
    background: #f79cf6;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
     -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}
img.btn_close {
	float: right;
    margin: -28px -28px 0 0;
}
.contacto {
	padding: 25px 45px 20px;
	margin-top: 20px;
	background: #f79cf6;
}
.contacto label{
	display: block; 
	font-weight: bold;
	color:#FFF;
}
.contacto div{
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 7px 6px;
	width: 294px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #FFC9C9;
}
.contacto input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	
	background: #e4f1f6; 
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%); 
}
.contacto input[type='submit']:hover{
	background: #edfcff; 
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%); 
}
.contacto input[type='submit']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
/* Fin Formulario */

/* Comentarios */
.coment {
	background-color:#C9F;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #ddd;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.fecha {
	margin-bottom:10px;
	font-size: 14px;
	margin-left:15px;
	margin-right:15px;
	font-family: "Georgia","Times New Roman",serif;
	width:400px;
}
.nombre {
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	width:400px;
}
.comentario {
	margin-bottom:10px;
	float:none;
	font-family: "Georgia","Times New Roman",serif;
	margin-left:15px;
	margin-right:15px;
	width:400px;
}
form.opinion .caja label {
	font-family:MSForte;
	font-size: 18px;
	color:#FFF;	
    display: block;
	padding-left:55px;
    padding-bottom: 3px;
}

form.opinion .caja label.err_capt {
	color:#F00;	
}

form.opinion .caja span {
    display: block;
}

form.opinion legend, form.opinion span {
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
	font-family:MSForte;
}

form.opinion .caja label.verif, form.opinion .caja input.verif {  
	display: none;
}

form.opinion .caja input, form.opinion .caja textarea {
    background: #FFCCFF;
    color: #C970CB;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px MSForte;
    padding: 6px 6px 4px;
    width: 300px;
}

form.opinion input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.opinion input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}
form.opinion input[type="submit"] {
	background-color:#FFCCFF;
	color: #C970CB;
	font-size: 18px;
	font-family:MSForte;
}
form.opinion input[type="submit"]:hover {
	background-color:#C970CB;
	color: #FFF;
	font-size: 18px;
	font-family:MSForte;
}
/* Fin Comentarios */