﻿* 
{
	 margin: 0;
	 padding: 0;
}
HTML
{
	font-family: Tahoma, Verdana, Arial;
}
BODY
{
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
A
{
	color: #AFA90A;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER
{
	color: #444;
	text-decoration: underline;
}

DIV#principal
{
	width: 800;
	margin: 0 auto 0 auto;
}
DIV#menu
{
	width: 150;
	height: 500;
	max-height: 500;
	clear: both;
	float: left;
	position: relative;
	font-size: 12px;
	text-align: left;
	z-index: 5;
}
DIV.menu_opt_on
{
	width: 153;
	height: 35;
	background-image: url(/img/menu_opt_on.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	left: 11 !important;
	left: 8;
	margin-top: 10;
}
DIV.menu_opt_off
{
	width: 147;
	height: 35;
	background-image: url(/img/menu_opt_off.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	left: 5;
	margin-top: 10;
}
DIV.menu_opt_off SPAN.content, DIV.menu_opt_on SPAN.content
{
	position: relative;
	top: 9;
	left: 14;
}
DIV.tab_on .content A, DIV.menu_opt_on A
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
DIV.tab_off .content A, DIV.menu_opt_off A
{
	text-decoration: none;
	color: #666;
}
DIV.menu_opt_off A:HOVER, DIV.tab_off .content A:HOVER
{
	color: #000;
}
DIV#logo
{
	width: 218;
	height: 161;
	position: relative;
	float: left;
	z-index: 5;
}
DIV#container
{
	width: 649;
	min-height: 600;
	height: auto !important;
	height: 600;
	background-image: url(/img/border_lr.gif);
	background-repeat: repeat-y;
	position: relative;
	float: right;
	top: -75 !important;
	top: -571;
	background-color: #FFF;
	text-align: justify;
	font-size: 12px;
	z-index: 1;
}
DIV#container H1
{
	margin: 10 0 20 60;
	color: #E5DD0C;
	text-shadow: #000 2px 2px 3px;
}
DIV#container H4
{
	margin: 15 0 5 0;
	color: #BFB80B;
}
DIV#container UL, DIV#container OL
{
	margin-left: 40;
}
DIV#container B, DIV#container STRONG
{
	color: #333;
}
DIV#margen_logo
{
	width: 40;
	height: 65;
	float: left;
}
DIV#texto_contenido
{
	width: 590;
	min-height: 600;
	height: auto !important;
	height: 600;
	position: relative;
	left: 30;
}
DIV#border_tp
{
	width: 582;
	height: 50;
	background-image: url(/img/border_tp.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	float: right;
	top: 40;
	font-size: 12px;
}
DIV.tab_on
{
	height: 32;
	float: left;
	position: relative;	
	top: 6;
}
DIV.tab_on .left
{
	width: 17;
	height: 32;
	float: left;
	background-image: url(/img/tab_on_left.gif);
	background-repeat: no-repeat;
}
DIV.tab_on .right
{
	width: 17;
	height: 32;
	float: left;
	background-image: url(/img/tab_on_right.gif);
	background-repeat: no-repeat;
}
DIV.tab_on .content
{
	height: 32;
	float: left;
	background-image: url(/img/tab_on_bg.gif);
	background-repeat: repeat-x;
	padding-top: 7;
}
DIV.tab_off
{
	height: 26;
	float: left;
	position: relative;	
	top: 6;
}
DIV.tab_off .left
{
	width: 17;
	height: 26;
	float: left;
	background-image: url(/img/tab_off_left.gif);
	background-repeat: no-repeat;
}
DIV.tab_off .right
{
	width: 17;
	height: 26;
	float: left;
	background-image: url(/img/tab_off_right.gif);
	background-repeat: no-repeat;
}
DIV.tab_off .content
{
	height: 19 !important; /* 26 para IE 19 los demas*/
	height: 26;
	float: left;
	background-image: url(/img/tab_off_bg.gif);
	background-repeat: repeat-x;
	padding-top: 7;
}

#border_bt
{
	width: 649;
	height: 60;
	background: url(/img/border_bt.gif) no-repeat top;
	position: relative;
	clear: both;
	float: right;
	top: -75 !important;
	top: -571;
}
SPAN.mensaje
{
	font-size: 11px;
	font-weight: bold;
}
SPAN.mensaje_ok
{
	color: #478F23;
}
SPAN.mensaje_error
{
	color: #9F2727;
}
IMG.ico
{
	width: 60;
	height: 70;
	border: none 0;
	float: left;
	margin-right: 10;
}
IMG.icopagina
{
	width: 60;
	height: 70;
	border: none 0;
	float: right;
	margin: 10 15 10 15;
}
DIV.center
{
	clear: both;
	width: 600;
	text-align: center;
	padding-top: 10;
}
.smaller
{
	font-size: 10;
}
DIV#footer_links
{
	width: 649;
	position: absolute;
	top: 25;
	left: 0;
	text-align: center;
	font-size: 10;
	color: #888;
}
DIV#footer_links A
{
	color: #444;
	font-weight: normal;
}


