/* ------------------------------
Estilos Feedback
------------------------------ */
html, body {margin:0px; padding:0px; background-color:#FFFFFF; width:100%; }
img {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
#feedback{
	position:relative;
	width:100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	left: 0px;
}
#mascara {
	position:absolute;
	width:215px;
	height:350px;
	overflow:hidden;
	margin-top: 200px;
	cursor: pointer;
}
#opciones{
	position:absolute;
	left:-181px;
	height:350px;
	width:100%;
	color:#FFFFFF;
	text-align:center;
}
#opciones .formulario,
#opciones .respuesta {
	position:absolute;
	height:350px;
	width:179px;
	background-color:#499630;
	color:#FFFFFF;
	padding-left: 0px;
}
#opciones .respuesta .info{
	padding:0px;
	margin: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#opciones .formulario .info{
	padding:0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#opciones .formulario .tlf{
	padding:0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 6px;
}
#opciones .formulario .form1 .campo input{
	border: 1px solid #195a04;
	font-size: 11px;
	color: #17330e;
	width: 155px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#opciones .formulario .form1 .envio{
	margin: 0px;
	padding: 0px;
}
#opciones .formulario .form1 .envio input{
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	height: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 86px;
}
#opciones .pestana{
	position:absolute;
	height:160px;
	width:34px;
	right: 0px;
}
/**************************************************************************************** IE6*/
html* #feedback{
	position:relative;
	width:100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	left: 0px;
}
html* #mascara {
	position:absolute;
	width:215px;
	height:500px;
	overflow:hidden;
	margin-top: 200px;
	cursor: pointer;
	left: 0px;
}
html* #opciones{
	left:-181px;
	height:600px;
}
html* #opciones .formulario,
html* #opciones .respuesta {
	position:relative;
	width:179px;
	float: left;
	background-color:#499630;
	!important
}
html* #opciones .formulario .info{
	padding:0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
html* #opciones .respuesta .info{
	margin:0px;
	padding:0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
html* #opciones .formulario .tlf{
	padding:0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 6px;
}
html* #opciones .formulario .form1 .campo input{
	border: 1px solid #195a04;
	font-size: 11px;
	color: #17330e;
	width: 150px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
html* #opciones .formulario .form1 .envio{
	margin: 0px;
	padding: 0px;
}
html* #opciones .formulario .form1 .envio input{
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	height: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 86px;
}
html* #opciones .pestana{
	height:160px;
	width:34px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	!important
}