/*ESTRUCTURA GENERAL*/

body
{
	margin: 0;
	padding: 0;
	/*background-color: #777777;*/
	background-color: #FFFFFF;
	font-family: Century Gothic;
	font-size:14px;
}

table 
{
	padding: 0;
	border-collapse: collapse;
}

#wrap
{
	margin: 20px auto 0 auto;
	width: 1010px;
	background-color: #FFFFFF;
}

.main
{
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}

.banner
{
	height: 200px;
	background-color: #FFFFFF;
	border: 0px;
	text-align:center;
}

.columnaIzquierda
{
	width: 200px;
	min-width: 200px;
	/*background-color: #002255;*/
	border: 0px;
	vertical-align:top;
}

.columnaContenido
{
	/*background-color: #55FF00;*/
	border: 0px;
	vertical-align:top;
}

.columnaDerecha
{
	width: 200px;
	min-width:200px;
	/*background-color: #552200;*/
	border: 0px;
	vertical-align:top;
}

/*BARRA DE MENU*/

.menuBar
{
	height: 39px;
	background-color: #FFFFFF;
	border: 0px;
	font-family: Century Gothic;
	font-size: 14px;
	color: RGB(77,77,77);
}

/*.menuBarItemSelected 
{
	background-image:url(../images/menuSelected.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:30px;
	text-align:center;
	width: 116px;
}*/

.menuBarItem 
{
	text-align:center;
	height: 35px;
	width: 122px;
	/*vertical-align:middle;*/
}

.menuBarItem a
{
	color: RGB(77,77,77);
	text-decoration:none;
}

.menuBarItem:hover
{
	background-repeat: no-repeat;
	background-image:url(../images/menuSelected.jpg);
	/*background-position:top;*/
	color:#FFFFFF;
	text-decoration:none;
	height:35px;
	text-align:center;
	width: 122px;
	/*vertical-align:middle;*/
}

.menuBarItem:hover a
{
	color: #FFFFFF;
	text-decoration:none;
}

.imagelink, .imagelink:hover, .imagelink:visited
{
	text-decoration:none;
	/*margin-top:10px;*/
}

/*SUBMENU IZQUIERDA*/

.columnaIzquierda .subMenuLeftSelected
{
	/*list-style-type: none;*/
	color: RGB(240,26,38); /*rojo menos brillante*/
}

.columnaIzquierda .subMenuLeft a
{
	color: RGB(77,77,77);
	text-decoration:none; 
}

.columnaIzquierda .subMenuLeft a:hover
{
	color: RGB(240,26,38); /*rojo menos brillante*/
	/*text-decoration: underline;*/
}

.columnaIzquierda .subMenuLeft a.subMenuLeftSelected
{
	color: RGB(240,26,38); /*rojo menos brillante*/
	/*text-decoration: underline;*/
}

/*contenedor texto*/
.textContent 
{
	text-align:left;
	margin: 5px 17px 10px 17px;
	color: RGB(77,77,77);
	white-space: normal;
}

.boxContent 
{
	margin: 10px 17px 0px 17px;
	text-align:left;
	color: RGB(77,77,77);
}

/*links en el texto*/
.textContent a, .boxContent a
{
	color: RGB(77,77,77); /*rojo menos brillante*/
	text-decoration: none;
}

.textContent a:hover, .boxContent a:hover
{
	color: RGB(240,26,38); /*rojo menos brillante*/
	text-decoration: underline;
}

.textContent h1
{
	font-family:Century Gothic;
	font-weight:bold;
	font-size:16px;
	color: RGB(99,100,103); /*rojo menos brillante*/
}

.textContent h2
{
	font-family:Century Gothic;
	font-weight:bold;
	font-size:14px;
	color: RGB(99,100,103); /*rojo menos brillante*/
}

/**/
.footer
{
	/*background-color: #9944FF;*/
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	color: RGB(77,77,77);
	margin-bottom: 20px;
}

.footer a
{
	color: RGB(77,77,77);
	text-decoration:none;
}

.footer a:hover
{
	color: RGB(240,26,38); /*rojo menos brillante*/
	text-decoration:none;
}


