body { 
	background: #DBCC93;
	text-align:center; 
	}
.titulo{ 
	color:#381b0b; 
	font-family:"Trebuchet MS";
	font-size:35 px;
	text-align:left;
	}
.tit-chico{ 
	color:#381b0b; 
	font-family:"Trebuchet MS";
	font-size:15 px;
	text-align:left;
	}
.tit-laterales{ 
	color:#381b0b; 
	font-family:"Trebuchet MS";
	font-size:25 px;
	text-align:center;
	}
.blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	color:#381b0b; 
	font-family:"Trebuchet MS";
	font-size:12 px;
	text-align:justify;
	}
.contact { 
	color:#381b0b; 
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:left;
	}
.procedures { 
	color:#381b0b; 
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:center;
	}
.titulo-negritas { 
	color:#381b0b; 
	font-family:"Trebuchet MS";
	font-size:20px;
	text-align:center;
	}
.copyrights {
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #754104;
	}
a:link,a:visited	{ color:#ba7b18; text-decoration:underline; }
a:hover,a:active	{ color:#6a3604; text-decoration:underline; }

		
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#EADFB1 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #381b0b;
	color:#000000;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 