@charset "utf-8";
body {
	background-color: #008dd3;
	background-image: url(../images/all/bkg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
}

#central
{
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	width: 800px; /* Definimos el ancho del objeto a centrar */
	margin-left: -400px; /* Restamos la mitad de la anchura del objeto con un margin-left */

}
#top
{
	float:left;
	width:820px;
	height:77px;
	text-align:center;
	background-image:url(../images/all/top_bkg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#logo
{
	float:left;
	width:148px;
	height:69px;
	margin-top:5px;
}

#menu
{
	float:left;
	width:640px;
	height:69px;
	text-align:left;
	margin-top:10px;
}

#menuG {  
	list-style:none;
	margin-top:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#FFF;
	font-weight:bold;
}

#menuG li {
	margin:0px;
	padding:15px;
	float:left;
	background-image:url(../images/all/divisor_menu.png);
	background-repeat: no-repeat; 
	background-position: right;
	}
		
a.menuG:link {text-decoration: none; color:#FFF; text-shadow: 0.00em 0.00em 0.2em #141414; }
a.menuG:visited {text-decoration: none;  color:#FFF; 	text-shadow: 0.00em 0.00em 0.2em #141414; }
a.menuG:hover {text-decoration:none; color:#000; 	text-shadow: 0.00em 0.00em 0.1em #141414;}
a.menuG:active {text-decoration: none; color:#FFF; 	text-shadow: 0.00em 0.00em 0.2em #141414;}
.selected {text-decoration:none; color:#000; 	text-shadow: 0.00em 0.00em 0.1em #141414;}

a.foot:link {text-decoration: none; color:#0f4a67; }
a.foot:visited {text-decoration: none;  color:#0f4a67;}
a.foot:hover {text-decoration:none; color:#000;}
a.foot:active {text-decoration: none; color:#0f4a67;}

a.white:link {text-decoration: none; color:#fff; }
a.white:visited {text-decoration: none;  color:#fff;}
a.white:hover {text-decoration:none; color:#000;}
a.white:active {text-decoration: none; color:#fff;}

a.img:link {text-decoration: none; }
a.img:visited {text-decoration: none;}
a.img:hover {text-decoration:none; filter: alpha(opacity=80); opacity: .8 ; width:196; height:53;}
a.img:active {text-decoration: none;}


#registrar{
	float:right;/* Importante, para la alineación */
	width:90px; height:22px;/* Medidas del Input */
	padding:3px;
	color:White; font-size:12px;
	border:1px solid #fff;
	background-color:#01b2dc;
	text-align:center;
	margin-right:9px;
}

#banner{
	float:left;
	margin-top:4px;
	width:631px;
	height:275px;
}

#body_content
{
	float:left;
	width:700px;
	height:auto;
	padding:0px 20px 0px 20px;
}


#foot{
	float:left;
	width:750px;
	height:auto;
	margin-top:20px;
	background-image:url(../images/all/line_horz_foot.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:5px;
	text-align:center;
	padding-bottom:5px;
}

.txt_luc_12
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

.txt_luc_14
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	
}


.txt_foot{
	color:#0f4a67;
}

.txt_int{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
}

.txt_White{
	color:#FFF;
}


<!--tabs-->
.tabbed_content {
	background-color: #219cd9;
	width: 620px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#FFF;

}

.tabs {
	height: 12px;
	position: relative;
}

.tabs .moving_bg {
	padding: 9px;
	background-color:#219cd9;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 155px;
	z-index: 190;
	left: 0;
	padding-bottom: 13px;
	background-position: bottom left;
	background-repeat: no-repeat;
	border-right:solid 1px #008dd3;
	filter: alpha(opacity=50); opacity: .5
	
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 9px;
	width: 155px;
	color: #ffffff;
	z-index: 126;
	position: relative;
	cursor: pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	background-color:#1496d6;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #219cd9;
	padding: 20px 0px 10px 20px;
	position: relative;
	width: 650px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:justify;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	margin-right: 90px;
}

.tabslider ul a {
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
	text-decoration:none;
	list-style-type:square;
	color:FFFFFF;
	margin-left:20px;
}
