html {
	border: 0;
	margin: 0px;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

HTML, BODY {
	margin: 0;
	padding: 0;
	width: 99%;
	height: 99%;
	border: 0;
}

BODY {
	font: 11px tahoma, arial, sans-serif;
	/*background-image: url("../img/bg/tira_degrade.gif");
	background-repeat: repeat-x;*/
	background-color: #BBBDC0;
	color: #76787B;
}

A, TABLE, IMG {
	border: 0;
}

A {
	color: #ffffff;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H1, H2, H3, P {
	margin: 0;
}

H1 {
	font-size: 14pt;
	line-height: 26px;
}

H3 {
	font-size: 11pt;
}

UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

H1.titulo {
	font-size: 14pt;
	display: block;
	text-align: center;
	margin:auto;
	margin-top: 0;
	margin-bottom: 0;
}

/****************
 *				*
 *	CONTENEDOR	*
 *				*
 ****************/

#top {
	background-image: url("../img/skins/default/top.gif");
	width: 800px;
	height: 155px;
	margin:auto;
}

#contenedor {
	width: 800px;
	margin: auto;
	background-image: url("../img/skins/default/bg.gif");
}

#bottom {
	background-image: url("../img/skins/default/bottom.gif");
	width: 800px;
	height: 90px;
	margin:auto;
}

#margin {
	height: auto;
	margin:auto;
	text-align: center;
}

#botonera {
	width: 740px;
	height: 10px;
	margin:auto;
	text-align: right;
}

#deco {
	background-image: url("../img/skins/default/decoracion.gif");
	width: 44px;
	height: 276px;
	margin:auto;
	position: absolute;
	top: 155px;
}



/********************
 *					*
 *		EMCIESTA	*
 *					*
 ********************/



DIV#encuesta H1 {
	font-size:16px;
	margin-bottom: 14px;
}

DIV#encuesta H2 {
	font-size:12px;
	margin-bottom: 10px;
	color: #6D6F71;
}

DIV#encuesta H2 SPAN {
	color: #6D6F71;
}

DIV#encuesta H2 B {
	color: red;
}

DIV#encuesta DIV.item {
	text-align: left;
	margin-left: 45%;
}



/********************
 *					*
 *		OBJETOS		*
 *					*
 ********************/

H1.label, P.texto, DIV.imagen {
	margin-bottom: 20px;
}



/* LABEL */
#label_top {
	background-image: url("../img/skins/default/label_top.gif");
	width: 492px;
	height: 11px;
	margin:auto;
}
#label_bg {
	background-image: url("../img/skins/default/label_bg.gif");
	width: 492px;
	margin:auto;
	text-align: center;
}
#label_bottom {
	background-image: url("../img/skins/default/label_bottom.gif");
	width: 492px;
	height: 11px;
	margin:auto;
	margin-bottom: 20px;
}
H1.label {
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 0px;
}

/* TEXTOS */
#texto_top {
	background-image: url("../img/skins/default/texto_top.gif");
	width: 492px;
	height: 11px;
	margin:auto;
}
#texto_bg {
	background-image: url("../img/skins/default/texto_bg.gif");
	width: 492px;
	margin:auto;
	text-align: center;
}
#texto_bottom {
	background-image: url("../img/skins/default/texto_bottom.gif");
	width: 492px;
	height: 11px;
	margin:auto;
	margin-bottom: 20px;
}
P.texto {
	padding: 5%;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-size: 12px;
}


/* IMAGENES */
DIV.imagen {
	/*padding-top: 3%;
	padding-bottom: 3%;*/
}




/********************
 *					*
 *	BOTONERA		*
 *					*
 ********************/

UL#pantalla_navi {
	float: right;
	margin-right: 10px;
}


UL#pantalla_navi LI {
	float: left;
}

UL#pantalla_navi LI.lnk {
	margin: auto;
	width: 55px;
}

/*A.big_arrow_left {
	width: 83px;
	height: 47px;
	background-image: url(../img/buttons/arrow_big_left.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

A.big_arrow_right {
	width: 83px;
	height: 47px;
	background-image: url(../img/buttons/arrow_big_right.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}*/

A.arrow_left {
	width: 48px;
	height: 10px;
	background-image: url(../img/skins/default/anterior.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

A.arrow_right {
	width: 48px;
	height: 10px;
	background-image: url(../img/skins/default/siguiente.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}



/********************
 *					*
 *	MISCSELANEOUS	*
 *					*
 ********************/

/* Separador Punteado */
.hzl {
	width: 100%;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 2px #ffffff solid;
}

.hzlb {
	width: 100%;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow:hidden;
	border-bottom: 1px #ffffff dotted;
}

P#pag {
	text-align: center;
}

textarea{
	border: 1px solid #F68928;
}