@charset "UTF-8";

/* 
gris: 6e6e6f
verde: 589351
gris claro: a3a3a3
 */

* { font-size: 10pt; }

.container {background-color:#fff;}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #589351;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #589351;
	padding: 12px;
}
h3 {
	font-size: 1pt;
	font-weight: bold;
	color: #589351;
}
p {
	font-size: 10pt;
	color: #589351;
	text-align: justify;
}
body {
	background-color: #a3a3a3;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	font-size: 10pt;
	color: #589351;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #589351;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #589351;
}
h5 {
	font-size: 8pt;
	color: #000000;
	text-align: left;
	padding-left: 170px;
	font-weight: lighter;
}

.lv {
	font-size: 9pt;
	color: #19574A;
	text-decoration: underline;
}
.ligatit {
	font-size: 10pt;
	font-weight: bold;
	color: #589351;
	text-decoration: underline;
}
h6 {
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}
hr {
	color: #589351;
}
#tabla-principal {
    position:relative;
    background-color:#FFFFFF;
    width: 980px;
    padding:20px;
}

#tabla-principal2 {
    position:relative;
    background-color:#FFFFFF;
    width: 980px;
}

.logo {padding-left:56px; padding-top:20px;}
.no-repeat {background-repeat:no-repeat; background-repeat:repeat-x;}
.align-left {text-align:left;}

.boton1{
	font-size:10px;
	font-weight:bold;
	text-align:Center;
	color:white;
	background:#589351;
	border:0px;
	width:80px;
	height:20px;
}
	   
th     { border-color:white;
         border:0;
         /*font:bold 8pt Verdana, Helvetica;*/
         color:#589351;
       }
td     { border-color:white;
         border:0;
         font: 10pt Verdana, Arial, Helvetica, sans-serif;
       }
	   
.boton{
	font-size:10px;
	font-weight:bold;
	text-align:Left;
	background: white;
	color:#589351;
	border:0px;
	width:350px;
	height:20px;
	cursor: pointer;	
	vertical-align: middle;
}

.boton2{
        font-size:10px;
        font-weight:bold;
        color:white;
        background:#589351;
        border:solid 1px #fff;
        width:min-120px;
        height:min-19px;
		padding:3px;
		cursor:pointer;
       }
	   
.boton3 {width:148px; height:39; background-image:url(../images/boton.jpg); color:#FFF; border:0; cursor:pointer; text-align:center; background-repeat:no-repeat; background-position:center;}
.boton3 a {text-decoration:none; }
.boton3 a, .boton3 a:link, .boton3 a:visited {color:#CCC;}
.boton3 a:hover, .boton3 a:active {color:#FFF;}

select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #666666;
        background-color: #FFF;
        border: 1px solid #000000;
}
input, textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #666666;
        background-color: #FFF;
        border: 1px solid #000000;        
}

#tabla_captura_cliente {
    width: 90%;
    margin: 0px auto;
}

.crece_from {
    width: 70%;    
}

.stringazul {
    color: #589351
}

