@charset "utf-8";
body {
	background:url(/imagenes/fondos/fondolunablanco.jpg) no-repeat bottom right #FFF fixed;
	margin: 0;
	padding: 0;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
}
html, body {height: 100%;}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
p {
	text-align: justify;
}
h1 {
	color:#660000;
	font-size:1.5em;
}
h2 {
	color:#006;
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
}
p {
	padding-bottom: 8px;
}
a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 970px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: 2%;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.header {
	background-color: #000000;
}
.header img{
	padding-left: 6%;
}

#botones_top {
	float:right;
	padding: 15px;
}
#botones_top ul{
	border:0px;
}
#botones_top li {	
	list-style:none;
	float:left;
}
#botones_top li img{	
	float:left;
}
.sidebar1 {
	float: left;
	width: 20%;
	/*background: #93A5C4;*/
	padding-bottom: 10px;
}
.content {
	width: 76%;
	float: left;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #FFF;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #FFF;
}
ul.nav a, ul.nav a:visited {
	/*	padding: 5px 5px 5px 15px; */
	display: block;
	/*	text-decoration: none;
	background: #8090AB;
	color: #000; */
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	vertical-align: middle;
}
ul.nav a:hover, ul.nav a:focus {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
/*   	background: #6F7D94;
	color: #FFF; */
}
ul.nav a:active {
	border-top-color: #1b435e;
	background: #1b435e;
}
ul.nav li.pulsado a {
	cursor: default;
	color: white;
	border-top-color: #1b435e;
	background: #000;
}
#barraizq {
	background: #fff;
	clear:both;
	text-align:center;
}

/* Calendario: próximos bolos */

#listaBolos {
	padding-bottom: 20px;
}

/* Redes Sociales */

#redes_sociales {
	border:0px;
}
#redes_sociales li {	
	list-style:none;
	float:left;
}
#redes_sociales li img{	
	float:left;
}

/* ENVOLTORIO CON TODO EL CONTENIDO */
.envoltorio {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* bottom = negativo de la altura del pie */
}
.push {height: 75px; clear: both;}

/* ~~ El pie de página ~~ */
.footer {
	width: 80%;
	max-width: 1260px;
	min-width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-left: 2%;
			
	
	height: 65px;
	padding: 10px 0 0;
	background: #6F7D94;
	clear: both;
	color: #FFF;
}
.footer p {
	padding:0;
	margin:0;
	font-size: 0.6em;
	text-align: center;
}

#barra_footer {
	width:650px;
	padding-bottom:10px;
	margin:0 auto; 
	height:34px;
}

#barra_footer a img {float:left;
display:block;
padding-right:5px;}

#barra_footer a.text {
	font-style:italic;
	color: #FFF;
	padding:4px 5px;
	text-decoration:none;
	font-size:1.1em;
}

/* ~~ clases float/clear varias ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.italica {
	font-style: italic;
}
.centrado {
	text-align: center;
}
.dcha {
	text-align: right;
}
.izda {
	text-align: left;
}
.peque {
	font-size:0.7em;
}

.espacioabajo {
	padding-bottom: 20px;
}
.envoltorio .container .content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .marcoanoanterior ul li {

}

