/*  NOMBRE ARCHIVO : css_massoli.css*/
/*  DESCRIPCION: Clases para seccion mas solicitadas  */
/*  usa la base y aqui se agregan caracteristicas propias de la seccion  */
/*  este archivo se llama en la base */
/*  FECHA DE CREACION: 02/11/2007 */
/*  MODIFICACION: 02/11/2007 */
/*  ULTIMA MODIFICACION: 16/04/2008 (BaParte)*/

.submenu{
	/*font-size: 10pt;*/
	/*display:table; */
	/*color: #666666;*/
	padding-bottom:10px;
}
.BaParte{
	color: #333333;
	text-transform: capitalize;
}
.submenu b{
	color:#336699;
}

.tipos_norma{
   /*font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;*/
   font-size: 9pt;
   margin: 5px 0;
   list-style-type: none;
   padding: 0;
}

.tipos_norma li{
   float: left;
   margin: 1px;
   border: 1px solid #CCCCCC;
   font-weight: bold;
	
}

.tipos_norma li a{
	text-decoration: none;
	display: block;
	padding:4px 2px;
	text-align: center;
	/*color: #336699;*/
}

.tipos_norma li a:hover{
   text-decoration: none;
   background-color: #B2B2B2;
   color: #CC0000;
}

.tipos_norma .marca, .alfabeto .marca{
   background-color: #B2B2B2;   
}

.materia{
	font-size: 9pt;
}

.alfabeto{
	margin: 5px 0;
	list-style-type: none;
	padding: 0;
	font-size: 0.8em;
}
.alfabeto li {
   float: left;
   margin: 1px;
   width: 20px;
   border: 1px solid #CCCCCC;
   font-weight: bold;
}

.alfabeto li a {
   text-decoration: none;
   display: block;
   padding:4px 0;
   text-align: center;
	color: #336699;
}

.alfabeto li a:hover{
   text-decoration: none;
   background-color: #B2B2B2;
   color: #336699;
}
.vacia{
   display: block;
   padding:4px 0;
   text-align: center;
}

.linea {
   border-bottom: 1px dashed #B2B2B2;
   padding: 18px;
   position:relative;
}

.linea .nombre {
   	display:block;
	width:350px;
}

.linea .img1 {
	position:absolute;
	right:160px;
	top:5px;
	padding:5px;
	background:#EEE;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.linea .img2 {
	position:absolute;
	right:40px;
	top:5px;
	padding:5px;
	background:#EEE;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.linea .img3 {
	position:absolute;
	right:20px;
	top:11px;
	padding:5px;
	background:#EEE;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.linea .img4 {
	position:absolute;
	right:140px;
	top:11px;
	padding:5px;
	background:#EEE;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.tblResulDetalle td{
   padding: 10px 5px;
   border-right: 1px solid #B2B2B2;
   vertical-align: top;
   border-bottom: 1px dashed #B2B2B2;
   padding-bottom: 5px;
}

.tblResulDetalle .sinlinea{
	border-bottom:none;
}

.agrupadores{	
	width: 99%;
	font-size: 0.9em;
	margin: 0 0 20px;
	/*border-radius:6px 6px 0 0;
	border: 1px solid #B2B2B2;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;*/
}

.agrupadores .th {
	margin-bottom: 1em;
	position:relative;
	height:30px;
	font-size:11pt;
	padding-bottom:5px;
}

.agrupadores .th div {
	display:inline-block;
}

.subagrupadores{
	color: #323232;
	/*font-size: 0.8em;*/
	border-bottom: 1px dashed #B2B2B2;
   padding-bottom: 5px;
}

.subagrupadores td{
	 padding: 10px 5px;
	 border-right: 1px solid #B2B2B2;
	 border-bottom: 1px solid #B2B2B2;
	 vertical-align: top;
}

