/* *************/ /* listado de Rótulos */ 

.ROTULO_EMPRESA_GRANDE {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.ROTULO_DOCUM_GRANDE {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
.ROTULO_ENLACES_GRANDE {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.ROTULO_FAQ_GRANDE {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.ROTULO_CALCULADORA_GRANDE {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.ROTULO_EMPRESA {
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.ROTULO_DOCUM {
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
.ROTULO_ENLACES {
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.ROTULO_FAQ {
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.ROTULO_CALCULADORA {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.ROTULO_EMPRESA_MEDIANO {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.ROTULO_DOCUM_MEDIANO {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
.ROTULO_ENLACES_MEDIANO {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
.ROTULO_FAQ_MEDIANO {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.ROTULO_CALCULADORA_MEDIANO {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.ROTULO_MAS_GRANDE {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
}


/* *************/ /* SCRIPTS */ 

imprimir.css
.imagen {
height: 0;
width: 0;
position: absolute;
}
normal.css
.imagen {
height: 10;
width: 10;
position: absolute;
}

/* *************/ /* TABLA COPYRIGHT */ 
table.copyright {
width:100%;
margin-top: 20px;
} 
table.copy td {
text-align: center;
} 

/* *************/ /* TABLAS CONTENIDO FORMAS JURIDICAS */ 

table.dudas td.forma {
text-align: left;
font-weight:bold;
border-left: 1px dotted #ccc;
padding-left:10px;
} 
table.dudas td {
text-align: center; 
border-bottom: 1px dotted #CCC; 
border-left: 1px dotted #CCC;
border-right: 1px dotted #CCC;
}
table.dudas th{
background:#F8F3E4;
color:black; 
font-weight:bold;
border: 1px solid #D8D8AF;
} 

/* *************/ /* TABLA ESTADISTICA */ 

table.estar {
width:98%;
border: 1px solid #fffff2;
} 
table.estar td {
text-align: center; 
border-bottom: 1px dotted #CCC; 
border-right: 1px dotted #CCC;
}
table.estar td.iz {
text-align: left; 
border-top: 1px dotted #FBFBF4; 
border-left: 1px dotted #CCC;
border-right: 1px dotted #ccc;
border-bottom: 1px dotted #FBFBF4;
}
table.estar td.iz {
border-bottom: 1px dotted #CCC; 
border-left: 1px dotted #CCC;
}
table.estar td.izz {
text-align: left; 
border-top: 1px dotted #CCC;
border-left: 1px dotted #CCC;
}

table.estar td.destaca {
border-left: 1px solid #D8D8AF;
border-right: 1px solid #D8D8AF;
border-bottom: 1px solid #D8D8AF;
text-align:left;
}
table.estar th {
background:#F8F3E4;
color:#E1771E; 
font-weight:bold;
border: 1px solid #D8D8AF;
} 

/* *************/ /* TABLA FORMAS JURIDICAS */ 

table.formas {
width:98%;
border: 1px solid #fffff2;
} 
table.formas td {
text-align: center; 
border: 1px dotted #ccc;
}
table.formas th {
background:#F4F4F4;
color:black;
border: 1px solid #ccc;
font-weight:normal;
} 
table.formas th.cab {
background:#F8F3E4;
color:black; 
border: 1px solid #CCC;
font-weight:bold;
} 

/* *************/ /* TABLA TRAMITES */ 

table.tram {
margin-left:10em;
border: 1px solid #fffff2;
} 
table.tram td {
border: 1px dotted #ccc;
text-indent:10px;
}
table.tram td.num {
border: 1px dotted #ccc;
font-size: 120%;
font-weight:bold;
}
table.tram th {
background:#F4F4F4;
color:black;
border: 1px solid #ccc;
font-weight:normal;
} 
table.tram th.cab {
background:#F8F3E4;
color:black; 
border: 1px solid #CCC;
font-weight:bold;
padding:7px;
} 

/* *************/ /* TABLA RESUMEN TRAMITES */ 

table.tra {
margin-left:4em;
border: 1px solid #fffff2;
width:80%;
} 
table.tra td {
border: 1px dotted #ccc;
text-indent:2px;
}
table.tra td.num {
border: 1px dotted #ccc;
font-size: 120%;
font-weight:bold;
text-align:center;
}
table.tra th {
background:#F4F4F4;
color:black;
border: 1px solid #ccc;
font-weight:normal;
} 
table.tra th.cab {
background:#F8F3E4;
color:black; 
border: 1px solid #CCC;
font-weight:bold;
padding:7px;
} 

/* *************/ /* TABLA VENTAJAS */ 

table.ven {
border: 1px solid #fffff2;
} 
table.ven td {
border: 1px dotted #ccc;
padding:5px;
vertical-align:text-top;
}
table.ven th {
background:#F4F4F4;
border: 1px solid #ccc;
padding:5px;
} 



/* *************/ /* TABLA DICCIONARIO */ 

table.dicc {
width:100%;
border: 1px solid #CCC;
} 
table.dicc td {
text-align: center; 
color:#FF9900;
border: 1px solid #CCC;
padding:3px; 
font-weight : bold;
font-family : Verdana, Helvetica,serif;
}
table.FONDO_TITULOS{
background: #999999;
}

/* *************/ /* TABLAS INDEX IZQUIERDO */ 

table.EMPRESA {
	border: 2px solid #990000;
	padding: 2;
}
table.FAQ {
	border: 2px solid #0000FF;
	padding: 2;
}
table.OTROS {
	border: 2px solid #003300;
	padding: 2;
}
table.ENLACES {
	border: 2px solid #FF6600;
	padding: 2;
}
table.MASGRANDE {
	border: 2px solid #FF0000;
	padding: 2;
}
table.GENERAL {
	border: 1px dotted #666666;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
table.GENERAL TD {
	border: 1px dotted #666666;
}

.SOMBREADO{
background:#CCCCCC;
}

