/*Elementos generales*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(body_bkg.png) repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	_height: 100%;
/*solo para ie6 para que funcione la altura del div matte*/
}
a {
	color: #505050;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
p {
	line-height: 1.5em;
	margin: 0 0 15px;
}
form {
	display: inline;
}
table {
	border: none 0px;
	border-collapse: collapse;
}
td {
	border: none;
}
/*Clases generales*/
.left, .center {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.separator {
	clear: both;
	height: 15px;
}
.hide {
	display: none;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
/*Contenedor principal*/
#container {
	background-color: #ffffff;
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
/*Encabezado*/
/*Contenedor del Encabezado*/
#header {
	width: 895px;
}
/*Borde redondeado izquierdo del Encabezado*/
#header .left {
	background: url(header_bkg_side.png) no-repeat left;
	width: 7px;
	height: 95px;
}
/*Zona central del Encabezado, incluye logo y menu*/
#header .center {
	background: url(header_bkg.png) repeat-x;
	width: 881px;
	height: 95px;
}
/*Logo*/
#header #logo {
	background: url(logo.png) no-repeat;
	margin-left: 50px;
	margin-top: 8px;
	width: 101px;
	height: 74px;
}
/*Borde redondeado derecho del Encabezado*/
#header .right {
	background: url(header_bkg_side.png) no-repeat right;
	width: 7px;
	height: 95px;
	margin-top: 0px;
}
/*Menu del encabezado*/
#header #top_menu {
	float: right;
	margin-right: 25px;
	margin-top: 52px;
	list-style: none;
	color: #ffffff;
}
/*Items de Menu del encabezado*/
#header #top_menu li {
	float: left;
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	border-left: dotted #68717c 1px;
}
/*links de Menu del encabezado*/
#header #top_menu a {
	color: #ffffff;
}
/*links mousehover de Menu del encabezado*/
#header #top_menu a:hover {
	color: #A5C5DC;
}
#header #top_menu li.active a {
	color: #7CA5C5;
}
/*Barra de busqueda*/
/*Contenedor de Barra de busqueda*/
#searchbar {
	width: 895px;
	height: 10px;
	padding-top: 10px;
}
/*Links de login y registro*/
#searchbar #login_link {
	margin-top: 0px;
	margin-left: 55px;
	//margin-left: 22px;
/*Solo para ie*/
	width: 295px;
}
/*Formulario de busqueda*/
#searchbar #search_form {
	width: 300px;
	margin-top: -5px;
}
/*Fecha del dia*/
#searchbar #date {
	margin-top: 0px;
	margin-right: 20px;
	color: #B2B2B2;
}
/*Contenedor Central*/
#content {
	margin-top: 15px;
	padding-bottom: 10px;
	width: 895px;
}
/*Pie*/
/*Contenedor del Pie*/
#footer {
	width: 895px;
	font-size: 10px;
	font-weight: normal;
	color: #b3b3b3;
	line-height: 2em;
	position: relative;
}
/*Borde redondeado izquierdo del Pie*/
#footer .left {
	background: url(footer_left_bkg.png) no-repeat;
	width: 7px;
	height: 92px;
}
/*Borde redondeado derecho del Pie*/
#footer .right {
	background: url(footer_right_bkg.png) no-repeat;
	width: 7px;
	height: 92px;
}
/*Zona central del Pie, incluye menu y copyright*/
#footer .center {
	background: url(footer_bkg.png) repeat-x;
	width: 841px;
	height: 72px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
/*Links del Pie*/
#footer a {
	font-size: 10px;
	font-weight: bold;
	color: #b3b3b3;
}
/*Menu*/
#footer #bottom_menu {
	float: left;
}
/*textos legales*/
#footer #legal {
	float: right;
}
/*separador*/
#footer .pai {
	color: #5a8eb2;
}
/* Para mensajes de error (Omar)*/
.warning {
	color: #ff0000;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}
