
/* Main Color Scheme */

:root {
	 --main-color-red: #a83925;
	 --main-color-darkred: #762527;
	 --main-color-yellow: #fdb913;
	 --main-color-orange: #e9841d;
	 --main-color-green: #b3ba35;
	 --main-color-darkgreen: #849436;
	 --main-color-white: #ffffff;
	 --main-color-gold: #a46f13;
	 --main-color-redlight: #eb7555;
	 --main-color-redsat: #bf9591;
}

.breaking-title{
	background-color: var(--main-color-red);
}

.block-comments #respond p input[type=submit],
.writecomment p input[type=submit],
.big-message h2,
ol#comments .user-author,
#sidebar .widget > .ot-tabbed,
.breaking-news,
.main-menu > ul > li > ul,
.main-title a.button,
.ot-menu-toggle {
	background-color: var(--main-color-yellow);
}
.widget .tagcloud a, .header .header-right,{
	background-color: var(--main-color-red);	
}

.small-sidebar .widget > h3,
.content a:hover,
.main-title a.button,
.article-links-block .item > h3,
a {
	color: var(--main-color-red);
}
.ot-social-block a{
	color: var(--main-color-orange);	
}
.ot-social-block a:hover{
	color: var(--main-color-darkred);	
	text-decoration: none;
}

.main-title {
	border-left: 6px solid var(--main-color-yellow);
}
.article-links-block .item > h3,
.small-sidebar .widget > h3 {
	border-bottom: 3px solid #3c98ca;
}
.article-content p a.ot-link::before {
	background-color: #3c98ca!important;
}
.article-content p a.ot-link::after {
	border-bottom: 2px solid #3c98ca!important;
}
.single-photo-gallery .single-photo-thumbs a.active img {
	border: 2px solid #3c98ca;
}
.block-comments #respond, .writecomment {
	border-top: 3px solid #3c98ca;
}

.rosa{
	color:  var(--main-color-redsat);
}
.rojo{
	color:  var(--main-color-red);
}
.verde{
	color:  var(--main-color-green);
}
.amarillo{
	color: var(--main-color-yellow);
}
.blanco{
	color: #fff;
	font-weight: bold;
}

.back-alert{
	background-color: var(--main-color-red);
}	
.back-success, .back-verde{
	background-color: var(--main-color-green);
}	
.back-amarillo{
	background-color: var(--main-color-yellow);
}	
.back-naranja{
	background-color: var(--main-color-orange);
}	
.back-verdeo{
	background-color: var(--main-color-darkgreen);
}	

.main-title-restaurante{
	border-left: none;
	padding: 4px 18px 10px 0px;
	margin-bottom: 0px;
}