/* DEFINICIONES DE ESTILO PARA ESTE BLOG */



/* COLOR DEL MENU QUE ESTA POR DEBAJO DEL HEADER */
ul.nav li a, ul.nav li a:link, ul.nav li a:visited {
	color: #E17200;
}

ul.nav li a:hover, ul.nav li a:active {
	color: #B14700;
}

/* COLOR DE LOS LINKS DE LA PRIMER COLUMNA Y EL TITULO DE LOS POSTS*/
a:link, a:active, a:visited {
	color:  #5673A4;
}

a:hover {
	color: #2e5c9a;
}

/* COLOR DE LOS LINKS DE LOS WIDGETS */
.widget li a{
	color: #747474;
}

.widget li a:hover{
	color: #000000;
}

/* COLOR DE LOS TITULOS DE LOS WIDGETS DE LA PRIMER COLUMNA */
#side-b .widget h2 {
	color: #5673A4;
	font-weight: bold;
}


/* COLOR DE LOS TITULOS DE LOS WIDGETS EN LA TERCER COLUMNA */
#rsidebar .widget h2 {
	color: #5673A4;
	font-weight: bold;
}


/* COLOR DE LOS LINKS DE LA TERCER COLUMNA */
#rsidebar a{
	color: #7264ac;
}
#rsidebar a:hover{
	color: #B14700;
}
#rsidebar .widget li a{
	background:none; color: #7264ac;
}

#rsidebar .widget li:hover a{
	background:none; color: #7264ac;
}


#wp-calendar a :hover {
	 background:none; color:#B14700;
}

/* COLOR DE LOS LINKS DE LA PRIMER COLUMNA */
#side-b a{ color: #FBB132; }

#side-b a:hover{ color:#FBB132; }


 
#side-b .widget li a{
	background:none; 
	color: #5673A4;
}

#side-b #wp-calendar a{ 
	background:none; color:#FBB132; 
}  

#wp-calendar a:hover {
	 background:none; 
	 color:#c3650a;
}
*/

#side-b a, #sidebar a{
	color: #555555 !important;
}

#side-b a:hover, #sidebar a:hover{
	color: #333333 !important;
}




/* COLOR DE FONDO DEL CALENDARIO Y LOS WIDGETS  EN LA TERCER COLUMNA */
#rsidebar .widget ul , #rsidebar #calendar_wrap {
	background-color:  #EDF2FF;
	border: 1px solid  #EDF2FF;
}


#side-b .widget ul , #side-b #calendar_wrap  {
	background-color:  #EDF2FF;
	/*background-color: #ECD0AD;*/
}



.widget h2{
	font-size: 12px !important;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px !important;
	padding-top: 5px !important;
}

.widget_listado_por_categoria ul li{
     list-style-type: disc !important;
     margin-left: 10px;
     padding-left: 0px;
}


/*
.widget_pages h2{ 
	display:none;
}
*/


