/* CSS Document */


body {

padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #8c8c8c;
font-size: 13px;
background-color: #cedeb7;
background-image: url(images/background.png);
background-repeat: repeat-y;
background-position: center;

}

img {

border: 0px;

}


#container {

width: 769px;
border-left: solid 10px #f2f2f2;
border-right: solid 10px #f2f2f2;
margin: 0px auto;
background-color: #FFFFFF;
padding-top: 10px;


}

.clear {

clear: both;

}





/* Header */

#header_language {

float: right;
color: #c0c0c0;
font-size: 14px;
font-weight: bold;
padding-right: 5px;

}




/* Contenido */


#content {

padding-top: 40px;
clear: both;

}


#text {

width: 452px;
padding-left: 50px;

}

table.table_width {

width: 100%;

}


td.table_width {

width: 100%;

}





/* Menu Productos */

#products {

float: right;
padding-right: 55px;

}

.products_menu {

border: solid 1px #eaeaea;
padding: 3px;

}

ul.products_list {

padding: 0px;
margin-left: 10px;
font-size: 10px;
list-style: none;
color: #333333;

}

ul.products_list a:link,ul.products_list a:visited{
	color: #333333;
	text-decoration: underline;
}
ul.products_list a:hover,ul.products_list a:active{
	color: #666666;
	text-decoration: underline;
}



ul.products_list li {

padding-top: 1px;

}


.menu_background {

background-color: #EEF6E6;

}


.productos_separators {

border-bottom: 
1px solid #eaeaea; 
margin-bottom: 10px; 
color: #333333; 
font-size: 11px;
padding-top: 10px;

}


/* Contenido */

#text_info {

padding-left: 18px;
padding-top: 10px;

}

.text_green {

margin-top: 15px;
margin-bottom: 15px;
background-color: #c2ec96;
padding: 5px;
font-weight: bold;
color: #666666;
font-size: 11px;

}

.text_green em{

color: #000000;
font-style: normal;

}

.pdf {

font-size: 10px;
color: #666666;

}

.pdf a {

color: #666666;

}

.servicios_highlight {

background-color: #EEF6E6;
padding: 10px;
border: solid 1px #eaeaea;

}

.servicios_highlight p {

padding: 0px;
margin: 0px;

}



/* Texto propiamente dicho */

#columna_a {

padding-left: 25px;
width: 120px;

}


#columna_b {

float:right;
width:240px;
padding-right: 20px;

}


#columna_b em {

color: #23971A;
font-style: normal;
font-weight: bold;

}

#columna_institucional {

padding-right: 20px;
line-height: 20px;

}

#columna_institucional em {

color: #23971A;
font-style: normal;
font-weight: bold;

}


#columna_b p {

line-height: 20px;
margin-top: 0px;

}

.productos_list {

padding-left: 20px;

}




/* Footer */

#footer {

margin: 0px;
padding-top: 15px;

}

p.footer_links {

padding: 0px;
margin: 0px;
padding-left: 60px;

}

p.footer_links  a:link,p.footer_links  a:visited{
	color: #86AF07;
	text-decoration:none;
}
p.footer_links  a:hover,p.footer_links  a:active{
	color: #10AA0A;
	text-decoration: underline;
}



p.develop {

font-size: 10px;
padding-bottom: 10px;
margin: 0px;
padding-right: 60px;
float: right;

}





p.tech {

font-size: 10px;
padding-bottom: 10px;
padding-left: 60px;
margin: 0px;
color: #c0c0c0;

}

p.tech  a:link,p.tech a:visited{
	color: #c0c0c0;
	text-decoration:none;
}
p.tech a:hover,p.tech a:active{
	color: #c0c0c0;
	text-decoration: underline;
}




/* Formulario */


ul.form_text {

color: #23971A;
font-weight: bold;
margin: 0px;
text-align: right;
list-style: none;

}

ul.form_text li{

padding-bottom: 20px;

}


ul.form_fields {

margin: 0px;
list-style: none;

}


ul.form_fields li{

padding-bottom: 12px;

}

#columna_a_form {

width: 160px;

}


.form_field {

font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;

}

#toolTipBox {
	display: none;
	padding: 5;
	font-size: 10px;
	border: #9c9899 solid 0px;
	font-family: verdana;
	position: absolute;
	background-color: #FFFFFF;
	color: 000000;
}
