@font-face {
    font-family: 'h1font';
    src: url('../../fuente/DKBlueSheep.woff');
    font-weight: normal;
    font-size: 1em;
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body *{
    font-family: sans-serif;
}
    #HeadWeb{
        width: 100%;
		margin: auto;
		height: 90px;
		border-bottom: 1px solid #0081DE;
		background-color: rgb(30, 30, 30);
		display: block;
		z-index: 99;
		position: fixed;
		top: 0px;
		left: 0px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }
        #HeadWeb #LogotipoWeb{
            width: 300px;
			height: 72px;
			display: block;
			overflow: hidden;
			position: absolute;
			left: 24px;
			top: 17px;
        }
        #HeadWeb #centroWeb{
            width: 330px;
            height: 80px;
            display: block;
            float: left;
            overflow: hidden;
            margin-left: 3px;
        }
        #HeadWeb #DerechaWeb{
            width: 0px;
            height: 0px;
            display: block;
            overflow: hidden;
            float: right;
        }
.cateSel{
    color:  #ffa800 !important;
    text-shadow: none;
    font-weight: bold;
    border-radius: 0px 0px 14px 14px;
    border-bottom: 2px solid #0081de;
}
    #menuWeb{
        width: 68%;
		float: left;
		margin-top: 58px;
    }
        #menuWeb ul{margin:0 0 0 0;padding: 0;list-style: none;text-align: center;position: relative;}
        #menuWeb li{
            float: left;
			width: auto;
			display: block;
			margin: 0px 2% 0 0;
			color: white;
			background-color: rgb(0, 0, 0);
			font-size: 15px;
			text-shadow: 1px 1px 1px rgb(82, 82, 82);
			height: 25px;
			min-width: 50px;
			line-height: 25px;
			padding: 1px 10px 1px 10px;
        }
        #menuWeb li:hover{
            color: rgb(205, 196, 10);
        }
		.PageCate{
			position: absolute;
			top: 32px;
			width: 130% !important;
			left: -333px;
			background-color: rgba(41, 38, 38, 0) !important;
			margin: 0px !important;
		}
		.PageCate li{
			background-color: rgba(0, 0, 0, 0.74) !important;
			font-size: .95em !important;
			padding: 1px 10px 1px 10px !important;
			margin: 0px 1% 0 0 !important;
		} 
    #cuerpoWeb{
        width: 100%;
        margin: auto;
        min-height: 600px;
    }
    .colFixPage{
        width: 69%;
		margin: auto;
    }
    #buscadorGeneral {
        position: absolute;
        right: 30px;
        top: 24px;
        width: 233px;
        height: 42px;
        overflow: hidden;
    }
    #buscadorGeneral input {
        float: left;
        width: 69%;
        height: 20px;
        margin-top: 4px;
    }
    #btBuscaGen {
        width: 56px;
        float: left;
        background-color: #FDB72B;
        overflow: hidden;
        font-size: 1em;
        height: 19px;
        margin-top: 4px;
        line-height: 18px;
        padding: 3.6px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        border-radius: 0px 15px 15px 0;
    }
    /*****************/
    #ContactoCon{
        text-align: center;
    }
    .textForm{
        width: 186px;
        margin: 0;
        border: 0;
        background-color: #FFAC00;
    }
    #ContactoCon textarea{
        height: 90px;
    }
    .EtForm{
        background-color: #6C6D6C;
        padding: 5px;
        color: rgb(214, 214, 214);
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        margin: 5px 0 0 3px;
        border-radius: 5px 5px 0 0;
        width: 180px;
    }
    .botonFron{
    	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
    	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    	box-shadow: 0px 1px 0px 0px #fff6af;
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    	background-color:#ffec64;
    	-moz-border-radius:6px;
    	-webkit-border-radius:6px;
    	border-radius:6px;
    	border:1px solid #ffaa22;
    	display:inline-block;
    	cursor:pointer;
    	color:#333333;
    	font-family:arial;
    	font-size:15px;
    	font-weight:bold;
    	padding:6px 24px;
    	text-decoration:none;
    	text-shadow:0px 1px 0px #ffee66;
    }
    .botonFron:hover {
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    	background-color:#ffab23;
    }
