@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font:11pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#668;
	color:#000;
	font-weight:200;}

p {
	text-align:justify;
	line-height:1.6em;}
	
img {
	border:0;}

a {
	color:#F7F7F7;
	text-decoration:none;}
a:hover {
	color:#FFF;
	text-decoration:underline;}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#C93;}

iframe {
	border:none;
	width:100%;}

#barri{
	width:100%;
	/*background-color:#668;*/
	height:135px;} 

#bar2 {
	width:100%;
	height:115px;
	padding:10px 0;
	/*background-color:#668;*/}
		
#bar2 p {
	text-align:center;
	color:#FFF;
	font-size:0.8em;
	line-height:1em;}

#bmedio {
	width:100%;
	background-color:#FC6;}

#centro {
	margin:0 auto;
    max-width:1024px;
	min-height:374px;
	padding-top:200px;
	background:url(../imgs/bg_bmedio.png) no-repeat;
	background-size:cover;}

#cabezal {
	margin:0 auto;
	width:900px;}	
	
#izq {
	width:450px;
	float:left;
	padding-top:21px;}
	
#dere {
	width:450px; 
	float:left;
	text-align:right;
	padding-top:31px;}

#menu {
	padding:8px;
	color:#FFF;
	text-align:center;
	background-color:#435;
	border-bottom:#639 solid 1px;}

.cerrar {
	text-align:center;}

.cerrar a {
	color:#000;}

.info {
	padding:20px;
	width:70%;
	margin:0 auto;
	border:#639 solid 1px;
	border-radius: 10px;
	background:rgba(255,255,255,0.8);}

.alaizq {
	float:left;
	margin-right:10px;}
	
.limpia {
	clear:both;}

.btsubir {
	position:fixed;
	z-index:10;
	bottom:20px;
	left:50%;
	margin-left:450px;
	width:45px;
	height:45px;
	background:url(../imgs/sube0.png)no-repeat;}
.btsubir:hover {
	background:url(../imgs/sube1.png) no-repeat;}