
/* EXTERIOR PAGINA */
BODY {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	background-color: #EEF4F6;
}

/* INTERIOR PAGINA */
#content {
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 12px;
}

/* Cajas de Texto */

INPUT.common {
	width: 100%;
	height: 11px;
	background-color: #EEF4F6;
	color: #005E7D;
	border-style: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-top: 1px;	/* ffox */
	margin-bottom: 1px;	/* ffox */
	_margin-top: 0px;	/* ie */
	_margin-bottom: 0px;	/* ie */
}

INPUT.contentoptional {
	width: 100%;
	height: 12px;
	background-color: #e1edf1;
	color: #005E7D;
	border-style: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-top: 1px;	/* ffox */
	margin-bottom: 1px;	/* ffox */
	_margin-top: 0px;	/* ie */
	_margin-bottom: 0px;	/* ie */
}
INPUT.contentmandatory {
	width: 100%;
	height: 12px;
	background-color: #FFFACC;
	color: #005E7D;
	border-style: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-top: 1px;	/* ffox */
	margin-bottom: 1px;	/* ffox */
	_margin-top: 0px;	/* ie */
	_margin-bottom: 0px;	/* ie */
}

SELECT.dropDownList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #92B7BD;
	color: #006666;
	background-color: #FFFFFF;
}


TEXTAREA.contentoptional {
	/* 20080522 */
	width: 100%;
	height: 50px;
	background-color: #EEF4F6;
	color: #005E7D;
	border-style: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-top: 1px;	/* ffox */
	margin-bottom: 1px;	/* ffox */
	_margin-top: 0px;	/* ie */
	_margin-bottom: 0px;	/* ie */
}

TEXTAREA.contentmandatory {
	/* 20080522 */
	width: 100%;
	height: 50px;
	background-color: #FFFACC;
	color: #005E7D;
	border-style: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-top: 1px;	/* ffox */
	margin-bottom: 1px;	/* ffox */
	_margin-top: 0px;	/* ie */
	_margin-bottom: 0px;	/* ie */
}