/*************************/
#paseImg{
   background-color: red; 
}
#paseImg, #imagenesMuestra{
    width: 100%;
    overflow: hidden;
    position: relative;
	min-height: 600px;
	margin-top: 86px;
}
   #imagenesMuestra #ImgAntPase{
        width: 65px;
        height: 100%;
        display: block;
        overflow: hidden;
        position: absolute;
        z-index: 9;
    }
    #imagenesMuestra #ImgAntPase:hover{
        background: url("../../imagenes/flechasSlider.png") no-repeat rgba(138, 138, 138, 0.16);
        background-position: 18px 47%;
        cursor: pointer;
    }
   #imagenesMuestra #paginadorImg{
        position: absolute;
		bottom: 5px;
		left: 2%;
		width: 97%;
		top: 93%;
		z-index: 9;
    }
   #imagenesMuestra #paginadorImg a{
        width: 20px;
		height: 20px;
		overflow: hidden;
		display: block;
		float: left;
		margin: 0 12px 0 0;
		text-decoration: none;
		font-size: 1em;
		background-color: rgba(108, 108, 108, 0.55);
		padding: 6px 0px 0px 8px;
		border-radius: 2px;
		color: white
   }
   #imagenesMuestra #paginadorImg .activeSlide{
       background-color:  rgba(0, 0, 0, 0.55);
   }
   #imagenesMuestra #ImgNextPase{
        width: 65px;
        height: 100%;
        display: block;
        right: 0px;
        overflow: hidden;
        position: absolute;
        z-index: 9;
    }
    #imagenesMuestra #ImgNextPase:hover{
        background: url("../../imagenes/flechasSlider.png") no-repeat rgba(138, 138, 138, 0.16);
        background-position: -53px 47%;
        cursor: pointer;
    }
	#contenedorPaseImg{
		width: 100% !important;
		max-height: 960px;
	}
	#contenedorPaseImg img{
		width: 100% !important;
	}

/***********************/
#noticias{
    float: left;
    width: 100%;
    height: 50px;
    background-color: blue;
}
    #conteNoticias{
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        float: left;
    }
    #titNoticias{
        width: 98%;
        font-size: 13px;
        text-align: center;
        background-color: #5E5E5E;
        color: white;
        padding: 2px;
        border-radius: 10px 50px 0px 0px;
    }
    #conteNoticias .noticia{
        width: 463px;
        min-height: 200px;
        border-left: 2px solid black;
        margin: 5px 10px 0 0;
        border-radius: 16px;
        overflow: hidden;
        float: left;
    }
    #conteNoticias .titNoticia{
        font-size: 14px;
        text-align: center;
        position: relative;
        color: white;
        height: 21px;
        line-height: 120%;
        background-color: #FFAC00;
        text-shadow: 2px 2px 2px rgb(136, 136, 136);
    }
    #conteNoticias .titNoticia .fechaNot{
        font-size: 10px;
        top: -2px;
        left: 80%;
        position: absolute;
    }
    #conteNoticias .conteNoticia{
        padding: 0 10px 0 10px;
        height: 100%;
        width: 100%;
        font-size: 10px !important;
        text-align: justify !important;
        display: block;
        overflow-y: scroll;
    }
    .remove-videodetector{
        display: none;
    }
/**************************/
    .conte-Contacto{
        width: 100%;
        min-height: 600px;
        overflow: hidden;
        float: left;
        margin: 140px 0 0 0;
    }
    .mapa-Contacto{
        width: 40%;
        min-height: 300px;
        padding: 10px 0 10px 0;
        float: left;
        overflow: hidden;
        text-align: center;
    }
    .datos-Contacto{
        width: 40%;
        float: left;
        overflow: hidden;
        height: 115px;
        margin: 10% 0 0 40px;
        padding: 5px 5px 0px 30px;
        border-radius: 16px;
        font-size: 15px;
    }
    .datos-Contacto ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .datos-Contacto li{
        margin-top: 7px;
    }
    .datos-Contacto li span{
        margin-right: 15px;
    }
