body {
	background-color: #c6a153;
	background-image: url(_img/bg_repeat.jpg);
	margin: 0 0 0 0;
	background-position : top;
	background-repeat: repeat-x;
}

h1{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #673f0b;	
}

h2{
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #673f0b;	
}


.pie{
	background-image: url(_img/pie.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #673f0b;
	padding-top: 0px;
}

.bg_izq{
	background-image: url(_img/borde_izq.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bg_der{
	background-image: url(_img/borde_der.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bg_izq_largo{
	background-image: url(_img/borde_izq_largo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.bg_der_largo{
	background-image: url(_img/borde_der_largo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.contenido{
	background-image: url(_img/bg_contenido.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	color: #673f0b;	
}

.servicios{
	border: 1px solid #673f0b;
	padding: 5px;
	margin-bottom: 24px;
}

.servicios2{
	border: 1px solid #FFFFFF;
}

/*Elementos del Formulario*/

.coment {	
	background-color:#FFFFFF;
	font-family: Trebuchet MS;
	font-size: 11px;
	color:#673f0b;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 1px;
	border:1px solid #673f0b;
	padding-left: 8px;
	padding-top: 5px;
	height:124px;
	width:175px;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
}

.txts {	
	background-color:#FFFFFF;
	font-family: Trebuchet MS;
	font-size: 11px;
	color:#673f0b;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 1px;
	border:1px solid #673f0b;
	padding-left: 5px;
	width:175px;
}

.boton {	
	border:1px solid #673f0b;
	width:90px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	height:20px;
	background-color:#c6a153;
	color:#FFFFFF;
}

/* Fin Elementos del Formulario*/

a:link{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #673f0b;
	text-decoration: none;	
}

a:visited{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #673f0b;
	text-decoration: none;	
}

a:hover{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #673f0b;
	text-decoration: none;	
	border-bottom: 1px dotted #673f0b;
}

a:active{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #673f0b;
	text-decoration: none;	
}

a.sin_efx:link{
	text-decoration: none;
	border: 0px;
}

a.sin_efx:visited{
	text-decoration: none;
	border: 0px;
}

a.sin_efx:hover{
	text-decoration: none;
	border: 0px;
}

a.sin_efx:active{
	text-decoration: none;
	border: 0px;
}