/***********************************************/
/* estiloIdipron.css                          */
/***********************************************/

.SeccionDeVinculosAbajo{
	margin: 0;
	padding: 0px;
}

body{
	font-family: Arial,sans-serif;
	color: #000066;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000066;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #000066;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000066;
}

h5{
 font-size: 100%;
 color: #000066;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #000066;
}
				

/*********** #BarraNavegacion  ***********/

#BarraNavegacion ul a:link, #BarraNavegacion ul a:visited {display: block;}
#BarraNavegacion ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#BarraNavegacion li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #BarraNavegacion li {border-bottom: none;}


/*********** #SeccionDeVinculos styles ***********/

#SeccionDeVinculos{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	margin: 0;
	border-bottom: 1px solid #ccc; float:left; text-align:left; /* width:23%; */		
}

#SeccionDeVinculos h3{
	padding: 10px 0px 2px 10px;
}

#SeccionDeVinculos a:link{
	border-top: 1px solid #cccccc;
	width: 100%;
	color: #ffffff;
  voice-family: "\"}\""; 
  voice-family:inherit;
/*	width: auto;*/
}

#SeccionDeVinculos a:visited{
	border-top: 1px solid #cccccc; 
	color: #ffffff;
	width: 100%;	
}

#SeccionDeVinculos a:hover{
	border-top: 1px solid #cccccc;
	background-color: #336699;	
	width: 100%;
}

#SeccionDeVinculos ul a:link, #BarraNavegacion ul a:visited {display: block;}
#SeccionDeVinculos ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#SeccionDeVinculos li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #SeccionDeVinculos li {border-bottom: none;}