/* CSS Document */
a:link 		{text-decoration: none !important}
a:hover 		{text-decoration: underline !important}
a:visited 	{text-decoration: none}
a:active		{text-decoration: none}

HTML	{
	}

body 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt !important;
	color: #666666;
	}
	
table	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt !important;
	color: #666666;	
	}

.fondoForm	{
	border: 1px solid #339933;
	background-color:  #D9F2D9;
	}

.formObject	{
	border: 1px solid #339933;
	color: #339933;
	}

.sepMenuIzq	{
	border-top: 10px solid #339933; 
	border-right: 10px solid #339933;
	}

.sepMenuDcha	{
	border-left: 1px dotted #336633;
	padding: 5px;
	}
	
.sep	{
	width: 100%;
	border-bottom: 1px dotted #339933;
	}

.optLinks *		{
	vertical-align: middle;
}	
.optLinks {color: #666666; text-decoration: none}
	
.secciones 	{
	text-decoration : none;
	text-align: left;
	width: 100%;
	padding: 4px;
	background: #DDEEDD;
	color: #336633;
	font-weight: bold;
	}
	.secciones a	{color: #336633}

	
.secciones2 	{
	text-decoration : none;
	text-align: left;	
	width: 100%;
	padding: 4px;
	background: #336699;
	color: #FFFFFF;
	font-weight: bold;
	}
	.secciones2 a	{color: #FFFFFF}		

.buscador	{
	text-decoration : none;
	text-align: left;
	width: 100%;
	padding: 4px;
	background: #FFCC99;
	color: #FF9933;
	font-weight: bold;
	}
	
.pagina
	{
	background-color: #FFFFFF;
	font-size: 8pt !important;
	}

.bolos	{
	list-style-type: square;
	list-style-position: inside;
	color: #336633;
	}
	.bolos a 	{
		color: #000000;
	}

.boloc	{
	list-style-type: circle;
	list-style-position: inside;
	color: #336633;
	}
	.boloc a 	{
		color: #000000;
	}

.bolod	{
	list-style-type: disc;
	list-style-position: inside;
	color: #336633;
	}
	.bolod a 	{
		color: #000000;
	}
	
.sepLista	{
	border-top: 1px dotted #336333;
	vertical-align: top;
	}
	
.navi1	{
	background-color: #339933;
	color: #FFFFFF;
	font-size: 7pt;
	}
	.navi1 a {
		color: #FFFFFF;
		text-decoration: none;
		}
		
.navi2	{

	background-color: #FFFFFF;
	color: #339933;
	font-size: 7pt;
	}
	.navi2 a {
		color: #339933;
		text-decoration: none;
		}
		
.contenido	{
	border: 1px solid #339933;
	padding: 3px;
	}

.continua	{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.enlacesLink1	{
	width: 100%;
	border: thin solid #336633;
	background-color: #339933;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
	}

.enlacesLink2	{
	width: 100%;
	border: thin outset #336633;
	background-color: #339933;
	color: #FFFFFF;
	font-weight: bold;	
	cursor: hand;
	}
	
.enlacesText	{
	border-left: 1px dotted #336633;
	border-top: 1px dotted #336633;
	border-right: 1px dotted #336633;	
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	}	

	
.pie 	{
	color: #666666;
	font-size: 7pt;
	text-align: center;
	}
	.pie a {color: #666666}

.thumbnail	{
	position: relative;
	float: left;
	margin: 3px;
	padding: 3px;
	border: 1px solid #339933;
	cursor: hand;
	}
	
.usererror	{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: red;
	color: white;
	font-weight: bold;
	}

@media print {
	.noprint 	{display: none}
	.alpie		{position: absolute; bottom: 0px}
}
	