@charset "utf-8";
/* CSS Document */

pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:170px;
}		

/* Easy Slider */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:200px;
	height:270px;
	overflow:hidden; 
}

span#prevBtn, span#prevBtn a{
	color:#FFFF99;
	font-size:12px;
	margin-left:10px;
	text-decoration:none;
}

span#nextBtn, span#nextBtn a{
	color:#FFFF99;
	font-size:12px;
	margin-left:40px;
	text-decoration:none;
	text-align:right;
}

/*span#nextBtn, span#nextBtn a{
	color:#FFFF99;
	font-size:12px;
	margin-left:10px;
	text-decoration:none;
}*/

/* // Easy Slider */

/*mío*/

#panel .moduloslide{
	width:170px;
	display:inline;
	background-color:#FFFFCC;
	float:left;
	margin:10px 0 0 20px;
	font-size:14px;
}

#panel .moduloslide h3{
	color:#005B4A;
	font-size:16px;
	margin:0 0 0 3px;
	text-align:left;
}

#panel .moduloslide .txt{
	margin:4px;
}

#panel .moduloslide .lister{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#000000;
/*	margin-left:5px;*/
	margin-top:10px;
}

#panel .moduloslide .lister a{
	font-weight:bold;
	color:#005B4A;
	text-decoration:none;
}

/* cierra mío*/

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
