* {
	margin:0;
	padding:0;
	font-family: "arial","helvetica", sans-serif;
}

/* General Style Info */
body {
	color:#6D6D6D;
	color:#333333;
	font-size: 0.75em;
	background:url(../../img/public/body-bg.gif) repeat;
}
body.ie7{
	font-size: 0.7em;
}

a img {
	border:0px;
}

a:link, a:active, a:visited{
	text-decoration:underline;
	color:#CC9900;
	color:#4A8EBC;
}

a:hover{
	text-decoration:underline;
	color:#CC0000;
	color:#000099;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.separador-bloques{
	margin-top:20px;
	clear:both;
}

h1{ /*se usa para los titles de sección*/
	color:#157F57;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:0.8em;
	border-bottom: 3px solid #eeeeee;
}

h3{
	text-transform:uppercase;
	color:#BC121D;
	/*border-bottom: 2px dotted #B6B6B6;*/
	border-bottom: 1px dotted #B6B6B6;
	font-weight:bold;
	padding-bottom:0.2em;
	font-size:1em;
	margin-bottom:0.5em;
}
fieldset{
	border:0;
}
input{
	font-size:0.9em;

}
textarea{
	font-size:0.9em;

}
p{
	text-align:justify;
	color:#333333;
}
p strong{
	color:#157F57;
}
div.submit{
	float:left;

}
input.submit-formatted{
	border:1px dotted #ccc;
	background:url(../../img/public/button-submit-bg.gif) 5px center no-repeat #fff;
	font-size:0.95em;
	padding:0;
	margin:0;
	padding-left:20px;
	margin-right:10px;
	color:#036335;
}

.ie7 input.submit-formatted{
	padding-left:15px;
}

/*********************** autocomplete ***************************/
div.auto_complete{
	background-color:#eeeeee;
	padding:0.2em;
	border:1px solid #cccccc;

}
div.auto_complete ul{
	list-style-type:none;
}


