/* ------------------------------
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:absolute;
	/*width:100%;*/
	width:222px;
	/*background-color:#FFFFFF;*/
	margin: 0px;
	padding: 0px;
	/*height:100%;*/
	left: 0px;
	z-index: 10001;
	top: 250px;
	height:auto;
}
#mascara {
	position:absolute;
	/*width:222px;*/
	width:auto;
	height:390px;
	overflow:hidden;
	margin-top: 200px;
	cursor: pointer;
}
#opciones{
	position:absolute;
	left:-181px;
	height:390px;
	/*width:100%;*/
	width:222px;
	color:#FFFFFF;
	text-align:center;
}
#opciones .formulario,
#opciones .respuesta {
	position:absolute;
	height:390px;
	width:179px;
	background-color:#e00600;
	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: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#opciones .formulario .tlf{
	padding:0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 6px;
}
#opciones .formulario .form1 .caja {
	background-color: #b80500;
	margin-right: 4px;
	margin-left: 7px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 10px;
}
#opciones .formulario .form1 .caja p.obliga {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#opciones .formulario .form1 .campo input{
	border: 1px solid #e00600;
	font-size: 11px;
	color: #555555;
	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 .campo textarea{
	border: 1px solid #b80500;
	font-size: 11px;
	color: #555555;
	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;
	font-family: Arial, Helvetica, sans-serif;
}
#opciones .formulario .form1 .envio{
	margin: 0px;
	padding: 0px;
}
#opciones .formulario .form1 .envio input{
	margin-top: 5px;
	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:190px;
	width:43px;
	right: 0px;
	top: 0px;
}
/**************************************************************************************** IE6*/
html* #feedback{
	position:relative;
	width:100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	left: 0px;
}
html* #mascara {
	position:absolute;
	width:223px;
	height:540px;
	overflow:hidden;
	margin-top: 200px;
	cursor: pointer;
	left: 0px;
}
html* #opciones{
	left:-181px;
	height:640px;
}
html* #opciones .formulario,
html* #opciones .respuesta {
	position:relative;
	width:179px;
	float: left;
	background-color:#e00600;
	!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 #e00600;
	font-size: 11px;
	color: #555555;
	width: 150px;
	padding-top: 4px;
	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:190px;
	width:43px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	!important
}