/* CSS */

body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
	background: url("../img/bkg.jpg") top left no-repeat;
}

a {
	text-decoration:none;
}

a img{
	border:0;
}

hr {
	color:#2d4c9c;
}

.azul {
	color:#2d4c9c;
}

.rojo {
	color:#df0024;
}




/*------------------- CABECERA -------------------*/

#cabecera {
	background: url("../img/logo_trama.png") repeat-x top left;
	height:150px;
}

#menu {
	padding-left:500px;
	padding-top:103px;
	height:50px;
	float:left;
	background: url("../img/logo.png") no-repeat top left;
	font-size:15px;
	line-height:normal;
}

#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#menu li {
	display:inline;
	margin:0;
	padding:0;
}

#menu a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
}

#menu a span {
	float:left;
	display:block;
	padding:5px 15px 4px 20px;
	color:#2d4c9c;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float:none;
}
/* End IE5-Mac hack */

#menu li:hover a {
	background:url("../img/menuIzq.gif") no-repeat left top;
}

#menu li:hover a span {
	color:#df0024;
	background:url("../img/menuDer.gif") no-repeat right top;
}

#menuSelected a {
	background:url("../img/menuIzq.gif") no-repeat left top;
}

#menuSelected a span {
	background:url("../img/menuDer.gif") no-repeat right top;
	color:#df0024;
}

/*Multilevel menu*/
#submenu {
	display: none;
}
li:hover #submenu li a {
	background:url("../img/subMenu.gif") no-repeat left top;
	width:113px;
	height:23px;
	color:#2d4c9c;
	padding-top:4px;
}
li:hover #submenu li a:hover {
	background:url("../img/subMenu.gif") no-repeat left top;
	color:#df0024;
}
li:hover #submenu {
	display:block;
	position:absolute;
	top:132px;
	left:696px;
	width:113px;
}
#submenu li ul{
	display:none;
}
#submenu li:hover ul{
	display:block;
	position:absolute;
	top:27px;
	left:112px;
}



/*------------------- CUERPO -------------------*/

#cuerpo {
	width:1000px;
	margin:0 auto;
}

#cuerpo p{
	text-align:justify;
}




/*------------------- PIE -------------------*/

#pie {
	width:1000px;
	margin:10px auto 20px;
	clear:both;
	padding-top:20px;
}

#pie p {
	margin:0;
	color:#2d4c9c;
	text-align:center;
}

#pie_enlaces a {
	color:#2d4c9c;
}

#pie_enlaces a:hover {
	color:#df0024;
}