/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../media/background.gif);
}

a:link, a:active, a:visited, a:hover {
	color: #555555;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.red:link, a.red:active, a.red:visited, a.red:hover {
	color: #dc0000;
	text-decoration: underline;
}

.red {
	color: #dc0000;
}

.blue {
	color: #000076;
}

#containerPanel {
	background: url(../media/fondo-contenedor.gif);
	margin: 0px auto;
	padding: 0px;
	width: 820px;
	border: 0px;
}

#mainPanel {
	margin: 0px 10px 0px 10px;
	width: 800px;
	background: white;
}

#logoPanel {
	width: 225px;
}

#bannerPanel {
	width: 575px;
	vertical-align: bottom;
	text-align: right;
	background: url(../media/banner.jpg);
}

#sidePanel {
	min-height: 550px;
	height: 550px !important;
	height: 550px;
	width: 225px;
	background: #f4f4f4 url(../media/fondo-side-panel.jpg) repeat-x;
	vertical-align: top;
}

#contentPanel {
	width: 575px;
	vertical-align: top;
	border-top: 1px solid #e5e5e5;
	background: url(../media/fondo-principal.gif) bottom right no-repeat;
}

#internalPanel {
}

#internalPanel h1 {
	margin: 16px 12px 16px 12px;
	font-size: 16px;
	color: #0000aa;
}

#internalPanel h1 span.red {
	color: #ff0000;
}

#internalPanel h2 {
	margin: 4px 12px 16px 12px;
	font-size: 14px;
	color: #000076;
}

#internalPanel p {
	margin: 4px 12px 16px 12px;
	color: #555555;
}

#internalPanel ul {
	color: #555555;
	margin-top: 0px;
	list-style-type: square;
}

div#objetivo {
}

div#temario {
	padding: 7px;
	border: 1px solid #eeeeee;
	background: #f4f4f4;
	margin: 10px;
}

#temario ul, #temario ol {
	color: #555555;
}

#abajoPanel {
	background: url(../media/fondo-abajo.gif) no-repeat bottom;
}

#copyPanel {
	background: none;
	color: #666666;
	font-size: 11px;
	text-align: center;
	margin-top: 3px;
}

/* Menu styles */
ul#menuItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#menuItems li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 6px 0px;
	width: 110px;
	text-align: center;
	background: url(../media/tab.gif);
}

#menuItems a, #menuItems a:link {
	margin: 0px;
	padding: 7px 20px 7px 20px;
	color: white;
	text-decoration: none;
}

#menuItems a:hover {
	color: white;
}

ul#menuItems li.activo {
	background: url(../media/tab-selected.gif);
}

ul#toolsItems {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

ul#toolsItems li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#toolsItems p, #toolsItems a, #toolsItems a:link {
	display: block;
	min-height: 22px;
	font-size: 11px;
	height: 26px !important;
	height: 26px;
	padding: 8px 4px 4px 10px;
	margin: 0px;
	text-decoration: none;
	color: #333333;
}

#toolsItems p {
	background: #888888;
	font-size: 12px;
	font-weight: bold;
	color: white;
	min-height: 18px;
	height: auto !important;
	height: auto;
}

#toolsItems p.clear {
	background: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	color: white;
	min-height: 18px;
	height: auto !important;
	height: auto;
}

#toolsItems a:hover {
	color: white;
	background-color: #990000;
	border: none;
}

#toolsItems a.activo {
	background: #dc0000;
	color: white;
}