@charset "UTF-8";
@import url(reset.css);
@import url(header.css);
@import url(registration-form.css);
@import url(clearers.css);
@import url(faq.css);
@import url(admin.css);
/*----------------------------------------------GENERAL-----------*/
/*
 * dark grer: #363639
 * dark green: #526959;
 * */
html {
    background: #58524F;
}

body {
    background: #FFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #363639;
}

.wrapper {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

p {
}


.pageTitle-yellow{
	color:#FF9900;
	font-size:22px;
	margin-bottom:15px;
}
.subTitle-green {
	color:#4F7356;
	font-size:20px;
	margin-bottom:15px;
}

/*main content*/
#mainContent {
    width: 980px;
    margin: 20px auto 0 auto;
    text-align: left;
}

div.Col-left {
    width: 420px;
    float: left;
}

div.Col-center {
    width: 250px;
    float: left;
    margin: 0 0 0 30px;
}

div.Col-right {
    width: 250px;
    float: left;
    margin: 0 0 0 30px;
}

h2.sifr {
    font-family: "Century Gothic", sans-serif;
    font-size: 22px;
    color: #4F7356;
    text-align: left;
    margin-bottom: 13px;
}
h2.sifrWhite {
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    color: #FFF;
    text-align: left;
    margin-bottom: 13px;
}
/*advantages list*/
ul#advantages {
    color: #22594E;
    font-weight: bold;
    margin: 13px 0 0 0;
    border-bottom: 1px dashed #A7B9AB;
    padding-bottom: 19px;
    margin-bottom: 25px;
}

ul#advantages li {
    margin: 0 0 4px 0;
    background: url(../img/advantages-yellowV.jpg) 0px 4px no-repeat;
    padding-left: 20px;
}

div.pantalla {
    background: url(../img/pantalla-bkg.jpg) left top no-repeat;
    width: 126px;
    float: left;
    margin-right: 10px;
}

div.pantalla img {
    position: relative;
    left: 3px;
    top: 4px;
}

div.pantalla span {
    position: relative;
    left: 3px;
    font-size: 10px;
    line-height: 14px;
    display: block;
    color: #4F7356;
}
/*middel col with icons*/
.introIcon {
    font-size: 12px;
    line-height: 16px;
}

p#trebolV {
    border-bottom: 1px dashed #A7B9AB;
    padding-bottom: 21px;
    margin-bottom: 25px;
}

p.introIcon img {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: 6px;
}

a.knowMore {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    width: 57px;
    height: 22px;
    display: block;
    line-height: 22px;
    background: url(../img/moreBtn.jpg) -2px top no-repeat;
    text-decoration: none;
    margin-top: 5px;
}
/*right col form and banner*/
div#smsForm {
    width: 250px;
    height: 232px;
    display: block;
    margin-bottom: 30px;
}

div#smsForm label {
	font-size: 16px;
	font-weight: bold;
}

div#smsForm input[type='text'] {
	width: 236px;
	height: 21px;
	font-size: 16px;
	background-position: center;
	padding: 2px;
}

div#smsForm textarea {
	width: 240px;
	height: 100px;
}

div#smsForm input[type='image'] {
	margin-top: 5px;
}

div#authMessage {
	margin: 0 0 20px 0;
	padding: 8px 18px;
	border: 1px solid #bbb;
	font-weight: bold;
	background-color: #FFD69F;
	
}
