/* Color Scheme */
.header,
.breaking-news .the-title,
.button,
a.small-button,
.marker,
.hover-effect,
.block-title,
#wp-calendar td#today,
.small-button,
#writecomment p {
	background-color: #ffffff;
}

.widget > h3,
 {
	background-color: #a8181e;
	color:#FFF;
}


.list-title,
a:hover,
a.mobile-menu,
.widget .meta a {
	color: #006496;
	/* font-weight: bold;	*/
}
.list-title {
	border-bottom: 2px solid #006496;
}

.boton_rojo {
	background-color: #006496;  /* color boton */
	color:#FFF;
	
	display: inline-block;
	padding: 7px 14px;
	font-size: 13px;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-family: 'Arial';
	border-radius: 2px;
	-moz-border-radius: 2px;	
}

.boton_rojo1 {
	background-color: #006496;  /* color boton */
	color:#FFF;
	
	display: inline-block;
	padding: 7px 14px;
	font-size: 13px;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-family: 'Arial';
	border-radius: 2px;
	-moz-border-radius: 2px;	
}
