@import url(eurobits.desktop.css) all and (min-width: 1270px);
@import url(eurobits.desktop.css) screen;
@import url(eurobits.1366.css) all and (max-width: 1390px);
@import url(eurobits.1280.css) all and (min-width: 801px) and (max-width: 1281px);
@import url(eurobits.mobile.css) all and (max-width: 800px);
@import url(eurobits.mobile.css) handheld;

body  {
	color: #7f8281;
	margin-top: -1px;
	padding-top: 1px;
}



.home_bg2 {
	background-color: #f7f7f7;
}

.bg1 {
	background-color: #ecf0f4;
}

.bg3 {
	background-color: #5d4795;
	color: #ecf0f4;
}

.bg4 {
	background-color: #ff687b;
	color: white;
}

.bg5 {
	background-color: #2ec6c6;
	color: white;
}

.bg6 {
	background-color: #7b69ab;
}


.border {
	border: 1px solid  #5d4795;
}
.border.rounded {
	border-radius: 5px;
}

blockquote {
	font-style: italic; 
	font-weight: 300;
}

.color0, div.info p.color0 {
	color: #5d4795;
}

.color1 {
	color: #7b69ab;		/* morado */
}

.color2 {
	color: #5d6966;		/* marengo */
}

.color3 {
	color: #646b68;
}

.color6 {
	color: #80343e;
}

.color7 {
	color: #35275b;
}

.color8 {
	color: #1c7777;
}

.color9 {
	color: #aea3ca;
}


h1, h2, h3, h4 {
	font-weight: 300;
}


.ui-dialog {
	background-color: white;
}