
/*.internos{
	background-image:url(../img/derecho.png);
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
}*/

header {
	padding-top:1em;
	
}

header > * {
	display:inline-block;
}

header>img{
	margin-right:1em;
}

h1{
	
	width:70%;
	vertical-align:middle;
	font-size:2em !important;
}

h1 > small {
	display:block;
	margin-top:.5em;
}

.titulo{
	text-align:center;
	font-weight:bold;
	margin:1em 0;
	
}

h3 {
	text-shadow:2px 2px 2px #d4d4d4;
}

.contenedor-volumen {
	background-color:rgba(255,255,255,0.9);
}

.contenedor-volumen
{
	border:solid 1px #fff;
	padding:1em;
	margin-bottom:2em;
	box-shadow:2px 2px 5px #d4d4d4;
}

.contenido-volumen
{
	height:20em;
	overflow:auto;
}

ul {
	list-style:none;
	padding:0;
}

li a{
	display:block;
	padding:.1em .5em;
	margin-bottom:1px;
}

li a:hover{
	background-color:#f4f4f4;
}

.interior{
	background-image:url("../img/pleca-verde.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment:fixed;
}

.menu-principal{
	
	
	padding-bottom:150px;
	padding-top:50px;
}

.menu-principal a {

	text-align:center;
	
	font-size:1.7em;
	

	width: 300px;
	height:250px;
	
	display:inline-block;

	margin:1em;
	
	vertical-align:middle;
	
	padding:1em;
	
	color:#000;
	
	
	background-color:rgba(255,255,255,.8);
	
}

.menu-principal a:hover{
	background-color:rgba(53,159,55,.8);
	text-decoration:none;
	color:#fff;
}

.menu-principal span {
	margin-top:1em;
	display:block;
	vertical-align:middle;
}

footer {
	text-align:left;
	background-color:#f0f0f0;
	color:#000;
	padding:2em 1em;
	font-weight:bold;
	font-size:1em;
}

footer p {
	margin:0;
}

.texto-verde{
	color:#538135;
	font-weight:bold;
}

.fondo{
	background-image:url("../img/pleca-verde.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment:fixed;
}
