@charset "utf-8";
html {
	margin : 0;
	padding : 0;
}
@font-face {
	font-family: "Maiandra GD";
	src:url(../fonts/maian.eot), url(../fonts/maian.ttf);
	font-size:1em;
}
@font-face {
	font-family: mistral;
	src:url(../fonts/mistral.eot), url(../fonts/mistral.ttf);
	font-size:1em;
}
* {
	margin: 0px auto;
	padding-left: 0px;
	padding-top: 2px;
	font-family: "Maiandra GD";
	text-shadow: 3px 3px 5px rgba(0,0,0,1);
	font-size: 1em;
	color: #000;
}

h1 {
	padding-left: 0px;
	font-size: 1.45em;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(255,255,255,1);
}
p {
	margin-top: 0;
	padding-left: 30px;
	margin-right: 10px;
	line-height: 2em;
}
.sangria { text-indent: 1.8em; }
p1 { 
	display: block;
	font-family: mistral; 
	font-size: 1.8em; 
	color: #444; 
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
	text-shadow: 1px 1px 8px #000;
}
hr {
	margin:0;
	padding:0;
}
.coment { font-size:0.8em ; color:#CCC ;}
a {
	 text-decoration: none;
	 font-size: 1em;
	 color: white;
 }
a:hover {
	 letter-spacing: 2px;
	 font-weight: bold;
	 font-size: 1.1em;
	 color: #FF0;
	 text-shadow: 1px 1px 5px #fff;
}
footer {
	display: block;
	text-align: center;
	color: #444;
	text-shadow: 1px 1px 8px #000;
}
footer_ppal {
	display: block;
	font-family: mistral;
	text-align: center;
	font-size: 1.6em;
	color: #444;
	text-shadow: 1px 1px 8px #000;
}
address { 
	font-size: 0.8em;
	color: rgba(0,0,0,1);
	text-shadow: 1px 1px 8px #000;
}
#pieCol1 {
		float: left;
		width: 33.3%;
		display: block;
		text-align: left;
		font-size: 1em;
}
#pieCol2 {
		float: left;
		width: 33.3%;
		display: block;
		text-align: center;
		alignment-adjust: central;
		font-size: 1em;
}
#pieCol3 {
		float:left;
		width: 33.3%;
		display:block;
		text-align:right;
		font-family:mistral;
		font-size:1.2em;
}
.flecha { color:rgba(255,255,0,1); font-size:1em;}
.rojo { color:rgba(255,0,0,1); font-weight:bold ; }
.gualda { color:rgba(255,255,0,1) ; font-weight:bold;}
#contenedor {
	margin:0px auto;
	padding:2px;
	background-image:url(../fondos/plumabn_fondo.png);
	min-width:947px;
	alignment-adjust:central ;
	width:950px;
	height:770px;
	display:block;
	margin-top:2px;
	outline-width:medium;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-bottom-leftradius:12px;
	border-bottom:medium #00C;
	box-shadow:8px 8px 5px #000;
	-moz-box-shadow:8px 8px 5px #000;
	-webkit-box-shadow:8px 8px 5px #000;
	overflow:hidden;
	/*border-bottom-left-radius:12px ;
	-moz-border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -o-border-bottom-leftradius: 12px;
	border:solid 1px  #BCBCBC; */
}
#contenido0 {
	position:absolute;
	margin-top: 0px;
	padding: 0px;
	border-radius:12px;
	background-image:url(../logos/escudos_texto_dorado.png);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	width:947px;
	height:683px;
	overflow:hidden;
	z-index:0;
}
#contenido {
	position:absolute;
	margin-top: 0px;
	padding: 0px;
	border-radius:12px;
	width:947px;
	height:683px;
	overflow:hidden;
	z-index:1;
}
#busqueda {
	position:absolute;
	display:block;
	width:250px;
	margin: -32px 680px;
	padding: 0px;
	display:block;
	z-index:2;
}
.contador {
	position:absolute;
	top:12px;
	margin-left:8px;
	padding:1px;
	height:22px;
	background-color:transparent;
}
.donar {
	position:absolute;
	top:6px;
	padding:0;
	margin:0 800px auto;
	height:22px;
	background-color:transparent;
}
.ratioInterior {
	position:absolute;
	margin:655px 5px auto;
	padding:0 7px 0 0;
	background-color:transparent;
	width:120px;
	height:50px;
	z-index:3;
}
.boton {
	height:1.6em;
    background:#CCC;   
    background-image: -webkit-linear-gradient(top,#fff,#666);
    background-image: -moz-linear-gradient(top,#fff,#666);
    background-image: -o-linear-gradient(top,#fff,#666);  
    background-image: linear-gradient(to bottom,#fff,#666);     
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;  
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #FFF inset; 
    -webkit-box-shadow: 0px 0px 2px #FFF inset;
    -o-box-shadow: 0px 0px 2px #FFF inset; 
    box-shadow: 0px 0px 2px #FFF inset;
    padding: 0.2em 0.5em; 
    color: #EEE;
    font-weight:normal;
    text-decoration:none;
	text-shadow: 1px 2px 2px #000;
}
.boton:hover {
    background:#fff;  
    background-image: -webkit-linear-gradient(bottom,#fff,#666);
    background-image: -moz-linear-gradient(bottom,#fff,#666);
    background-image: -o-linear-gradient(bottom,#fff,#666);   
    background-image: linear-gradient(to top,#fff,#666);
	color: #fff;
	text-shadow: 1px 2px 2px #000;
    cursor: pointer;
}