/* Responsive template para Paintball 01/02/2018 basada en Persyder */

*{	
	padding: 0;
	margin: 0;
	color: #0e4001;
	text-align: justify; /*left;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	}

#contenedorvideo {
	margin: 10px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	display:block;
}
#contenedorvideo iframe,#contenedorvideo object,#contenedorvideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 550px;
	max-height: 315px;
}
body, html{
	background-color: #1E4B06;
	background: url(images/tirador.png) no-repeat bottom left, url('images/fondoverde.jpg') repeat;
	width:100%;
	/*height:100%;Eliminado para no recortar segun tamaño*/
	/*min-width: 720px; ELIMINAR PARA RESPONSIVE*/
	}

.print{
	background-color:#fff;
	color:#000
	}
#fondo1{
	/*overflow:auto;
	background-image: url(images/header.jpg);
	background-repeat: repeat;
	background-position: center top;*/
	/*	background-color: #283610;
	max-height:250px;*/
	width:100%;
	top: 0;
	left: 0;
	margin:0px;
	}
#hoja1{
	margin:0px auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
	}
#hoja2{
	margin:0 auto;
	max-width:1100px;
	padding: 10px;
	/*background: url(images/cabecera50.png) repeat;*/
	}
#fondo3{
	width:100%;
	top: 0;
	left: 0;
	margin:0px;
	background: -webkit-linear-gradient(top, rgba(254, 254, 251, 0.5) 0, #91c33c 100%) no-repeat;
	}
#hoja3{
	/*max-width:1100px;*/
	}

#header_in{
	overflow:hidden;
	display: block;
	max-height:350px;
	/*height:350px;*/
	}
	
h1.header_in{
	color:#639628;
	font-weight:bold;
	font-size:300%;
	text-shadow:4px 4px 0 #000000,4px 4px 0 rgba(0,0,0,0.2);
	line-height:100%;
	}
#localizador{
	padding: 12px;
	font-weight:bold;
	background: -webkit-linear-gradient(top, rgba(113, 151, 46, 0.07) 0, rgba(150, 198, 69, 0.17) 12%, rgba(170, 209, 104, 0.22) 20%, rgba(150, 198, 69, 0.17) 35%, rgba(126, 169, 52, 0.06) 50%, rgba(87, 116, 36, 0.1) 80%, rgba(104, 139, 43, 0.08) 100%) no-repeat, -webkit-linear-gradient(top, #314214 0, #6b902a 12%, #9FCA53 20%, #92C33C 35%, #80AC35 50%, #4c671f 80%, #25310f 100%) no-repeat;
	color: #FFFFFF;
    text-shadow: 2px 2px 4px #423d3d
    }
#localizador a{
	color: #FFFFFF;
    text-shadow: 2px 2px 4px #423d3d
}
#content{
	float:right;
	width:78%;
	margin:10px 0;
	padding:0;
	}
.content_in{
	background: url(images/cabecera50.png) repeat;
	margin:0 0 10px 10px;
	padding:20px;
	box-shadow: 5px 5px 20px -9px #000;
}
.mceContentBody{
	background: url(images/cabecera50.png) repeat;
	}
.content_in a,.content_in a:visited{/*color:#639628*/}
.content_in a:hover{
	transition:color 1.0s;
	color:#FFFFFF;/*#639628*/
}
#newsbox{
	display: table;
	width: 100%;
	margin-bottom: 10px;
	}
.espacio{
	width:1%;
	float: left;
}
.newsbox_in{
	background: url(images/cabecera50.png) repeat;
	padding:20px;
	font-size:85%;
	font-style:italic;
	box-shadow: 5px 5px 20px -9px #000;
	}
.newsbox_incentral{
	background: url(images/cabecera50.png) repeat;
	margin:0 10px;
	padding:20px;
	font-size:85%;
	font-style:italic;
	box-shadow: 5px 5px 20px -9px #000;
	}
.celdanewsbox_in{
	/*display: table-cell;*/
	width:32.666666667%;
	float: left;
	}
.newsbox_in a,.newsbox_in a:visited{/*color:#639628;*/font-style:normal}
.newsbox_in a:hover{transition:color 1.0s;color:#fff;/*#639628*/}
/*.newsbox_in h4{color:#283610;font-style:normal;text-shadow:none}*/
#nav{
	background: url(images/cabecera50.png) repeat;
	float:left;
	width:22%;
	margin:10px 0;
	box-shadow: 5px 5px 20px -9px #000;
}
img{box-shadow: 5px 5px 20px -9px #000;
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	/*width:auto*/
	}
/*.video{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
.video iframe,.video object,.video embed{position:absolute;top:0;left:0;width:100%;height:100%}*/

#video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
 
#video-container iframe,
#video-container object,
#video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1,h2,h3{
	margin:0;
	font-size:130%;
	font-weight:bold;
	/*color:#559E00;
	text-shadow:2px 2px 2px #b5b5b5;*/
	color: #FFFFFF;
    text-shadow: 2px 2px 4px #423d3d;
	}
h4,h5,h6{
	margin:0;
	font-size:120%;
	font-weight:bold;
	/*color:#559E00;
	text-shadow:2px 2px 2px #b5b5b5*/
	color: #FFFFFF;
    text-shadow: 2px 2px 4px #423d3d;
	}
