@charset "UTF-8";
/* CSS Document */


/*cope with inheritance bugs*/
body, table, th, td{
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size : 12px;
font-style: normal;
font-weight:normal;
line-height:16px;
color : #848484;
text-decoration : none;}

/*body specific*/
body{
	/*background-image:url(../_images/backg.jpg);
	background-repeat:repeat-x;
	background-position: left top;*/
	/*background-color:#f0f6ed;*/
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
}

.oneColElsCtr #container {
	width: 999px;
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.oneColElsCtr #mainContent {
	padding: 10px 0 0 0; /* remember that padding is the serie inside the div box and margin is the serie outside the div box */
}


/*bio link-------------------------------*/
table td.bio{
	/*background-color:#d0d0d0;*/
	width:720px;
	color:#58595B;
	padding: 0 10px 10px 306px;
	font-size : 13px;
	line-height : 22px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
}
/*finbio link----------------------------*/



/*contacto link-------------------------------*/
#address {position:absolute; width:300px;top:82px;left:409px; color:#58595B; }
.error {color: #f2005f;}
#contactoform{ padding: 0 0 0 15px; }
.contactcolor {color: #58595B;}
table td.contactcolor{color:#58595B;}


.contactocolor {color: #f2005f;}

/*forms*/
input.field {width: 300px;}
input.btn {width: 80px;}
select {width: 95px;}
textarea {width: 300px;height: 170px;}
/*fin contacto link----------------------------*/