@charset "utf-8";
/* CSS Document */

/*normalize
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #444; }*/

/* Sidebar */
#sidebar{}
#sidebar aside{}
#sidebar h3{}
#sidebar ul{}
#sidebar ul li{}
#sidebar ul li a{}
#sidebar ul li a:hover{}

	/* Sidebar */
#sidebar{}
#sidebar aside{
	margin: 0 15px 20px 0;
}
#sidebar h3{ 
	color: #707070;
	font-size: 18px;
	margin-bottom: 10px;
}
#sidebar ul{}
#sidebar ul li{

}
#sidebar ul li a{
	display: block;
	margin: 10px 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #FF9900;
}
	
	/* Custom sidebar sections */

	#sidebar .search, #sidebar .widget_search{position: relative; margin-top: 15px;}
	#sidebar .search h3,#sidebar .widget_search h3{display: none;}
	#sidebar .search #s,#sidebar .widget_search #s{
		margin-top: 5px;
		width: 100%;
		height: 35px;
		border: solid 1px #ccc;
		line-height: 30px;
		font-size: 22px;
	}
	#sidebar .search #searchsubmit,#sidebar .widget_search #searchsubmit{
		width: 38px;
		height: 24px;
		display: block;
		border: none;
		position: absolute;
		margin-top: -30px;
		right: 2px;
		background: url(../../images/demo/genral/lupa.png) no-repeat left top;
		text-indent: -999999px;}
	#sidebar .categories {}
	#sidebar .tags{}
	#sidebar .tags nav, #sidebar .widget_tag_cloud .tagcloud{
		margin-top: 5px;
	}
	#sidebar .tags a, #sidebar .widget_tag_cloud a{
		display: inline-block;
		vertical-align: bottom;
		*display: inline;
		zoom: 1;
		padding: 0 10px;
		color: #006ab3;
		border: solid 1px #006ab3;
		border-radius: 3px;	
		text-decoration: none;
		margin: 0 5px 5px 0;
	}
	#sidebar .tags a:hover, #sidebar .widget_tag_cloud a:hover{
		color: #fff;
		border: solid 1px #006ab3;
		border-radius: 3px;	
		background: #006ab3;	
	}
	#sidebar .links{}
	
	
	
	/*Para decorar las etiquetas*/	
	.widget_tag_cloud a {
    	display: inline-block;
    	vertical-align: bottom;
    	*display: inline;
   		zoom: 1;
   		padding: 0 10px;
    	color: #006ab3;
    	border: solid 1px #006ab3;
    	border-radius: 3px;
    	text-decoration: none;
    	margin: 0 5px 5px 0;
	}

	.tagcloud {
    	margin-top: 5px;
		/*overflow-y: scroll;*/
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%; 
		margin: 0; 
		line-height: 1.231;color: #444;
	}