/* ---------------------------------------------------------------------------------
tipografia.css: Este archivo contiene la tipografia de las etiquetas XHTML y estilos adicionales.
------------------------------------------------------------------------------------*/



/************************************************************************************
RESETEO DE ETIQUETAS PARA UNIFORMIZAR LA VISUALIZACIÓN EN TODOS LOS NAVEGADORES
*************************************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,section,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
body{line-height:1}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

body{
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
color:#000;
line-height:14px;
}

/************************************************************************************
ESTILOS GENERALES PARA LAS ETIQUETAS
*************************************************************************************/

/*Enlaces Normales*/	 
a:link, a:visited{
	/*color:#FF6600;*/
	color:#333366;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img, iframe{
border:none;
}

img{ 
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
line-height:1.4em;
}
h1{ /*font-size:30px;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
color: #cf0000;
margin-top: 15px;
margin-bottom: 15px;
text-align: left !important;
}
h2{ font-size:24px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}

/*he excluido el "ul" y "p",h5, */
pre, blockquote, ol, h1, h2, h3, h4,  h6{ 
margin:0 0 1em;
}

/*Lista e Item de lista para el Contenido*/
.item-page ul{
list-style:none;
}

.item-page ul li {
background: url("../images/vineta.gif") no-repeat 20px 0px;
	vertical-align:baseline;
    line-height: 130%;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 35px;	
	list-style-position: inside;
	list-style-type:none;

}
.item-page ul li ul {
   list-style-type: circle;
       line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
	clear:both;

}
.item-page ol{
margin-left:35px;
}
.item-page ol li {
    line-height: 180%;
    margin-left: 30px;
}



table{
border-collapse:separate;
border-spacing:0;
}

caption,th,td{
text-align:left;
font-weight:normal;
}

hr{
height:1px;
border-top:1px solid #CCCCCC;
border-right:0;
border-left:0;
border-bottom:0;
}
fieldset{
border:1px solid #CCCCCC;
margin-top:15px;
padding:15px;
}

fieldset.input{
padding:0;
background:none;
}

legend{
margin:0;
padding:0;
font-weight:bold;
color:#333333;
}
th,td,div{
font-size:100%;
}
form label{ cursor:pointer;}

input, textarea, select, .inputbox{
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
}
.inputbox{
border:1px solid #b8b8b8;
background:#ffffff;
padding:4px;
color:#000;
font-size:11px;}
.inputbox:hover{
/*background:#E6E6E6;*/
background:#FFF;
}
.button{
border:1px solid #dddddd;
background:#e3e3e3;
color:#333333;
padding:2px 4px;
}


.punteado td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
border-color: #999999;
border-style: solid;
border-right-width: 1px;
border-left-width: 1px;
border-top-width: 0px;
border-bottom-width: 1px;
} 
.punteado2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
border-color: #999999;
border-style: solid;
border-right-width: 0px !important;
border-left-width: 0px !important;
border-top-width: 0px !important;
border-bottom-width: 1px;
} 
.punteado3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
text-align:center;
background-color:#ecb13f;
border-color: #999999;
border-style: solid;
border-right-width: 1px !important;
border-left-width: 1px !important;
border-top-width: 0px !important;
border-bottom-width: 1px;
} 
.titulo_2donivel {
font-family: Arial, Helvetica, sans-serif !important;
font-size:12px !important;
font-weight:bold !important;
color: #cc5201 !important;	
text-transform:uppercase !important;
}
.titulo_3ernivel {
font-family: Arial, Helvetica, sans-serif !important;
font-size:12px !important;
font-weight:bold !important;
color: #164596 !important;	
}
.titulo_4tonivel {
font-family: Arial, Helvetica, sans-serif !important;
font-size:12px !important;
font-weight:bold !important;
color: #000000 !important;	
}
.texto_contenidos_tablas {
font-family: Arial, Helvetica, sans-serif !important;
font-size:12px !important;
font-weight:normal !important;
color: #333333 !important;
padding:3px !important; 
margin:0px;
}
.texto_linkeables {
font-family: Arial, Helvetica, sans-serif !important;
color:#164596 !important;
font-size:12px !important;
font-weight: normal !important;	
}
.texto_linkeables a{
font-family: Arial, Helvetica, sans-serif !important;
color:#164596 !important;
font-size:12px !important;
font-weight:normal !important;
text-decoration:none !important;	
}
.texto_linkeables a:hover{
text-decoration:underline !important;
cursor:pointer !important;
}

