/* @import url(http://fonts.googleapis.com/css?family=Courier+New);*/
 @import url(https://fonts.googleapis.com/css?family=Megrim);
/* <link href='https://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>*/
body { 
  /*font-family: "Courier New", Courier, monospace;*/
font-family: 'Roboto Slab', serif;
/*font-family: 'Slabo 27px', serif;*/
  font-size: 11px;
  color: #666;
}
h2 {
	
	font-weight:700;
	text-transform:uppercase;
border-bottom:1px solid #eeeeee;
	}

/* STRUCTURE */


/************************************************/

#pagewrap {
	width: 1000px;
	margin: 0;
margin: 0px auto;
	
}
#header {
/*	
  background-position:  center center;
  background-repeat: no-repeat;
  background-image: url(logo.png);
*/
text-align:center;
padding: 0 5px;
/*height: 200px;*/
padding: 10px 10px;
}




#intro {
	padding: 0 5px;
float:left;
	width:720px;
	padding: 10px 15px;
	margin: 0px 5px 5px 5px;
}


#content {
	width: 190px;
	float: left;
	padding: 10px 15px;
}

#middle {
	width: 500px; 
	float: left;
	padding: 10px 15px;
	margin: 0px 5px 5px 5px;


}

#sidebar {
	width: 190px;
	padding: 10px 15px;
	float: left;

}
footer {
	clear: both;
	margin-top:5px;
	border-top:1px solid #eeeeee;

}
div.pieAutores {
	clear: both;
	padding-top:10px;
	margin-bottom:10px;
	border-top:1px solid #eeeeee;

}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	header, footer {
		padding: 1% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	#sidebar {
		display: none;
	}

}

/************************************************/

header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}

/* #pagewrap, header, #content, #middle, #sidebar, footer {
	border: solid 1px #ccc;
}*/ 


div.oper {
	text-align:right;
	padding-right:20px;
	margin-bottom:5px;
}
div.oper a {
		font-size: 10px;
}
div.oper a.icono {
	font-family: 'Megrim';
	font-size: 14px;
	text-transform:uppercase;
}

#content ul {
	padding: 0px;
	margin: 15px;
	list-style-image: url('infinito.png');
}

#sidebar ul {
	padding: 0px;
	margin: 15px;
	list-style-image: url('infinito.png');

}

#content ul.autores {
	padding: 0px;
	margin: 0px;
	list-style:none;
	list-style-image:none;
	

}
#content span.letra {
	font-family: "Courier New", Courier, monospace;
	

}

#sidebar fieldset.radiogroup ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
	list-style-image:none;
	

}


#sidebar fieldset { 
	border:1px solid black;
	margin-bottom:10px;
	padding: 10 px;
}

#sidebar legend {
  padding: 0.2em 0.5em;
  /*border:1px solid #666;*/
  color:#666;
  text-align:right;
  }


	a{
		color: #000000;
	}

	a:visited{
		color: #000000;
	}
	a.desactivado{
		color:#CCC;
		text-decoration: none;
	}

	a.desactivado:visited{
		color: #CCC;
		text-decoration: none;
	}
	a.activado{
		color:#000;
		text-decoration: none;
	}

	a.activado:visited{
		color: #000;
		text-decoration: none;
	}

	a.accion {
		color: #FFFFFF;
		text-decoration: none;
		background-color:#666;
		padding-left: 5px;
		padding-right: 5px;
		
		padding-bottom: 2px;
		vertical-align:middle;
	}
	
	a.autor{
		color: #000000;
	}
	a.autor:visited{
		color: #000000;
	}
	a.autor_sel{
		color: #00cccc;
	}

	a.autor_sel:visited{
		color: #00cccc;
	}

	a.poema{
		color: #000000;
		font-style:italic;
	}
	a.poema:visited{
		color: #000000;
		font-style:italic;
	}
	a.poema_sel{
		color: #00cccc;
		font-style:italic;
	}

	a.poema_sel:visited{
		color: #00cccc;
		font-style:italic;
	}




	p.firmas font{
		font-size: 10px;
		line-height: 24px;
		color: #ffffff;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 2px;
		/*font-weight: bold;*/
	}
	
	p.firmas font a{
		font-size: 10px;
		line-height: 24px;
		color:#ffffff;
		text-decoration:none;
		/*font-weight: bold;*/
	}
	
	p.mensaje{
		line-height: 24px;
		color: #00cccc;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-right: 5px;
		/*font-weight: bold;*/
	}

