/* CSS Document */

body{
	margin: 0px;
	/*background-image:url(../image/fondo.png);
	background-size: 1900px 1500px;
	background-repeat: no-repeat;
	overflow: none;*/
	/*background-color: red;*/
}

.fondo{
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	background-image:url(src/image/fondo.png);
	background-size: 100%;
	background-repeat: repeat-y;
	/*z-index: -4;*/
	overflow: auto;
}

.franja{
	background-color:#050402;
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 130px;
	z-index: 0;	
}

.logo{
	float: right;
	margin-right: 10px;
	padding-top: 110px;
}

.contenido{
	background-color: transparent;
	width: 950px;
	/*height: 770px;*/
	margin-top: -190px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
}

.izquierda{
	float: left;
	width:300px;
	height: 570px;	
}

/*.menuiz{
	margin-top: 280px;
	list-style-type: none;
	
}

.menuiz li{
	background-color:rgba(6, 4, 3, 0.5);
	color: #fff;
	margin-top: 2px;
	min-height: 30px;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 18px;
}

.menuiz li:hover{
	color: #CCCCCC;
}

.menuiz li ul#submenu2{
	display: none;
}
.menuiz li:hover ul#submenu2{
	display: block;
}

.submenuiz{
	list-style-type: none;
	margin-top: 10px;
}

.submenuiz li{
	background-color:rgba(6, 4, 3, 0.5);
	margin-top: 2px;
	min-height: 30px;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 3px;
}

.submenuiz li:hover{
	color: #CCCCCC;
}

.submenuiz li ul{
	display: none;
}
.submenuiz li:hover ul{
	display: block;
}*/




.menu{
	background-color: blue;
	margin-top: 300px;	
	list-style-type: none;
}

.menu li{
	margin-top: 2px;
	height: 30px;
	cursor:pointer;
	color: #5a4a39;
	background-color:rgba(6, 4, 3, 0.5);
	padding-left:10px;	
}

.menu li a{
	color: #FFF;
	float: left;
	text-decoration:none;
}

.menu li a:hover{
	color: #CCCCCC;
}

.derecha{
	background-color: transparent;
	float:left;	
	width: 646px;
	/*height:690px;	*/
	height: 500px;
}

/*Contenedor menú superior */
/* ************************ */
#menusuperior {
    margin:auto;
    padding-left:20px;
    padding-top:5px;   
    background-color: transparent;
	width: 625px;
	height: 30px;
}

#menusuperior ul li a{
    text-decoration:none;
    color:#FFF;
	padding-top: 5px;
	opacity: 2;
}
#menusuperior ul li a:hover{
    color:#CCCCCC;
}
/* ************************ */
/* Submenú superior */
/* ************************ */
#mesamenu{
	margin-top: -22px !important;
	margin-left: 133px !important;
}

#mesamenu li{
	width: 150px !important;
}

#mesamenu li a{
	float: left !important;
}
/* ************************ */
/* Menú superior */
/* ************************ */

ul#menu {
 	list-style:none;
    margin:0px; 
    padding:0px; 
	float: right;
}
   
ul#menu li {
	float:left;
    padding-left:10px;
    padding-right:10px;
	margin-right: 2px;
	font-size:17px;
	height: 30px;
	background-color:rgba(6, 4, 3, 0.5);
}
   
ul#menu li:hover{
 color: #CCCCCC;
 cursor:pointer;
}
   
ul#menu ul {
 	display: none;
 	list-style:none;
 	position: absolute;
 	background-color:rgba(6, 4, 3, 0.5);
 	color: #fff;
	width: 150px;
	padding-left:2px;
    padding-right:2px;
 	margin-top: 10px;
 	margin-left: -10px;
 }
   
ul#menu ul li{
 float: left;
 text-align: left;
 margin-bottom:2px;
 width: 130px;
}
  
  
ul#menu ul li a{
 color: #fff;
}
   
ul#menu ul li a:hover{
 color: #CCCCCC;
 cursor:pointer;
}
   
ul#menu li:hover ul ul,ul#menu li:hover ul ul ul,ul#menu li.iehover ul ul,ul#menu li.iehover ul ul ul {
 display: none;
 cursor:pointer;
}
   
ul#menu li:hover ul,ul#menu ul li:hover ul,ul#menu ul ul li:hover ul,ul#menu li.iehover ul,ul#menu ul li.iehover ul,ul#menu ul ul li.iehover ul {
 display: block;
 cursor:pointer;
}
/* ************************ */

.imagenes{
	border:2px solid #352920;
	border-radius:10px 10px 0px 0px;
}

.imagencentral{
	width: 99.9%;
	padding:0px;
	margin: 0px;
	border-radius:10px 10px 0px 0px;
	
}

.texto{
	background-color: #060403;
	padding: 20px;
	border:2px 2px 0px 0px solid #352920;
	border-radius:0px 0px 10px 10px;	
	color: #FFF;
	font-size: 20px;
	text-align: justify;
    text-justify: inter-word;
    font-weight: 400;

	/*height: 220px;*/
}

.texto2{
	background-color: #000;
	padding: 20px;
	border:2px 2px 0px 0px solid #352920;
	border-radius:10px 10px 10px 10px;	
	color: #FFF;
	font-size: 20px;
	text-align: justify;
    text-justify: inter-word;
    height: 670px;
	/*height: 220px;*/
}

#leermas{
	display: block;
	/*text-decoration: none;*/
	color: #FFF;
	float: right;
	bottom: 10px;
}

#leermenos{
	display: none;
	text-decoration: none;
	color: #FFF;
	float: right;
	bottom: 10px;
}

.listaparam{
	list-style-type: none;
	display: none;
}

.listaparam li{
	margin-top: 10px;
}

.contenidohijo{
	background-color: #fdf6f0;
	width: 650px;
	min-height: 700px;
	border:2px solid #352920;
	border-radius:10px 10px 10px 10px;
}

.contenidohijo2{
	background-color: #000;
	width: 650px;
	min-height: 644px;
	border:2px solid #352920;
	border-radius:10px 10px 10px 10px;
	color: #fff;
}

.mapa{
	text-align: center;
}

iframe{
	border:2px solid #CCC;
}

.direccion{
	width: 400px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

.formulario{
	text-align: center;
}

.formulario table{
	margin-left: auto;
	margin-right: auto;
}

input, textarea{
	width: 400px;
}

.boton_enviar{
	height: 70px;
	width: 460px;
}

textarea{
	height: 300px;
}



/* *********************************************** */
/* Elementos ocultos para ordenador                */
/* *********************************************** */

#menuimg{
	display: none;
}

#divlogo{
	display: none;
}

#mtmenu{
	display: none;
}







#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  margin-top: 230px;
  width: 300px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  /*border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;*/
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color:rgba(6, 4, 3, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background-color:rgba(6, 4, 3, 0.5);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  /*border-bottom: 1px solid #000000;*/
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  /*border-bottom: 1px solid #000000;*/
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  /*border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;*/
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  margin-left: 20px;
  background-color:rgba(6, 4, 3, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background-color:rgba(6, 4, 3, 0.5);
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 60px;
}
#cssmenu ul ul ul {
	margin-left: 60px !important;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
