@charset "UTF-8";
/* Estilos CSS */
@font-face {
	font-family: 'trajanpro';
	src: url('../fonts/trajanpro.eot');
	src: local('☺'), url('../fonts/trajanpro.woff') format('woff'), url('../fonts/trajanpro.ttf') format('truetype'), url('../fonts/trajanpro.svg') format('svg');}
*{
border: 0;
margin: 0; 
padding: 0;
behavior: url(css/PIE.htc)!important;; 
}

/* Estilos de Sitio */
html, body{  background: #ffffff;	margin: 0 auto; behavior: url(css/PIE.htc) !important;}



	#header, #menu, #footer, #contenedor, #slider{
	width: 950px;
	height: 0 auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	behavior: url(css/PIE.htc) !important;}

.logo{ margin-top: 20px; margin-bottom: 10px;}
/* Nivelar Logos */
[src*='logo2'] {
    height: 105px;
    top: 0px;
    position: relative;
}
[src*='logo_ugc'] {
    height: 170px !important;
}
.banner{ margin-top: 10px; margin-bottom: 25px;}
.ugc{margin-top: 10px; margin-bottom: 5px;}
	
	
	
	/* Enlaces INICIO*/
a{ color: #d7b260; font-weight: normal; text-decoration: none;}
a:hover{ color: #939598;}
.doble{font-weight: bold;}	

/* MENU2 */
#webmap{
	text-align: center;
	list-style: none;}
#webmap li{
display: block;
color: #939393;
text-align: justify;	}	
#webmap a{
	background:#D7B260;
	border: 0.1em solid;
	color: #d1d3d4;
	display: block;
	font-size: 14px;
	padding: 0.2em;	
}
/* menu derecho */
	
#menu2{
	text-align: center;
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;}
	
	#menu2 li{
	display: block;
	padding: 0.1em;}
	
	#menu2 a{
	background:#ffffff;
	border: 0.1em solid;
	border-radius: 0.25em;
	color: #D7B260;
	display: block;
	font-size: 14px;
	font-family: 'trajanpro', Times New Roman, Arial;
	padding: 0.2em;	
	transition: all 0.5s ease-in;}	
	
	#menu2 a:hover{ /* Transicion del menu */
	background: #D7B260; /* dorado */
	boder-radius: 0 0.5em 0 0.5em;
	color: #FFFFFF;}	
	
/* 	Menu principal */

#menu .dark_menu{
	width:100%;
	margin: 0 auto;}
#menu ul.dark_menu { 
	list-style: none;
    font-family: 'trajanpro', Times New Roman, Arial;
    font-size: 16px;
    line-height: 13px;}
#menu ul.dark_menu:after {
    clear: both;
    display: block;
	overflow: hidden;
	visibility: hidden;}
#menu ul.dark_menu li {
    float: none;
    margin: 0 3px;
    position: relative;
	width:133px;
	display:inline-block;}
[href*=]

