@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}*

body {
	font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em; 
	background: #fff url(../images/bg.gif) repeat-x;
	/*color: #8E8E91;*/
	color: #717169;
}

div#global {
	width: 1000px;
	margin: 25px auto;
}



/******************** Header content area ********************/

div#logo {
	width: 200px;
	margin: 10px 0 20px 0;
	float: left;
	text-align: center;
}

div#logo p { margin: 0; }

#menu {
	float: right;
	padding: 40px 0 0;
	margin: 0 0 38px;
}

#menu li { font-size: 1.1em; display: inline; }

#menu li a {
	float: left;
	width: 95px;
	padding: 2px 0 7px;
	text-align: center;
	margin: 0 0 0 10px;
	color: #636365;
}

#menu li a.current { background: #fff url(../images/button2.gif) no-repeat; color: #fff; }

#menu li a:hover {
	text-decoration: none;
	color: #000;
	background: #fff url(../images/button_grey2.gif) no-repeat;
}

h1 { font: normal 2.8em Georgia, "Times New Roman", Arial; color: #444; }

/*p { margin: 0 0 15px 0; }*/
p {padding: 10px;}

/*Color por default rojo #EB0000*/
a {
	color: #FFBC14;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #808080;
	background: inherit;
	text-decoration: none;
}
.clear { clear: both; }



/******************** Center content area ********************/

#left {
	width: 230px;
	float: left;
	margin: 0 0 0 0;
	/*background-color: #F7F7F9;*/
	/*background-color: #F6F7F8;*/
	background-color: #F3F4F7;
	border: thick;
	border-color: #000099;
}
#global #left p {
	font-family: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
}
#global #left a {
	color: #6699CC;
}
#global #left a:hover {
	color: #808080;
}




#center {
	width: 500px;
	float: left;
	margin: 0 0 0 20px;
}
#center2 {
	width: 730px;
	float: left;
	margin: 0 0 0 20px;
	/*background-color: #F9F9FB;*/
	background-color: #F7F7F7;
	/*border: 1px solid #999999;*/
}
#center3 {
	width: 500px;
	float: left;
	margin: 0 0 0 20px;
	background-color: #F7F7F7;
}




#right {
	width: 230px;
	float: left;
	margin: 0 0 0 20px;
}
#right2 {
	width: 230px;
	float: right;
	margin: 0 0 0 0;
	/*background-color: #F7F7F9;*/
	background-color: #F3F4F7;
	F3F4F7
}
#global #right2 a {
	color: #6699CC;
}
#global #right2 a:hover {
	color: #808080;
}


h2 {
	font: normal 1.7em Georgia, "Times New Roman", Arial;
	margin: 0 0 10px;
	padding: 0 0 3px;
	color: #333;
	border-bottom: 1px solid #eee;
	text-align: center;
}


/******************** Footer content area ********************/

#global .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../images/footer2.jpg);
}

