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

a{
        color:#6c3212; text-decoration: none;
}
a:hover {
	text-decoration: underline;
        color:#e69602;
}


.col2 ul li { list-style:disc; line-height:16px; }
.col2 ul {
	list-style:outside;
	margin:5px 0 10px 15px;
}
.col2 a{
        color:orange; text-decoration: none;
}
.col2 a:hover {
	text-decoration: underline;
}

.excerpt{
	width: 350px;
	font-size: 14px;
	color: #6d753f;
	text-align: left;
	font-family: Georgia;
	font-style: oblique;
}

.excerpt .h2{
	text-align: right;
	}

.sitemap ul {
margin-top: 4px;
list-style:none;
}
.sitemap li {
margin-top: 4px;
list-style: none !important;
}
.sitemap li a {
display: block;
background: #EBEBEB;
width:500px;
color: #663300;
font-size: 16px;
padding: 2px 0 2px 4px;
}
.sitemap li li {
list-style: disc !important;
}
.sitemap li li a {
font-size: 12px;
padding: 0;
color:#FF9900;
background: none;
}

/*----- FORMS -------*/

h3.FieldGroupTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:1px solid #a6b359;
	padding:0;
	text-transform:uppercase;
}

.col2 .formulario {
        line-height:19px;
	}
	
.col2 label, .col2 input.textbox, .col2 select.wide, .col2 textarea {
	display: block;
	float: left;
	width: 161px;
	margin-bottom: 10px;
}
.col2 label {	
}
label.default { width:auto !important; text-align:left !important; display:inline !important; }
.col2 label.error {	
	color:#CC0000;
}
.col2 input, select {
	border: solid thin #CCC;
}

.col2 input.ancho, textarea.ancho {
	width:427px;
}
.col2 label {
	width: 150px;
	text-align: right;
	padding-right: 10px;
	margin-top: 2px;
}
.col2 textarea {
	height: 55px;
	border: solid thin #CCC;
}
.col2 br {
	clear: left;
}
.col2 .submit {
	margin-left:160px;
}

.col2 .titles {
	font-family: Georgia, sans-serif;
	font-size: 16px;
	color: #6d3212;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
}
.col2 .subtitles {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	color: #6d3212;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
}
.col2 ol {

}