#menu ul.dark_menu li:first-child { margin: 0 auto;}
#menu ul.dark_menu li a, ul.dark_menu li a:link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 13px 0px 10px 0px;
	text-shadow: 0 1px 0 #4b433e;
    background: #D7B260; /* Old browsers */
	border-radius: 4px;

                    /* Box Shadows */
                    box-shadow: inset -2px -3px 3px black;
                }

                    /* List Items Links Hover State Style */
                    #menu ul.dark_menu li a:hover {
                        color: #ffffff;
						text-shadow: 0 1px 1px #000;
					    background: rgba(215,178,96,1);
						box-shadow: inset 3px 3px 1px black; 
                    }

                    /* List Items Links Active and Selected State Style */
                    #menu ul.dark_menu li a.selected, ul.dark_menu li a:active {
                        background: rgba(199,152,51,1);
                        text-shadow: 0 1px 1px #000;
						box-shadow: inset 3px 3px 2px black;
                    }

                    /* Sub Menu Unordered List Second Level Style */
                    #menu ul.dark_menu li ul {
                        display: none;}

                    /* Before Second Level Unordered List Style */
                    #menu ul.dark_menu li ul:before {
                        content: " ";
                        position: absolute;
                        display: block;
                        z-index: 1500;
                        left: 0;
                        top: -10px;
                        height: 10px;
                        width: 100%;}

                    /* Sub Menu Unordered List Second Level Style
                        When Parent List Item is Hovered */
                    #menu ul.dark_menu li:hover ul {
                        position: absolute;
                        display: block;
                        z-index: 1000;
                        left: 0;
                        top: 35px;
                        padding: 5px 0;
                        list-style: none;
                        background: #000000;
						box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
                                    0 1px 0 #5e524f;
						border-radius: 4px;
						text-align:left;}

                        /* Second Level Menu List Items Style */
                        #menu ul.dark_menu li ul li {
                            float: none;
                            margin: 0 10px;                            
                            border-bottom: 1px solid #191614;
                            border-top: 1px solid #3a3230;
							text-decoration: none;
							width:auto;}

                        /* First List Item in Second Level Menu Style */
                        #menu ul.dark_menu li ul li:first-child {
                            margin: 0 10px;
                            border-top: 0 none;}

                        /* Last List Item in Second Level Menu Style */
                        #menu ul.dark_menu li ul li:last-child {
                            border-bottom: 0 none;}

                        /* Second Level List Items Links Style */
                        #menu ul.dark_menu li ul li a, ul.dark_menu li ul li a:link {
                            color: rgba(214, 177, 96, 1);
                            display: block;
                            background: transparent none;
                            padding: 10px 20px 10px 5px;
                            white-space: nowrap;

                            /* Text Shadow */
                            text-shadow: 0 1px 2px #000;
                            border-radius: 0px;}
						ul li ul li [href*='#'] {
							margin-left: 20px !important;
							cursor: default;
							background-color: black !important;}


                        /* Second Level List Items Links Hover State Style */
                        #menu ul.dark_menu li ul li a:hover {
                            text-decoration: underline;
                            background: #2a2523;
							text-align: left !important;
							text-decoration: none;}
	
	/* <<<<<<<<<< Cuerpo de la pagina >>>>>>>>>> */
#principal {
	vertical-align: top;
	max-width:940px;
	margin:auto;}

.bloque {
    display: inline-block;
}	

.bloque img, .bloque a {
    margin: -1px;
}
.bloque {
    text-align: center;
    display: block;
}
	
#principal p {
    margin: 5px 0px;
}
	/* PARRAFOS */
	
.titulo1, .titulo2, .titulo3, .tituloesp{
	color: #d7b260 !important;
	font-weight: bold !important;
	font-family: 'trajanpro', Time New Roman;
	}
	
.tituloesp{ text-align:justify !important; font-size: 28px; font-family:'trajanpro', Times New Roman, Arial;}		
.titulo1{ font-size: 30px; text-align:justify !important;}
.titulo2{ font-size: 30px; text-align:center !important;}
.titulo3{ font-size: 30px; text-align:right !important;}

p{ color: #000000; font-size:18px; text-align:justify; font-family:'trajanpro', Times New Roman, Arial;}

.parrafo1 , .parrafo2, .parrafo3{
	font-family:'trajanpro', Times New Roman, Arial!important;
	font-size: 18px;	
} 

.parrafo1{
	text-align: left;
}
.parrafo2{
	text-align: center;;
}
.parrafo3{
	text-align: right;;
}
/* BOLETINES */

.boletin{
	margin: 0 auto;
	margin-top:0px;
	margin-bottom: 1em;
}

	/* SLIDER */
.flex-caption{
	margin-right: 2% !important;
	color:#FFFFFF !important;
	font-size:18px !important;
	text-align:center !important;}
	
	/* CAJAS DE ARTICULOS */	
	
.caja20, .caja30, .caja40, .caja50, .caja100{
	display:inline-block;
	max-width:956px;
	margin-bottom:1em;
	vertical-align: top;
	margin-top:1em;
	margin-left:2%;
	margin-right:2%; 
	
	}
.caja20{ width:20%;}
.caja30{ width:30%;}
.caja40{ width:40%;}
.caja50{ width:50%;}
.caja100{ width:100%;}

	/* GALERIA*/
#myGallery{
	color:#D7B260 !important;
	font-size:18px !important;
	text-align:center !important;}