/* Botones */
A.commonbtn {
	display: block;
	width: 100%;
	height: 13px;
	background-color: #EEF4F6;
	color: #005E7D;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
A.commonbtninv {
	display: block;
	width: 100%;
	height: 13px;
	background-color: #005E7D;
	color: #EEF4F6;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
A.commonbtnnobg {
	/* 20080522 */
	display: block;
	width: 100%;
	height: 13px;
	color: #EEF4F6;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
A.whitebtn {
	display: block;
	width: 100%;
	height: 13px;
	background-color: #FFFFFF;
	color: #005E7D;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
A.selectable {
	display: block;
	width: 100%;	
}

/* Propiedades elementos input */
.check {
	width: 11px;
	height: 11px;
	border-style: none;
}

/* Separadores */
.line {
	width: 100%;
	height: 2px;
	background-color: #005E7D;
	color: #005E7D;	/* ie */
	border-style: none;	/* ffox */
}

/* Textos */
.textmenulogin {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textmenusearch {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textmenusearchadv {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.texttitleerr {
	/* 20080522 */
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b01c2e;
	text-decoration: none;
}
.texttitleerr A , .texttitleerr A:active, .texttitleerr A:visited, .texttitleerr A:hover{
	/* 20080522 */
	color: #b01c2e !important;
	text-decoration: none;
}
.texttitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #005E7D;
	text-decoration: none;
}
.texttitle A , .texttitle A:active, .texttitle A:visited, .texttitle A:hover{
	color: #005E7D !important;
	text-decoration: none;
}
.textsubtitle {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #005E7D;
	text-decoration: none;
}
.textsubtitle A , .textsubtitle A:active, .textsubtitle A:visited, .textsubtitle A:hover{
	color: #005E7D !important;
	text-decoration: none;	
}
.textsubtitle_disabled {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #9C9C9C;
	text-decoration: none;
}
.textcontentstyle {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #005E7D;
	text-decoration: none;	
}
.textcontentstyle A, .textcontentstyle A:active, .textcontentstyle A:visited {
	color: #005E7D !important;
	text-decoration: none;	
}
.textcontentstyle A:HOVER {
	text-decoration: underline;
}
.textcontent {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #005E7D;
	text-decoration: none;	
}
.textcontent A, .textcontent A:active, .textcontent A:visited  {
	color: #005E7D !important;
	text-decoration: none;	
}
.textcontent A:HOVER {
	text-decoration: underline;
}
.textsectionlvl1 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.textsectionlvl2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.textnormal {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textfeatured {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
.textnormal A, .textnormal A:active, .textnormal A:visited, .textnormal A:hover, .textfeatured A {
	color: #000000;
	text-decoration: none;
}
.textnormaltrans {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textnormaltrans A , .textnormaltrans A:active, .textnormaltrans A:visited, .textnormaltrans A:hover{
	color: #FFFFFF !important;
	text-decoration: none;
}
.textfooter {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #005E7D;
	text-decoration: none;
}

.texts15b1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #005E7D;
	text-decoration: none;	
}

/* Longitudes */

.height_distsubtitle {
	height: 10px;
}

.height_distsubtitle1 {
	height: 7px;
}

.height_distsubseccion {
	height: 20px;
}
/*
.height_distsubbanner {
	height: 24px;
}
*/
.height_content {
	height: 332px;
}
/*
.height_row {
	height: 20px;
}
*/
.width_left {
	width: 200px;
}
.width_right {
	width: 720px;
}

.width_menuleft {
	width: 20px;
}
.width_menu {
	width: 168px;
}
.width_menuright {
	width: 12px;
}

.width_marginlogin {
	width: 10px;
}
.width_textlogin {
	width: 59px;
}
.width_oklogin {
	width: 45px;
}

.margin_content {
	padding-right: 12px;
}

.margin_images {
	padding-bottom: 12px;
}
.margin_downloadtitle {
	padding-top: 2px;
	padding-left: 36px;
	padding-bottom: 3px;
}
.margin_news {
	padding-left: 25px;
	padding-bottom: 5px;
}
.margin_dot {
	padding-right: 10px;
}
.margin_left {
	/* 20080522 */
	padding-left: 15px;
}

/* Paginador */

.pager .rew {
	width: 14px;
	height: 14px;
	background-image: url(../img/pagerrew.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.pager .rew A {
	display: block;
	width: 100%;
	height: 100%;
}
.pager .fwd {
	width: 14px;
	height: 14px;
	background-image: url(../img/pagerfwd.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.pager .fwd A {
	display: block;
	width: 100%;
	height: 100%;
}
.pager .more {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;	
}
.pager .more A {
	display: block;
	width: 14px;
	height: 14px;
	color: #005E7D;
	text-decoration: none;	
}
.pager .number {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.pager .number A {
	display: block;
	width: 14px;
	height: 14px;
	color: #005E7D;
	background-color: #EEF4F6;
	text-decoration: none;
}
.pager .number A:HOVER {
	color: #FFFFFF;
	background-color: #005E7D;
	text-decoration: none;
}
.pager .numberselected {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.pager .numberselected A {
	display: block;
	width: 14px;
	height: 14px;
	color: #FFFFFF;
	background-color: #005E7D;
	text-decoration: none;
}
.pager .dist {
	padding-left: 20px;
}


/* Parte superior a las Secciones */
.subtitle {
	width: 100%;
	height: 56px;
	_height: 50px;
	background-image: url(../img/subtitle2.gif);
	background-repeat: no-repeat;	
}

/* Recuadro LOGIN */
.login {
	width: 164px;
	height: 62px;
	_height: 60px;
	padding: 0px 2px 1px 2px;
	background-color: #000000;
}

/* Recuadro BUSQUEDA */
.search {
	width: 175px;
	height: 28px;
	background-color: #005E7D;
}

/* Recuadro Noticias */
.news {
	width: 180px;
	height: 156px;
	background-color: #EEF4F6;
	padding-top: 15px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	/* tabla */
.news TABLE {
	width: 100%;
}
	/* fila */
.news .row {
	vertical-align: top;
	height: 12px;
}
.news .li {
	width: 25px;
	background-image: url(../img/point_0.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.news .end {
	height: 20px;
	background-image: url(../img/dot_0.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.news .opcion {
	padding-right: 10px;
}

/* Recuadro Nuevo Banner */
.banner {
	width: 180px;
	height: 100px;
	background-color: #EEF4F6;
	padding-top: 15px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	/* tabla */
.banner TABLE {
	width: 100%;
}
	/* fila */
.banner .row {
	vertical-align: top;
	height: 12px;
}
.banner .li {
	width: 25px;
	background-image: url(../img/point_0.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.banner .end {
	height: 20px;
	background-image: url(../img/dot_0.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.banner .opcion {
	padding-right: 10px;
}

/* Recuadro Mensaje central */
.message {
	/* 20080522 */
	width: 400px;
	text-align: center;
	vertical-align: middle;
	background-color: #EEF4F6;
	line-height: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #005E7D;
	text-decoration: none;
}

/* Cuerpo */
.body {
	height: 332px; /* altura mínima */
	vertical-align: top;
}

/* Pie de pagina */
.footer {
	width: 100%;
	height: 35px;
	vertical-align: middle;
}
.footer TABLE {
	text-align: center;
}
.footer TD {
	padding-left: 15px;
	padding-right: 15px;
}

/* Divs */

.divcontent {
	background-color: #EEF4F6;
	width: 100%;	
}
.divbglight {
	background-color:#EEF4F6;
	width:100%;
}
.divbgdark {
	background-color:#005E7D;
	width:100%;
}

/* Descargas */
	/* contenedor */
.downloadbg {
	width: 100%;
	background-color:#EEF4F6;
}
.downloadbg .content {
	margin: 0px 0px 0px 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.download {
	width: 100%;
}
	/* filas */
.download .row, .downloadbg .row {
	vertical-align: middle;
	height: 35px;
}
	/* celda de imagen */
.download .img, .downloadbg .img {
	width: 30px;
}
.download .img IMG, .downloadbg .img IMG {
	border-style: none;
}

/* Elementos */
	/* contenedor */
.element {
	width: 100%;
}
	/* filas */
.element .row {
	vertical-align: top;
}
	/* celda de imagen */
.element .img {
	width: 20px;
}
.element .img IMG {
	border-style: none;
}

/* Banners */
.banner {
	width: 507px;
	padding-top: 15px;
}
.banner IMG {
	width: 507px;
	border-width: 0px;
}

/* Producto */
.producto {
	width: 200px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}
.producto .content {
	margin: 3px 3px 3px 3px;
}
.producto .content .image {
	width: 80px;
	/* SCL: 29/04/2008 */
	height: 60px;
	border-style: solid;
	border-width: 1px;
	border-color: #EEF4F6;
}
.producto .content .image IMG {
	width: 80px;
	/*height: 60px;*/
	/* SCL: 29/04/2008 */
	border-style: none;
}
.producto .content .product {
	/*width: 100%;*/
	_width: 130px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.producto .content .description {
	vertical-align: top;
	padding-top: 5px;
	height: 40px;
}
.producto .content .link {
	vertical-align: bottom;
	padding-top: 10px;
}
.producto .content .arrowleft {
	height: 11px;
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
}
.producto .content .arrowleft A {
	display: block;
	padding-left: 20px;
}
.producto .content .arrowright {
	height: 11px;
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
}
.producto .content .arrowright A {
	_width: 1px; /* bug explorer */
	display: block;
	padding-right: 20px;
}
.producto .content .textproduct {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.producto .content .textdescription {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.producto .content .textlink, .producto .content .textlink A {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

/* Secciones */
.seccion {
	width: 102px;
	height: 32px;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
.seccion A SPAN {
	/* margenes */
	display: block;
	width: 90px;
	padding-left: 6px;	/* firefox */
	_padding-left: 0px;
	cursor: hand;			/* ie */
}
.seccion A.q1 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #1A75CF;
	background-image: url(../img/q11.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q2 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #008C8C;
	background-image: url(../img/q12.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q3 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #578270;
	background-image: url(../img/q13.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q4 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #598F94;
	background-image: url(../img/q14.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q5 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #998F24;
	background-image: url(../img/q15.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q6 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #C4AD0F;
	background-image: url(../img/q16.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q14 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #997059;
	background-image: url(../img/q17.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q7 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #001998;
	background-image: url(../img/q21.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q8 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #80638F;
	background-image: url(../img/q22.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q9 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #986373;
	background-image: url(../img/q23.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q10 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #964069;
	background-image: url(../img/q24.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q11 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #80638F;
	background-image: url(../img/q25.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q12 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #CF6900;
	background-image: url(../img/q26.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q13 {
	display: block;
	width: 100%;
	height: 27px;
	padding-top: 5px;
	background-color: #B01C2E;
	background-image: url(../img/q27.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.seccion A.q1:HOVER {
	background-image: none;
}
.seccion A.q2:HOVER {
	background-image: none;
}
.seccion A.q3:HOVER {
	background-image: none;
}
.seccion A.q4:HOVER {
	background-image: none;
}
.seccion A.q5:HOVER {
	background-image: none;
}
.seccion A.q6:HOVER {
	background-image: none;
}
.seccion A.q14:HOVER {
	background-image: none;
}
.seccion A.q7:HOVER {
	background-image: none;
}
.seccion A.q8:HOVER {
	background-image: none;
}
.seccion A.q9:HOVER {
	background-image: none;
}
.seccion A.q10:HOVER {
	background-image: none;
}
.seccion A.q11:HOVER {
	background-image: none;
}
.seccion A.q12:HOVER {
	background-image: none;
}
.seccion A.q13:HOVER {
	background-image: none;
}

/* Areas de interés */
	/* tabla */
.area {

}
	/* fila */
.area .row {
	padding-bottom: 7px;	/* ie */
}
	/* celdas de imagen */
.area .q1 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q2 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q3 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q4 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q5 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q6 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q14 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q7 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q8 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q9 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q10 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q11 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q12 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
.area .q13 {
	width: 26px;
	height: 26px;
	padding-bottom: 7px;	/* ffox */
}
	/* contenido de celdas de imagen */
.area .q1 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #1A75CF;
	background-image: url(../img/s11.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #1A75CF;
}
.area .q2 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #008C8C;
	background-image: url(../img/s12.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #008C8C;
}
.area .q3 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #578270;
	background-image: url(../img/s13.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #578270;
}
.area .q4 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #598F94;
	background-image: url(../img/s14.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #598F94;
}
.area .q5 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #998F24;
	background-image: url(../img/s15.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #998F24;
}
.area .q6 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #C4AD0F;
	background-image: url(../img/s16.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #C4AD0F;
}
.area .q14 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #997059;
	background-image: url(../img/s17.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #997059;
}
.area .q7 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #001998;
	background-image: url(../img/s21.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #001998;
}
.area .q8 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #80638F;
	background-image: url(../img/s22.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #80638F;
}
.area .q9 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #986373;
	background-image: url(../img/s23.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #986373;
}
.area .q10 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #964069;
	background-image: url(../img/s24.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #964069;
}
.area .q11 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #80638F;
	background-image: url(../img/s25.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #80638F;
}
.area .q12 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #CF6900;
	background-image: url(../img/s26.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #CF6900;
}
.area .q13 A {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #B01C2E;
	background-image: url(../img/s27.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #B01C2E;
}
	/* celdas de texto */
.area .t1 {
/*	width: 215px;*/
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t2 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t3 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t4 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t5 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t6 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t14 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t7 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t8 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t9 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t10 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t11 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t12 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}
.area .t13 {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 7px;	/* ffox */
}



/*Modal Popup*/
.modalBackground {
	background-color:#005E7D;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#EEF4F6;
	padding:10px;
	width:450px;	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.modalPopupTitle{
	cursor: move;
	background-color:#005E7D;	
	font-family: Arial;
	color: #ffffff;	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.modalPopup span
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	text-decoration: none;
}

.modalPopup .mpjustify
{
	text-align: justify;
}

.modalPopup .mpbutton 
{
    cursor: pointer;
	background-color:#005E7D;	
	font-family: Arial;
	color: #ffffff;	
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.modalPopup a {
	display: block;
	width: 50px;
	height: 13px;
	background-color: #005E7D;
	color: #EEF4F6;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	margin-top:20px;
}


.imagePopUp
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#EEF4F6;
	padding: 15px 15px 15px 15px;
	width: 480px;
	text-align: center;	
	vertical-align:middle;
}

.mptitulo
{	
	text-align: center;
	width: 480px;
	height: 25px;
}

.mptitulo span
{
	font-weight: bold;
}

.mpimagen
{
	text-align: center;
	width: 480px;
	height:315px;
}
.mpimagen table
{
	vertical-align: middle;
	text-align:center;
	width:100%;
	height:100%;
}

.imagePopUp a {
	height: 15px;
	cursor: pointer;
	margin-top:20px;
}

div.frmtiendapriv .dre2 .dretatxt,
div.frmtiendapriv .esq2 .dretatxt,
div.frmtiendapriv .esq2 .dreta {
	display:block;
	padding:0px;
	float:left;
	margin-top:-18px;
	padding-left:95px;
}

/* Galería de Imágenes */
#gallery
{
	width: 100%;
	height:100%;
}

.galeria
{
	width: 165px;
	height: 165px;
	margin: 0px 5px 5px 5px;
    float: left;    
}

.galeriaTitulo
{
	text-align:left; 
	height: 35px;
	line-height: 15px;	
}	

.galeriaImagen
{  
    height: 115px;     
    cursor:pointer;	  
    text-align: center; 
    vertical-align:bottom;                     
}

.galeriaImagen table
{
	border: 3px solid #EEF4F6;
	vertical-align: middle;
	text-align:center;
	width:100%;
	height:100%;
}


/* Links de interés */
	/* contenedor */
.linkbg {
	width: 100%;
	background-color:#EEF4F6;
}
.linkbg .content {
	margin: 0px 0px 0px 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.link {
	width: 100%;
}
	/* filas */
.link .row, .linkbg .row {
	vertical-align: middle;
	height: 35px;
}
	/* celda de imagen */
.link .img, .linkbg .img {
	width: 30px;
}
.link .img IMG, .linkbg .img IMG {
	border-style: none;
}

#linksgallery
{
	width: 100%;
	height:100%;
	margin-left: -1px;
}

.linksgaleria
{
	width: 120px;
	height: 70px;
	margin: 3px 3px 3px 3px;
    float: left;    
}

.linksgaleriaImagen img
{  
	cursor: pointer;
	text-align: center; 
    vertical-align: middle; 	 	 
}

.linksgaleriaImagen .imgtable
{
	border: 2px solid #EEF4F6;
	text-align: center; 
    vertical-align: middle; 
	width: 120px;
	height: 70px;
}

.linksgaleriaImagen .texttable
{
	border: 2px solid #EEF4F6;
	text-align:center; 
    vertical-align: middle; 
	width: 120px;
	height: 70px;
	line-height: 10px;	
}

.linksgaleriaImagen A
{
	cursor:pointer; 
	text-decoration: none;
	width: 80px;
	height: 80px;
}

.linksgaleriaImagen A img
{
	cursor:pointer; 
	text-decoration: none;
	border : 0px;
}




.righttable
{
	width:160px;
	margin-left:-10px;
}

.righttable img
{
	border:0px;
}

.lefttable
{

	PADDING-RIGHT: 15px; 
	PADDING-LEFT: 15px; 
	PADDING-BOTTOM: 15px; 
	WIDTH: 100%; 
	PADDING-TOP: 15px; 
	HEIGHT: 150px;		
}

.fcktable .contenido
{
	BORDER-RIGHT: #eef4f6 2px solid; 
	BORDER-TOP: #eef4f6 2px solid; 
	BORDER-LEFT: #eef4f6 2px solid; 
	BORDER-BOTTOM: #eef4f6 2px solid;
	PADDING-RIGHT: 15px; 
	PADDING-LEFT: 15px; 
	PADDING-BOTTOM: 15px; 
	PADDING-TOP: 15px; 
	width: 100%;
}

.fcktable .titulo
{
	WIDTH: 100%; 
	HEIGHT: 30px;
	border: 0px;
}

.fcktable table .imagen
{
	VERTICAL-ALIGN: top; 
	TEXT-ALIGN: center;  
}

.fcktable table .texto
{
	VERTICAL-ALIGN: top; 
	WIDTH: 370px;
}

/* contenido derecho ofertas*/
.tablaofertapeq
{
	border: 0px;
}

.tablaofertapeq .imagen
{
	BORDER-RIGHT: #eef4f6 2px solid; 
	PADDING-RIGHT: 15px; 
	BORDER-TOP: #eef4f6 2px solid; 
	PADDING-LEFT: 15px; 
	PADDING-BOTTOM: 15px; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: #eef4f6 2px solid; 
	WIDTH: 250px; 
	PADDING-TOP: 15px; 
	BORDER-BOTTOM: #eef4f6 2px solid; 
	TEXT-ALIGN: center; 
	
}

.tablaofertapeq .separacion
{
	WIDTH: 15px;
}

.tablaofertapeq .lateral
{
	VERTICAL-ALIGN: top;
}

.imagenofertagran
{
	WIDTH: 100%;
	border: 0px;
}

.imagenofertagran .img
{
	WIDTH: 550px;
}

.imagenofertagran .img img
{
	BORDER: 0px;
}

.imagenofertagran .lateral
{
	width: 100%;
	VERTICAL-ALIGN: top;
}

.imagenofertapeq
{
	width: 100%;
	border: 0px;
}

.imagenofertapeq .img
{
	WIDTH: 250px;
}

.imagenofertapeq .separacion
{
	WIDTH: 15px;
}

.imagenofertapeq .img img
{
	BORDER: 0px;
}

.imagenofertapeq .lateral
{
	VERTICAL-ALIGN: top;
}

/* lateral derecho ofertas*/
.imgofertalateral img
{
	border: 0px;
	height: 150px;
	width: 150px;
}

.coltitlecarrito {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #005E7D;
	text-decoration: none;
}

.refcarrito {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4e4b4a;
	text-decoration: none;
}
.desccarrito {
	font-family: Arial;
	font-size: 10px;
	color: #4e4b4a;
	text-decoration: none;
}

.biglabelselected
{
	color: #006666;
	font-size: 10pt;
	font-weight: bold;
}

.label a, .label a:visited, .label a:active, .label a:hover, .mediumlabel a, .mediumlabel a:visited, .mediumlabel a:active, .mediumlabel a:hover, .biglabel a, .biglabel a:visited, .biglabel a:active, .biglabel a:hover, .notalabel a, .notalabel a:visited, .notalabel a:active, .notalabel a:hover, .biglabelselected a, .biglabelselected a:visited, .biglabelselected a:active, .biglabelselected a:hover
{
	color: #006666;
	text-decoration: none;
}

.softlink
{
	color: #999999;
	font-size: 9pt;
	text-decoration: none;
}
.softlink a, .softlink a:visited, .softlink a:active, .softlink a:hover
{
	color: #006666;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.softlink2 a, .softlink2 a:visited, .softlink2 a:active, .softlink2 a:hover
{
	color: #006666;
	font-size: 10pt;
	text-decoration: none;
}

.softlinkhoverproductos, .softlinkhoverproductos a, .softlinkhoverproductos a:visited, .softlinkhoverproductos a:active
{
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
.softlinkhoverproductos a:hover
{
	color: #006666;
	font-size: 9pt;
	text-decoration: none;
}

