/*
Click!
Diseņo, Aplicaciones Web y Multimedia
www.clickmultimedia.net
*/

body {
	margin: 0 0 0 0;
	background-color: #979A89;
	background-image: url(diseno/bck.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 19px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	/*text-transform : uppercase;*/
	font-variant: small-caps;
	letter-spacing: -0.6pt; 
	color: #E17800;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -0.6pt; 
	color: #E17800;
}
/** INTERFAZ *********************************************************************************************************/
.div_ruta{
	padding: 8px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-align:right;
}
.div_ruta a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;

}
.creditos{
	color:#CCCCCC;
	font-size:11px;
}

.centro {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.men1 {
	background-image: url(diseno/bk_men.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.men2 {
	background-image: url(diseno/bk_men.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.linea {
	border-left: 1px solid #000000;
	padding-left: 10px;
}
.foto {
	border: 2px solid #7E7E7E;
}
/** MENU *********************************************************************************************************/
.menit {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(diseno/bot1.jpg);
	font-weight: bold;
}
.menit A {
	PADDING-TOP: 0px;
	DISPLAY: block;
	WIDTH: 100%;
	height: 100%;
	TEXT-DECORATION: none;
	LINE-HEIGHT: 33px;  /*ALTO DEL AREA */
	COLOR: #000000;
	background-image: url(diseno/bot2.jpg);
}
.menit A:hover {
	COLOR: white;
	background-image: url(diseno/bot1.jpg);
}
/** FIN MENU *********************************************************************************************************/



/* SECCION CSS PARA LE MENU HORIZONTAL, gracias a:
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/

div.horizontal{
	height:15px;
	position:relative; !important /* OJO NO QUITAR POR NADA DEL MUNDO */
	margin-left: 0em;
	padding-left: 1em;
}

ul.horizontal, ul.horizontal li {
	margin:0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type:none;
	font-size:100%;
}

ul.horizontal {
	left:0;
	cursor:default;
	z-index:2000;
}

ul.horizontal li {
	width:auto;
	float:left;
	cursor:hand;
	text-align:center;
	left:0em;
	margin:0 0 0 0;
}
		
* html ul.horizontal li {
	margin: 0px;
}

ul[class^="horizontal"] li {
	margin:0 0 0 0;
	left:0em;
	
}

ul.horizontal ul {
	z-index:2020;
	padding:0px; 
	background-color: #059842;
	cursor:default;
	position:absolute;
	top:auto;
	width:11em;
	margin:0 0 0 0; 
	left:-10000px;
	border-left: 1px solid #036B30;
	border-right: 1px solid #036B30;
	border-bottom: 4px solid #036B30;
}
	
ul.horizontal ul li {
	width:10.2em;
	height: 1.5em;
	left:auto;
	text-align:left;
	padding: 3px 0px 5px 10px;
	background-color: #059842;
	border-bottom: 1px dotted #036B30;
}

ul.horizontal ul.wider, ul.horizontal ul.wider li {
	width: 10.2em;
}

ul.horizontal ul ul {
	margin:-0.45em 0 0 5.65em;
}

@media Screen, Projection { 
	ul.horizontal li:hover > ul { left:auto; }
	ul.horizontal ul li:hover > ul { top:0; }
	}

ul.horizontal a, ul.horizontal a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	padding:0.15em 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited {
	color:#ffffff;
	}

ul.horizontal ul a, ul.horizontal ul a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;	
	}

ul.horizontal ul a:hover, ul.horizontal ul a:focus, ul.horizontal ul a.rollover, ul.horizontal ul a.rollover:visited {
	color:#ffffff;
	}


ul.horizontal a { float:left; }
@media Screen, Projection { ul.horizontal a { float:none; } }
ul.horizontal a:not(:nth-child(n)) { float:left; }
ul.horizontal ul a { float:none !important; }
@media screen, projection {
	* html ul.horizontal li {
		display:inline; 
		float:left; 
		}
	* html ul.horizontal ul {
		display:inline; 
		background-color: #FFB200;
		filter:Alpha(Opacity=100); /* Transparencia */
		width:10.2em;
		float:left; 
		}
	}
* html ul.horizontal li { }
* html ul.horizontal a { }
ul[class^="horizontal"] ul { display:none; }
ul[class^="horizontal"] ul { display:block; }

/***** FIN DE MENU HORIZONTAL ****/