.imagen {
    max-width: 800px;
    box-shadow: 12px 8px 10px rgba(115, 115, 115, 0.6);
    margin-bottom: 20px;}	
	/*Estilos formulario*/
#textoContacto {}
#textoContacto h3 {}
#formulario { clear: both;
   width:400px;}
#formulario #aster { color:#ff0000;}
#aster{
	font-size:14px!important;
}

	/* <<<<<<<<<< Pie de la pagina >>>>>>>>>> */
#footer{
	width: 100%;
	clear: both;
    font-family: 'trajanpro', Times New Roman, Arial;
	font-size: 12px;
	color: #939393;
	width: 100%;}	

div #mapsite{
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	list-style: none;
	margin-top: 0.5em;}
#mapsite li{
	display: inline-block;
	padding: 0.1em;
	vertical-align: top}
#mapsite a{
	display: block;
	font-family:'trajanpro', Times New Roman, Arial;
	font-size: 12px;
	padding: 0.2em;}
	
/* Formulario  de contacto*/	
label.error { 
	width:175px;
	margin-top:-17px;
	color:#ff0000;
	float: left;
	font-size:12px;}

label { font-size: 18px; color: #d7b260; text-align: justify;  font-weight: bold; display:block; margin-top:20px; letter-spacing:2px; text-shadow:1px 1px 0px gray;}

input, textarea {
	width:400px;
	height:20px;
	background:#efefef;
	border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-family: 'trajanpro', Time New Roman, Helvetica;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	text-shadow:2px 2px 2px white;
	font-style:italic;}

	input:focus, textarea:focus { border:1px solid #d7b260;}

textarea {
	height:200px;
	max-width:100%;
	font-family: 'trajanpro', Time New Roman, Helvetica;
	font-weight:normal;
	color:#000000;
	text-align:justify;}

#formulario .botonAcceder{
	background:#d7b260;
	border: 0.1em solid;
	border-radius: 0.25em;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0.2em;
	width:130px;
	height:40px;
	border:none;
	margin-top:20px;
	cursor:pointer;}

#formulario .botonAcceder:hover{
	background: #d7b260;
	border:1px solid #d7b260;
	boder-radius: 0 0.5em 0 0.5em;
	color: #ffffff;
	font-weight: normal;
	opacity:0.9;}


.thanks{
	color: #d7b260;
	text-align:center;
	margin: 0 auto;
	margin-top: 16px;
	font-size:1em;
	font-family: 'trajanpro', Times New Roman, Helvetica;}


.tituloesp, .titulo1, .titulo2, .parrafo1, .parrafo2, .parrafo3{
	text-shadow:1px 1px 1px gray;}
.centrado p {
    text-align: center;}
#formulario{
    margin: auto;
    padding: 1px 40px 10px 20px;
    border-radius: 20px;
    box-shadow: 3px 3px 2px lightgray;
    background-color: rgba(250, 247, 239, 0.4);}

.flecha {
    position: relative;
    top: -45px;
    /*margin: 0px 160px;*/
    height: 0px;
    padding: 0px;
}

span img {
    margin: 0px 190px;
}
#intro {
    text-align: center;
}
#intro img {
    margin: auto;
    width: 940px;
}
#boton {
    font-style: normal;
    text-shadow: 2px 2px 1px gray;
    font-size: 20px !important;
}
