﻿body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	clear: both;
	position: absolute;
	background: url('imagenes/bggrad1.jpg') repeat-x;
	background-color: #464646;
	
}

#container 
{
	width: 770px;
	margin-left: -380px;
}

#navcontainer 
{
	clear: both;
	margin-top: 0px;
	height: 38px;
}

#nav1 
{
	width: 110px;
	height: 42px;
	float: left;
	background: url(imagenes/nav1.jpg) no-repeat;
}

#nav2 
{
	width: 110px;
	height: 42px;
	float: left;
	background: url(imagenes/nav2.jpg) no-repeat;
}

#nav3 
{
	width: 110px;
	height: 42px;
	float: left;
	background: url(imagenes/nav3.jpg) no-repeat;
}

#nav4 
{
	width: 110px;
	height: 42px;
	float: left;
	background: url(imagenes/nav4.jpg) no-repeat;
}

#nav5 
{
	width: 110px;
	height: 42px;
	float: left;
	background: url(imagenes/nav5.jpg) no-repeat;
}

#nav6 
{
	width: 110px;
	height: 42px;
	float: left;
	background: url(imagenes/nav6.jpg) no-repeat;
}

#nav7
{
	width: 110px;
	height: 42px;
	float: left;
	background: url(imagenes/nav7.jpg) no-repeat;
}

.buttonText 
{
	text-align: center;
	padding-top: 14px;
	font-size: 11px;
	font-weight: bold;
}

.hideme 
{
	display: none;
	color: white;
}

a 
{
	text-decoration: none;
	color: #747474;
}


a:hover
{
	color: #a3a3a3;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}

/* left side
   ---------- */
		
.left {
	float: left;
	width: 97%;
	margin: 0 0 10px 0;
	margin-top: 10px;
}

.left h3 {
	background: #6C757A  url(imagenes/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.5em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
	margin-left: 6px;
	
}

.left_articles {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 3px 0;
}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
	margin-left: 20px;
}


/* right side
   --------- */

.right {
	float: left;
	width: 98%;
	margin: 0 0 10px 0;
	margin-top: 10px;
}

.right h3 {
	clear: both;
	background: #A9C0CE url(imagenes/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.5em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
	margin-left: 10px;
}
.right_side {
		float: right;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
.right_side a, .left_side a
{
	color: #414141; 
	background: #FFF; 
}
		
.right_box 
{ 
	background: #FFF; 
	color: #000; 
	padding: 8px; 
	margin: 0 0 10px 0; 
}

.right_box a {
	color: #747474;
    text-decoration:none;
}
.right_box a:hover, a:active
{
	background: #A9C0CE;
	color: #FFF;
    text-decoration:none;
}

.toolbar
{
	padding: 0px;        
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
	
.style1 {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
.style2 {
	font-family: Tahoma;
	font-size: 10px;
}


.encabezado
{
	width: 770px;
	height: 110px;
	float: left;
	background: url('imagenes/encabezado.jpg') no-repeat;
}

.hide 
{
	display: none;
}

#avmenu 
{
	clear: left;
	float: left;
	width: 150px;
	margin: 70px 0 10px 25px;
	padding: 0;
	font-size: 1em;
}

#avmenu ul 
{	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li 
{
	margin-bottom: 4px;
}

#avmenu li a 
{
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

