/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Hector G. Ceballos
	Author Site	: http://homepages.mty.itesm.mx/ceballos/
	Style Name	: SomosUnoRadio
	Style URI	: 
	Version		: 0.1
	Comments	: Diseņo de Ana Gonzalez (algo1978@hotmail.com)
*/

body {
	color: #333333;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background: #CCCCCC;
	padding:0px 0 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #FF9900;
	width: 100%;
	height: 140px;
	}
	
.secondary {
	/* Contains the sidebar */
	background: #CCCCCC;
}

#primary {
	/* Contains the main column */
	background: #FFFFFF;
	margin:10px;
	padding:10px;
}

/*#primary .item {margin:0;padding:5px 0 15px;position:relative;}*/

.item {
	margin:10px;
	padding:10px;
}

.leftbar {
}

.logoRedes {
	float:left;
	text-align:center;
	margin:10px 0px 15px 15px;
	width:130px;
}

.logotipo {
/*	margin:15px 15px 0px 0px; */
	text-align:center;
	float:left;
	width:600px;
}

.sb-search { 
	float:right;
	text-align:center;
/*	margin:15px 15px 15px 15px;*/
	width:140px;
	margin-top:40px;
}


.item {
	/* Each entry is contained within the 'item' class */
	background: #FFFFFF;
	padding-left: 15px;
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.menu {
	width:100%;
	background:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

ul.menu li a:hover{
	background:#FFFFFF;
	color:#FF3300 !important;
	text-decoration:underline;
}

ul.menu li, ul.menu li a:link, ul.menu li a:hover {
	color:#FF3300 !important;
}

ul.menu li a:visited{
	color:#FF3300 !important;
}

ul.menu li .current_page_item {
	background: #FFFFFF;
	color:#FF3300 !important;
	text-decoration:underline;
	font-weight: bold;
}

#af-ela-menu li {
	border: none;
}

#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	color:#FF3300 !important;
	background: #FFFFFF;
	}

#af-ela-menu li.selected, #af-ela-menu li.selected a {
	background: #FFFFFF;
	color:#FF3300 !important;
	text-decoration:underline;
	font-weight: bold;
	}
