/* CSS Document */
body{
	font-family: "Trebuchet MS", Arial;
	color:#000000;
	line-height: 1.166;	
	margin: 0 auto;
	width:800px;
	padding: 0px;
	background-color:#000;
	background-image:url(../imagenes/common/rayas2.gif);
	background-position:top;
    background-repeat: repeat;
	background-attachment: fixed;
}


/******* Estilos de los Hipervinculos *******/

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#000;
}

.centrado {
margin: 0 auto !important;
}


#pagecell{ /* Este es el Contenedor Principal, contiene todo adentro y está centrado*/
	width:800px;
	background-color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
}

#masthead{ /* Este es el Contenedor de la CABECERA*/
	height:289px;
	padding-top:0px;
	margin-top:0px;
	width:800px;
	float:centrado;
	background-color:#000000;
}

#Cabecera_Flash { /* Este es el Contenedor de la CABECERA en FLASH, aquí va la animación*/
	height:295px;
	width:800px;
	
}

#M_ff7comp {
	width: 159px;
	
}

#Menu1_Flash {
	float:rigth;
	width:800px;
	height: 62px;
	background-color:#000000;
	background-image: url(../imagenes/common/menu1flash2.gif);
	left: 208px;
	top: px;

}
#Menu2_1 {
	float:;
	width:184px;
	background-image: url(../imagenes/common/fondo6.gif)
	left: 208px;
	top: px;

}
#Menu2_2 {
	float: right;
	width:190px;
	margin-bottom:0px;
	background-image: url(../imagenes/common/fondo6.gif)
	left: 208px;
	top: px;

}
#Contenido {
	float:;
	width:405px;
	margin-bottom:0px;
	margin-left: 0px;
	background-image: url(../imagenes/common/fondo6.gif)
	left: px;
	top: px;

}

#Menu3 {/* Este es el Contenedor del MENU 2 en FLASH*/
	float:right;
	width:800px;
	background-color:#000000;
	background-image:url(../imagenes/common/fondo6.gif);
	margin-bottom:0px;
	margin-left: 1px;
	top: 303px;
	left: 212;
	
}

.Items_Menu3 a:link {
color:#fff;
text-decoration: none;
font-size:11px;
margin-left:27px;
line-height: 2.0em;


}
.Items_Menu3 a:hover {
color:#fff;
text-decoration: underline;
margin-left:27px;


}
.Items_Menu3 a:visited {
color:#fff;
text-decoration: none;
font-size: 11px;
margin-left:27px;
line-height: 2.1em;
}
.Items_Menu3 a:actived {
color:#fff;
text-decoration: none;
font-size: 11px;
margin-left:27px;
line-height: 2.1em;
}
.Items_Menu3 a:hover {
color:#fff;
text-decoration: underline;
margin-left:27px;

}



#siteInfo{ /* Este es el Contenedor del PIE DE PAGINA*/
	clear: both;
	
	font-size:11px;
	color:#fff;
	width:800px;
	left:201px;
	top: 1061px;
	height: 90px;
	background-color:#;
}
.Titulo_Secciones {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#993300;
font-weight:bold;
}
.jqueryslidemenu{
font: normal 10px Arial, Helvetica, sans-serif;
float: inherit;
margin-left: 50px;
width: 800px;

}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #; /*background of tabs (default state)*/
background-image: url(../imagenes/common/menuboton.gif)
color: white;
padding: 9px 17px;
border-right: 1px solid #2f2f2d;
color: #2d2b2b;
text-decoration: none ;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 10px Arial, Helvetica, sans-serif;
width: 160px; /*width of sub menus*/
padding: 3px;
margin: 0;
background: #2a2a28;
border-top-width: 0;
border-bottom: 1px solid #000;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
left: 0px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
