/* el recuadro que contiene la informacion central del modulo */
#cuadroMain  {
background-color:	#FFFFFF;
border-color:	#000000;
border-style:	solid;
border-width:	0px;
float:	left;
margin-left:10px;
margin-top:	5px;

width:	600px;
}

/* banner delgado con el titulo del modulo */
#cuadroTitulo  {
background-color:	#FFFFFF;
border-color:	#000000;
border-style:	solid;
border-width:	0px;
float:	left;
margin-left: 10px;
margin-top:	0px;
position:	relative;
width:	600px;
height: 35px;
}


/**************************** SECCION DE CONTENIDOS *************************/

/* Recuadro con la información de la seccion del módulo */
#cuadroSeccion  {
background-color:	#444444;
border-color:	#000000;
border-style:	solid;
border-width:	0px;
color : #FFFFFF;
float:	left;
font-family:	Arial, Helvetica, sans-serif;
font-size:	10pt;
font-weight:	bold;
margin-top:	5px;
position:	relative;
width:	602px;
height: 20px;
}

/* Este es el recuadro que tiene el contenido de los articulos */
#cuadroTexto  {
background-color:	whitesmoke;
border-color:	#000000;
border-style:	solid;
border-width:	1px;
color:	#000033;
float:	left;
font-family:	Arial, Helvetica, sans-serif;
font-size:	10pt;
padding:	5px;
text-align:	justify;
width:	590px;
}

/* Aqui se muestran los iconos de imprimible y recomendar */
#cuadroIconos  {
background-color:	#FFF;
border-color:	#000000;
border-style:	solid;
border-width:	0px;
color : #000000;
float:	right;
position:	relative;
width:	60%;
height: 25px;
}

/* Estilo de la lista de articulos para una subcategoria */
#cuadroArticulos  {
background-color:	#FFFFFF;
color:	#000033;
border:	1px dotted #000000;
float:	left;
font-family:	verdana;
font-size:	10pt;
margin-left:	5px;
margin-top: 5px;
margin-bottom: 5px;
text-align:	justify;
width:	590px;
}

/* Subestilo de cuadro articulos.. maneja el texto */
.tArt  {
float:	left;
padding-left:	10px;
padding-right:	5px;
position:	relative;
width:	570px;
color:	#000000;
font-family:	Tahoma, Verdana, Arial, Sans-Serif;
font-size:	10pt;
font-weight:	normal;
text-align:	left;
}

/* Estilo libre permite limpiar o escribir fuera de otro estilo */
.menuInterno {
background-color:	#cccccc;
border:	1px solid #000;
font-family:	tahoma;
font-size:	8pt;
color : #990000;
float:	left;
padding:4px;
margin-bottom:5px;
position:	relative;
width:	594px;
}