input[type="submit"]{background:#639628;color:#fff;display:inline-block;height:24px;position:relative;text-align:center;text-decoration:none;margin-left:5px;margin-top:11px;padding:2px 10px 4px;font-variant:normal;font-weight:normal;font-size:70%}
input[type="text"],input[type="text"]:focus,input[type="password"]:focus{border:#8C96AB inset 1px;}
#search{margin-bottom:0.4em;border-radius:5px;padding-left:1em;padding-bottom:0.6em;height:40px}
#iconmenu{visibility:hidden}
p{margin:1em 0;}
a{color:#0b3300;text-decoration:underline}
#menu li,#menu ul{list-style-type:none;margin:0;padding:0}
#menu a{
	display:block;
	color:#0b3300;/*#3C501A*/
	text-decoration:none;
	line-height:150%;
	margin-left:1em;
	padding-left:1em;
	border-bottom:1px #8C96AB solid;
	width:85%;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden
	}
#menu a:hover{background:#639628;transition:background 1.0s;color:#fff}
#menu{float:left;width:95%;font-size:100%;color:#fff}
#menu li{list-style-type:none;list-style-image:none;padding:0}
#menu ul.menulevel1 li{line-height:1em;margin:0}
#menu ul.menulevel2{margin:1px 0}
#menu ul.menulevel2 li{line-height:1em;margin:0 0 0 10px}
#menu ul.menulevel2 li a{}
#menu ul.menulevel2 li a:hover{}
#menu ul.menulevel3{}
#menu ul.menulevel3 li a{margin:0 0 0 20px}
#menu ul.menulevel3 li a:hover{background:#639628}
#menu ul ul.menulevel3 li{}
#menu2{margin-top:.5em;margin-left:0}
#menu2 li{list-style:none;padding:0;margin:0}
#menu2,#menu2 a{
	text-decoration:none;
	list-style:none;
	padding:0;
}
.lastupdate{
	text-align: center;
	font-size:80%;
	padding:0.5em;
	}
.langmenu{
	text-align: center;
	margin-bottom: 10px;
	}
ul{padding-left:10px}
li{list-style-type:square;margin-left:10px}
blockquote{font-family:Georgia,serif;font-size:100%;font-style:italic;width:88%;margin:0.25em 0;padding:0.25em 40px;line-height:1.45;position:relative;color:#cfcfcf;background-color:#2f2f2f}
blockquote:before{display:block;content:"\201C";font-size:80px;position:absolute;left:-5px;top:-20px;color:#f00}
blockquote a,blockquote a:visited{color:#f00}
blockquote a:after{content:"\00BB"}
#footer{clear:both;margin:0;padding:0;height:auto}/*max-width:1200px;color:#000;*/
.footer_in{padding:10px 20px;text-align:center;font-size:80%}/*color:#ccc;*/
/*.footer_in a{color:#e8e8e8}*/
#top{margin:1em auto;width:150px}
.button_top a{
	background: #639628;/*8C96ABrgb(0,65,145)*/
	padding-top:4px;
	padding-left:8px;
	padding-bottom:4px;
	padding-right:8px;
	font-size:200%;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	}

#advfrm-ContactoPeq-Comment{width: 95%}
.newsbox_in img{box-shadow:none !important}

.realblog_entry_preview h4{
	padding: 10px 0;
	}
.realblog_show_box h4{
	padding: 10px 0;
}

.realblog_entry_preview h4 a{
		color: white !important}

/* A partir de aquí ees responsive*/
@media screen and (max-width:900px){
	#content{width:70%}
	#nav{width:30%}
	/*#newsbox{
	width: 100%;
	table-layout: fixed;}*/
	#newsbox{float:none;clear:both;width:100%;margin:10px 0}
	.celdanewsbox_in{
	/*display: table-cell;
	float:left;*/
	width:100%;}
	.newsbox_in{margin:0 0 10px 0}
	.newsbox_incentral{margin:0 0 10px 0}
	.celdanewsbox_in{
	width:100%;}
	}
@media screen and (max-width:700px){
	#content{width:100%}
	h1.header_in{font-size:250%;padding-top:4em;padding-left:1em}
	.content_in{margin:0 0 10px}
	#nav{width:100%;}
	#newsbox{float:none;clear:both;width:100%;margin:10px 0}
	.celdanewsbox_in{
	width:100%;}
	.espacio{
	display: none;
}
	#content{margin:0}
	}
@media screen and (max-width:480px){
.content_in{margin:0}
.header_in h1{padding-top:0;font-size:150%;padding-left:0}
.header_in{padding-top:5px;padding-bottom:5px}
#slogan{margin-left:0}
.header_in{background-image:none;height:auto}
body{margin:0}
ul.menulevel1{display:none}
#menu:hover ul.menulevel1{display:block}
#iconmenu{
	float:right;
	margin-top:-25px;
	/*padding-right:5px;*/
	visibility:visible
	}
#iconmenu img{box-shadow:none !important}
.header_in,#nav,#newsbox{}
#content{margin-bottom:10px}
#search{margin:0;width:auto}
h1.header_in{font-size:250%;padding-top:2em;padding-left:1em}
#newsbox{
	margin-right:0;
	display: block;
	width: 100%;
	table-layout: fixed;}
/*.celdanewsbox_in{
	display: table-cell;
	width:100%;}*/
	.newsbox_in{margin:0 0 10px}
	.newsbox_incentral{margin:0 0 10px 0}
	}
/* Aqui acaba responsive*/