html, body {
	margin-top: 50px;
	height:100%;
	background-image: url(images/bgpagina.jpg);
	background-repeat: repeat-x;
	background-color:#F0F0F0;
	background-position: top;
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}



a:hover {
	color:#330066;
	text-decoration:none;
}

.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.subnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 10x;
	text-align: left;
	font-weight: bold;
}



body#home {
	margin-top: 100px;
	background-color: #FFFFFF;
	background-image: url(images/bpagina.jpg);
}

.tabla {
	border: 0px solid #EFEFEF;
}

.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #022E75;
	font-size: 17px;
}

.textoCuerpo {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration:none;
}

.titulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.subtitulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

.txt01 {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

.txt01 a:link, .txt01 a:visited, .txt01 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
.txt01 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
}
.txt02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #432E7D;
	text-decoration: none;
	font-weight: bold;
}
.txt02b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #432E7D;
	text-decoration: none;
	font-weight: normal;
}
.txt03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.txt04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/********************************************/
/********************************************/
/* E S T I L O S  D E L  S L I D E  M E N U */
/********************************************/
/********************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px%;
	cursor: default;
	width: 100%;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* BORDES Y DEMAS DEL SUBMENU */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
	filter:alpha(opacity=95);
}
/* ESTILO DE MENU Y SUBMENU */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
/* HOVER EN MENU */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{

	color: #330066;
}
/* COLOR DE LETRA DE SUBMENU CUANDO HAGO HOVER EN MENU */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFFFFF;
	color: #330066;
}
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}.bdtopprd {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D2D5D7;
	border-right-color: #D2D5D7;
	border-bottom-color: #D2D5D7;
	border-left-color: #D2D5D7;
}
.bdpic {
	border: 1px solid #EAEBEC;
}
.bdimgp {

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D2D5D7;
	border-right-color: #D2D5D7;
	border-bottom-color: #D2D5D7;
	border-left-color: #D2D5D7;
}
.headsec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	background-color: #F7F7F7;
	border: 1px solid #F0F0F0;
}
.contentsec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	background-color: #F7F7F7;
	border: 1px solid #F0F0F0;
}
