@charset "utf-8";

/* ESQUEMA GENERAL */
#pageLayout{
	margin-top:5px;
	font-family:Verdana;
	font-size:12px;
}

#esquema {
	width:900px;
	margin:auto;
}

/* CABECERA */
#cabecera {
	background-color:#e71f00;
}

#menu {
	background-image:url(../img/fondoMenu.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#000000;
	border:#333333;
	width:100%;
}

/* MENU */
#tbmenu{}

#tbmenu td{
	padding-right:15px;
}

#tbmenu td a:visited, #tbmenu td a{
	color:#000000;
}

#tbmenu td a:hover{
	color:#FF0000;
}

/* CUERPO */
#cuerpo{
	min-height:500px;
	background-image:url(../img/fondoMundo.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

/* PIE */
#pie{
	font-size:10px;
}

#pie p{
	text-align:right;
}
