
.contenido {
	height: 240px;
	margin: 15px 0 5px 0;
}
* html .contenido { height: 240px; }

/*** boletin ***/

.boletin {
	float: left;
	width: 390px;
	padding-left: 10px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
* html .boletin { width: 400px; }

.boletin a:link    { text-decoration: none; color: #000080; }
.boletin a:visited { text-decoration: none; color: #000080; }


/*** boletin izquierdo ***/

.boletin .izquierda {
	float: left;
	width: 240px;
	cursor: pointer;
}

.izquierda .link {
	font-size: 14pt;
	font-weight: bold;
	color: #000080;
	padding-left: 5px;
}

.fidigest {
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	padding-left: 3px;
}

.portada {
	height: 90px;
	display: block;
	position: relative;
	width: 222px;
	padding: 1px;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	overflow: hidden;
}

.puntos {
	position: absolute;
	bottom: 0px;
	right: 2px;
	background-color: white;
}

/*** boletin derecho ***/

.boletin .derecha {
	float: right;
	width: 150px;
	cursor: pointer;
}

.derecha .titulo {
	text-align: center;
	display: block;
	color: #000000;
}

.derecha .foto {
	border: solid 0px;
}

.mascontenidos {
	text-align: center;
	font-weight: bold;
	display: block;
}

.noticia {
	font-size: 8pt;
	display: block;
	padding: 3px 0 0 8px;
	background-image: url(../images/mayor.gif);
	background-repeat: no-repeat;
	color: #000000;
}

/*** menu digest ***/

.area_d {
	clear: both;
	color: #ffffff;
	background-color: transparent;
	width: 200px;
	height: 26px;
	overflow: hidden;
	position: absolute;
	top: 185px;
	left: -10px;
}

* html .area_d {
	top: 187px;
}

.zona_d {
	width: 198px;
	height: 22px;
	margin: 2px 2px 0 0;
	background-color: #808080;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

* html .zona_d { width: 200px; height: 26px; }

.opcion_d {
	float:left;
	width: 98px;
	height: 21px;
	margin: 2px 2px 0 0;
	background-color: #c0c0c0;
	font-size: 9pt;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
}
* html .opcion_d { width: 100px; height: 26px; }
.area_d .opcion_d.over { background-color: #808080; }

/*** destacados ***/

.destacado {
	float: left;
	margin-left: 20px;
	padding: 0px;
	border: dotted 2px #3975b1;
}
* html .destacado { width: 190px; height: 210px; }
.destacado img { border: none; }

/*** formulario ***/

.formulario {
	float: left;
	width: 290px;
	margin-left: 20px;
	padding: 3px 0px;
	height: 210px;
	position: relative;
	text-align: left;
}

.formulario .tit {
	font-size: 12pt;
	font-weight: bold;
	color: #000080;
	text-align: left;
	margin-bottom: 0px;
}

form.formulario fieldset {
	margin-bottom: 10px;
	border: none;
}

form.formulario label {
	display: inline;
	line-height: 1.8;
	vertical-align: top;
	font-size: 11pt;
	color: #000080;
	width: 120px;
	text-align: right;
}

form.formulario fieldset ol {
	margin: 10px 0;
	padding: 0;
}

form.formulario fieldset li {
	list-style: none;
	padding: 0 5px 5px;
	margin: 0;
}

.formulario .text {
	font-size: 11pt;
	font-family: Trebuchet MS, sans-serif;
	border: solid 1px #000080;
	width: 120px;
	height: 22px;
}

.formulario img { border: none }
a.cliente {
	display: block;
	width: 285px;
	height: 65px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-decoration: none;
	position: absolute;
	bottom: -20px;
	left: 0;
}

a.categoria, a.categoria:link, a.categoria:visited
 {
	font-size: 0.93em;
	display: block;
	padding: 3px 0 0 8px;
	color: #000080;
	text-decoration: none;
}

/*** animacion ***/

#fotos {
	position: relative;
	height: 79px;
	width: 930px;
	overflow: hidden;
	clear: both;
	background-color: white;
}

#fotos img {
	position: absolute;
	left: -100px;
	width: 95px;
	height: 76px;
}

#conozca {
	position: absolute;
	left: 6px;
	/*left: 40px;*/
	bottom: 12px;
	font-size:24pt;
	font-weight:bold;
	color: #ffffff;
}

/*** productos ***/

.productos {
	height: 130px;
}

.area_p {
	float: left;
	width: 310px;
	height: 56px;
	background-color: #ffffff;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.zona_p {
	font-size: 14pt;
	font-weight: bold;
	padding-top: 16px;
	height: 40px;
}

* html .zona_p { height: 56px; }

.opcion_p {
	margin: 2px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	height: 24px;
	cursor: pointer;
}

* html .opcion_p { height: 32px; }

.area_p.naranja .zona_p { background-color: #d64700; }
.area_p.verde   .zona_p { background-color: #009999; }
.area_p.azul    .zona_p { background-color: #3975b1; }

.area_p.naranja .opcion_p { background-color: #ff9e6d; color: #993300; }
.area_p.naranja .opcion_p.over { background-color: #d64700; color: #ffffff; }
.area_p.verde .opcion_p { background-color: #a7ffc4; color: #00918e; }
.area_p.verde .opcion_p.over { background-color: #009999; color: #ffffff; }
.area_p.azul .opcion_p { background-color: #8bb2d9; color: #3333ff; }
.area_p.azul .opcion_p.over { background-color: #3975b1; color: #ffffff; }