/*************************/
    #pieWeb{
        width: 100%;
		height: auto;
		margin-top: 40px;
		float: left;
		display: block;
		overflow: hidden;
		background-color: black;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		box-shadow: 0px -2px 6px rgba(0,0,0,0.5);
    }
    #contePie{
        width: 95%;
        margin: auto;
        height:auto;
        display: block;
        overflow: hidden;
		
    }
    #contePie .PieLoc{
        width: 300px;
		height: 100px;
		padding: 10px 0 0 10px;
		float: left;
		overflow: hidden;
		font-size: 14px;
		color: #878787;
		text-shadow: 2px 2px 2px black;
    }
    #contePie .PieLocLin{
        
    }
    #contePie .PieLocLin span{
        margin-right: 7px;
    }
    #contePie #redesSoc{
        width: 137px;
        height:68px;
        float: left;
        overflow: hidden;
    }
    #contePie #derechos{
        width: 100%;
        text-align: center;
        color: white;
        font-size: 10px;
        padding: 10px 0 0 10px;
        float: left;
    }
	#btMenMovil{
		display: none;
		float: left;
		width: 94%;
		height: 39px;
		text-align: center;
		line-height: 200%;
		cursor: pointer;
		font-weight: bold;
		font-size: 1em;
		background: url("../../imagenes/menuMovm.png") no-repeat ;
		background-position: 6px 0px;
	}

/*@media (max-width: 1024px){
	#menuWeb ul {
		margin: 0 0 0 0% !important;
	}
	#HeadWeb{
		width: 100% !important;
	}
	#contePie {
		width: 100% !important;
	}
	.mapa-Contacto {
		width: 100% !important;
	}
	.datos-Contacto {
		width: 72% !important;
	}
	#menuWeb {
		width: 50% !important;
	}
	.PageCate {
		width: 200% !important;
	}
	.PageCate li{
		margin: 0px 2px 0 0 !important;
	}
}
@media (max-width: 1280px){
	
}

@media (max-width:1024px) {
	
}*/

@media (max-width: 1024px){
	#contenedorPaseImg{
		width: 100% !important;
		/*height: auto !important;*/
	}
	#contenedorPaseImg img {
		width: 100% !important;
		/*height: 223px!important;*/
	}
	#ColA {
		width: 96% !important;
	}
	.colFixPage{
		width: 100% !important;
	}
	#imagenesMuestra {
		min-height: 400px !important;
	}
	#menuWeb {
		margin-top: 36px !important;
	}
}

@media (max-width: 1024px){
	#cuerpoWeb{
		width: 100% !important;
		margin: 71px auto;
	}
	.mapa-Contacto {
		width: 80% !important;
	}
	#menuWeb ul{
		display: none;
		position: absolute;
		top: 91px;
		left: 0px;
		width: 95%;
        z-index: 9;
	}
	.PageCate{
		position: relative !important;
		width: 100% !important;
		top: 0px !important;
		left: 0px !important;
		height: auto !important;
	}
	.PageCate ul{
		position: relative !important;
		float: left;
		width: 100% !important;
		top: 1px !important;
		left: -10px !important;
		padding: 0 !important;
	}
	.PageCate li {
		background-color: rgba(255, 168, 0, 0.96) !important
	}
	#btMenMovil{
		display: block;
	}
	#HeadWeb {
		overflow: visible;
	}
	#menuWeb {
		width: 50px !important;
	}
	#menuWeb li{
		width: 100% !important;
		border-radius: 0px !important;
		background-color: rgba(255, 168, 0, 0.96);
		font-size: 17px !important;
		border-top: 2px solid #0094FF;
		min-height: 40px !important;
		line-height: 40px !important;
	}
    #buscadorGeneral{
        top: 87px !important;
        width: 100% !important;
        right: 0px !important;
    }
    #btBuscaGen {
         padding: 7.5px 15px !important;
    }
    #buscadorGeneral input{
        padding: 5px 0px !important;
    }
}
#socialbar {
    list-style: none;
    padding: 0px;
    margin: 0px;
    /* position: fixed; */
    bottom: 2px;
    right: 3px;
    float: right;
    margin: 10px 0 0 0px;
}
#socialbar span {
    width: 100%;
    float: left;
    /*margin: 0px 0 5px 46px;*/
    margin: 0px 0 5px -31px;
    font-size: 1.1em;
    color: rgb(226, 226, 226);
}
#socialbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
}
#socialbar li {
    float: left;
}

@media (max-width: 500px){
	#LogotipoWeb img{
		width:100%;
	}
	#LogotipoWeb{
		width: 200px !important;
	}
	#centroWeb {
    width: 230px !important;
	}
}
