@charset "UTF-8";
/* CSS Document */

/*****************************/
/*** Core html setup ***/
/*****************************/

a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}

a:hover, a:active {
	color: #dedc1f;	
	text-decoration: none;
}

div, p, table, td, th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
}

a.mainlevel-nav {
	vertical-align: text-top;
	font-size: 12px;
	font-weight: bold;
	vertical-align:text-top;
	text-transform: uppercase;
	color: #CCCCCC;
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;

}

a.mainlevel {
	vertical-align: text-top;
	font-weight: bolder;
	font-size: 24px;
	font-variant: small-caps;
	color: #CCCCCC;
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #dedc1f;
}

#active_menu-nav, #active_menu {
	color: #dedc1f;
}
/*****************************************/
/*** Template/Plantilla layout elements ***/
/*****************************************/

#page_bg {
	height: 100%; 
	padding: 10px 0;
	margin-bottom: 1px;
	background: #000033;
}

div.contenedor {
	position: absolute;
	background: url(../images/sombra.png) repeat-y;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}
div.center {
	background: #003366 url(/dev/images/flash/dibujo.jpg) no-repeat;
	margin-left: 15px;
	width: 750px;
	height: 450px;
	border: #dedc1f inset 3px;
}

div#logo {
}

div#pie {
	/*clear: left;*/
	text-align: center;
	padding-top: 8px;
	background: #000033 url(../images/sombra_inferior.jpg) repeat-x;
	position: absolute;
	left: 50%;
	width: 765px;
	margin-left: -383px;

}

/*CONTENIDO DIBUJO*/

.puntos {
	float: left;
	clear:right;
	width: 750px;
	heigth: 304px;
	margin: -3px 0px 0px -3px;
	text-decoration: none;
}

.contenedor_boton_puntos {
	float: left;
	width: 560px;
	margin: 18px 0px 0px 17px;
} 
.boton_puntos {
	float: left;
	height: 40px;
	margin: 0px 0px 0px 8px;
}

.boton_puntos a img	{
	text-decoration: none;
	border: none;
}

.icono_puntos {
	float: right;
	height: 120px;
	margin: 10px 20px 0px 0px;
}

img#icono {
	widht: 120px;
	height: 120px;
	border: #dedc1f dotted 2px;
}

 /*CONTENIDOS*/
.moduletable_menu table tr td a {
	vertical-align: super;
}

.indice {
	text-align: left;
}

table.contentpaneopen {
	margin-left: -3px;
	margin-top: -3px;
}

