/*************** ESTRUCTURA GENERAL ESTILOS POR DEFECTO *****************/

body,td,th {
	font-family:Arial, Verdana;
	font-size: 12px;
	/*	line-height: 18px;*/
	color: #999999;
	font-weight: normal;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #1E528B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E528B;
}
a:hover {
	text-decoration: underline;
	color: #1E528B;
}
a:active {
	text-decoration: none;
	color: #1E528B;
}

/*********** TABLAS *************/

.tabla_general{
	width:840x;
	height:100%;	
}

.tabla_header{
	width:760px;
	height:152px;
}

.tabla_contenidos{
	width:470px;
	height:100%;
}

.tabla_fotter{
	width:760px;
	height:100px;
}

.tabla_fotter_legal{
	width:760px;
	border:1px solid #f0f0f0;
	height:40px;
}

.tabla_columna_destacada{
	width:230px;
	border:1px solid #f0f0f0;
}

.tabla_border_100{

	width:100%;
	border:1px solid #f0f0f0;
	height:100%;	
}

.error {
	color:#990000;
}