﻿/* diseño de CSS */
body	{
	font-family:"Trebuchet MS";
	background-image:url('../images/fondos/barra_vertical.png');
	background-repeat:repeat-x;
}

.derecha {
	text-align: right;
}



#menu_ppal	{
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	width:110px;
}
#menu_ppal	ul	{
	margin:0px;
	padding:0px;
}
#menu_ppal li{	list-style:none;}
ul.nivel_0 {
	background: #996600;
}
ul.nivel_0 li {
	border-bottom:#fff solid;
	border-top: #fff solid;
	border-width:1px;
}

#menu_ppal a {
	color: #fff;
	cursor: pointer;
	display: block;
	height:25px;
	line-height:25px;
	text-indent:5px;
	text-decoration:none;
	width:100%;
}

#menu_ppal a:hover {text-decoration:underline;	text-transform:uppercase;}

#menu_ppal li:hover {
	background:#f90;
	position:relative;
}
ul.nivel_1{
	display:none;
}
li:hover .nivel_1 {
	background: #999;
	border: #fff solid;
	border-width: 1px;
	display: block;
	position: absolute;
	left:25px;
	top: 20px;
}
ul.nivel_1 li {
	border: none;
	float: left;
	width:90px;
}

/*Seconda Level*/
#menu_ppal .nivel_1 {
    background: #999;
}

/*Third Level*/
#menu_ppal .nivel_1 .nivel_1 {
    background: #09C;
}

/*RESET STYLES*/
li:hover .nivel_1 .nivel_1 {
	display:none;
}
.nivel_1 li:hover .nivel_1 {
	display:block;
}



#masthead {

}

#top_nav {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#container {
	position: relative;
	width: 100%;

	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.centrado {
	text-align: center;
}
.izquierda {
	text-align: left;
}

#footer {
}
