@import url('reset.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;	
	height:100%;
	background-color:#FFCCFF;
}
a{
	color:#f0f0f0;
	text-decoration:none;
}
.clr{
	clear:both;
}
#global {
	position:relative;
	width:100%;
	margin:0 auto;
}
#cabecera {
	height:220px;
	background-image: url(../Objetos/fondo-cabecera.png);
	background-repeat: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:15px;
	font-family:MSForte;
	font-size: 45px;
	color: #C970CB;
	width:550px;
	float:left;
}
#Titulo h2 {
	margin-top:150px;
	margin-left:15px;
	font-family:MSForte;
	font-size: 36px;
	color: #C970CB;
	width:550px;
	height:auto;
}
#Titulo ul {
	float:left;
}
li.redes {
	position:relative;
	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); 
}
.content {
	padding-top:40px;
	padding-bottom:40px;
	width:100%;
	position:relative;
	clear:both;
}
/* Complemento */
#complemento {
	width:940px;
	height:403px;
	margin:40px auto 40px auto;
	overflow:hidden;
}
.galeria {
	width:330px;
	float:left;
	margin-right:20px;
	height:403px;
}
.destacado {
	width:590px;
	height:403px;
	float:left;
	background-image: url(../Objetos/fondo-destacado.png);
}
.item1 {
	width:590px;
	height:170px;
	border-bottom: 1px dotted #ddd;
}
.item2 {
	width:590px;
	height:170px;
}
.item_foto {
	width:180px;
	height:170px;
	float:left;
}
.item_texto {
	width:410px;
	height:170px;
	float:left;
}
.mini {
	margin-top:25px;
	margin-left:30px;
}
.destacado h2 {
	margin-top:40px;
	font-family:MSForte;
	font-size: 25px;
	color: #C970CB;
}
.destacado p {
	font-family:MSForte;
	font-size: 18px;
	color: #C970CB;
}
.destacado a {
	font-family:MSForte;
	font-size: 25px;
	color: #C970CB;

}
.destacado a:hover {
	text-decoration:underline;
}
/* 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 {
	color: #C970CB;
}
.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;
}
/* 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;
}