/* CSS2 para : www.paramich.org */
/* Autor: Gonzalo Zamora */
/* Fecha: septiembre 2009 */
/* Version: 2 */


/* efectos links */
 /*en uso*/
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #CCCCCC;
	}

a:hover {
	color: #FFFFFF;
	background-color: #2260b3;
}

a:active {
	color: #33FFCC;
}

/* fin efectos links*/

#submenu_dow{
    /*en uso*/
		width: 800px;
	max-height: 60px;
	text-align: center;
	background: url(images/bg_fondo.gif) repeat-y left top; 
			/*border: solid 1px #F00*/
	}

