body{
	margin: 0 0 0 0;
	background-image: url(img/bg-repeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffcc33;
}

img{
	padding: 0px;
	margin: 0px;
}

.texto{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;	
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	text-align: justify;	
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.caja_buscadores{
	border: 1px dotted #df8900;
	border-top: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 15px;
	color: #000000;
}

ul{
	padding-left: 18px;
	padding-top: 10px;
	margin: 0px;
}

li{
	list-style: none;
	white-space: none;
	background-image: url(img/ok.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 15px;
}

.espacio_21px{
	padding-top: 21px;
}

.firma{
	border-top: 5px solid #e99d0f;
}

a:link{
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #cc6600;
}

a:visited{
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #cc6600;
}


a:hover{
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
	color: #ff6600;
	text-transform: uppercase;
	text-decoration: none;	
	border-bottom: 1px dotted #ff6600;
}

a:active{
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #cc6600;
}

a.sin_efx:link{
	text-decoration: none;
	border-bottom: 0px;
}

a.sin_efx:visited{
	text-decoration: none;
	border-bottom: 0px;
}

a.sin_efx:hover{
	text-decoration: none;
	border-bottom: 0px;
}

a.sin_efx:active{
	text-decoration: none;
	border-bottom: 0px;
}

/*FORMULARIO*/

.formulario-texto{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 15px;
	color: #000000;
	text-align: justify;	
	padding-right: 10px;
	padding-left: 10px;
}

.txts {	
	background-color:#ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #ff6600;
	width:200px;
	height: 15px;
	padding-left: 4px;
	border:1px solid #ff6600;
}

.boton {	
	border:1px solid #ff6600;
	width:70px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	height:20px;
	background-color:#ffffff;
	color:#ff6600;
}

.coment {	
	height:140px;
	width:200px;
	background-color:#ffffff;
	font-family:Arial;
	font-size:11px;
	color:#ff6600;
	border:1px solid #ff6600;
	padding-left: 4px;
	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;
}