@charset "utf-8";
/* CSS Document */

Body
{	
	background:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Contenido
{
	background:#FFFFFF;
	height:500px;
	width:900px;
}

.ContenidoExtra
{
	background:#FFFFFF;
	height:100%;
	width:900px;
}

.Flash 
{
	background:#E9E9E9;
	height:320px;
	width:900px;
}

.Login 
{
	background:#E9E9E9;
	height:90px;
	width:900px;
	font-family :Verdana;
	font-size:11px;
	font-weight:none;
	text-decoration:none;
	text-align:justify;

}

.Pie
{
	background:#FFFFFF;
	height:50px;
	width:900px;
}

.Linea
{
	background-image:url(../imagenes/pie_medio.png);
	height:33px;
	width:100%;
	font-family:Verdana;
	font-size:11px;
	font-weight:none;
	text-decoration:none;
	color:#FFFFFF;
}

.Texto
{
	font-family :Verdana;
	font-size:11px;
	font-weight:none;
	text-decoration:none;
	text-align:justify;
}

.Titulo
{
	background-image:url(../imagenes/menur_bg.gif);
	height:30px;
	width:100%;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}

.TituloPerfil 
{
	background:#F9F4DC;
	height:20px;
	width:100%;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}

.Descargar 
{
	background:#F3F3F4;
	height:25px;
	width:100%;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}

.Descargar2
{
	background:#F9F4DC;
	height:25px;
	width:100%;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}

.Boton
{
	border:0px;
	background:url(../imagenes/boton.gif);
	height:19px;
	width:76px;
	font-size:11px;
	color:#000000;
	font-family:Verdana;
	cursor:hand;
}

.Seleccion
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #F8C300;
	text-decoration:none;

}
.Negrita
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-align:justify;
}

.Scroll
{
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: #E9E9E9;
	scrollbar-shadow-color: #000000;
	height:500px;
	border: 1px;
	overflow: auto;
}

.Link
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #000000;
	text-decoration:underline;
}
.Link
	A:Link 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #000000;
	text-decoration:underline;
}
.Link
A:Visited 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #000000;
	text-decoration:underline;
}
.Link
A:Hover 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #F8C300;
	text-decoration:underline;
}
.Link
A:Active 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #000000;
	text-decoration:underline;
}

.LinkSelect
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #F8C300;
	text-decoration:underline;
}
.LinkSelect
	A:Link 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #F8C300;
	text-decoration:underline;
}
.LinkSelect
A:Visited 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #F8C300;
	text-decoration:underline;
}
.LinkSelect
A:Hover 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #F8C300;
	text-decoration:underline;
}
.LinkSelect
A:Active 
{
	font-size:11px;
	font-weight:bold;
	font-family :Verdana;
	color: #F8C300;
	text-decoration:underline;
}

  
/*Inicio Memu */

.glossymenu
{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 auto 0 auto;
	background: url(../imagenes/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 30px;
	list-style: none;
}

.glossymenu li
{
	float:left;
}

.glossymenu li a
{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 10px; /*Padding to accomodate left tab image. Do not change*/
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b
{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover
{
	color: #000000;
	background: url(../imagenes/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #000000;
	background: url(../imagenes/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
/*fin menu*/

.Productos 
{
	background:#F3F3F4;
	height:25px;
	width:100%;
	font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#000000;
}

.Servicios
{
	border:0px;
	background:url(../imagenes/img_titulos.png);
	height:25px;
	width:250px;
	font-size:11px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-family:Verdana;
}

.ServicioContenido 
{
	height:100%;
	width:100%;
	font-family:Verdana;
	font-size:10px;
	font-weight: none;
	text-decoration:none;
	color:#000000;
}