/*------------------------------------------------------- RESET -----***/
body {
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	/*color:#012C50;*/
}
ol, ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-position:inherit;
	list-style-type:none;
}
img{
	border:none;
	padding:0;
	margin:0;
}
br {
	line-height:20px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*color:#012C50;*/
	font-weight:normal;
	margin:0px;
	padding:0px;
	/*line-height:1.3em;*/
	text-align:left;
}
h1,h2,h3,h4,h5 {
	font-family: Arial, Verdana;
	margin:0px;
	padding:0;	
}
h1 {
	font-size:17px;
	font-weight:bold;
	line-height:28px;
	/*color:#999fba;*/
}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:34px;
	/*color:#012c50;*/
}
h3 {
	font-size:12px;
	font-weight:bold;
	line-height:10px;
	/*color:#9ba0a6;*/	
}
h4 {
	font-size:12px;
	font-weight:normal;
	line-height:19px;
	/*color:#000000;*/
}
h5 {
	font-size:11px;
	font-weight:normal;
	line-height:19px;
	/*color:#9ba0a6;*/
}
.negrita {
	font-weight:bold;
}
/*-------------------------------------------------------------------***/


/*------------------------------------------------------- LINKS -----***/
a:link {color: #395D7A; text-decoration:none}
a:visited {color: #395D7A; text-decoration:none}
a:hover {color: #aaaaaa; text-decoration:none}
a:active {color: #395D7A; text-decoration:none}	
a:focus {outline: 0; text-decoration:none}		
/*-------------------------------------------------------------------***/


/*------------------------------------------------------- FRAMES ----***/
div#contenido {
	position:relative;
	margin:0px auto 20px auto;
	width:800px;
	background-color:#ffffff;
}

div#top {
	position:relative;
	width:800px;
	height:100px;
	background-color:#666666;
}

div#navbar {
	position:relative;
	width:auto;
	height:30px;
	background-color:#999999;
}

div#contentnavbar {
	position:relative;
	width:auto;
	height:20px;
	background-color:#000000;
}

div#content {
	position:relative;
	background-color:#CCCCCC;
	height:auto;
	overflow:auto;
	_overflow:visible;
	min-height:400px;
	_height:400px;
}

div#bottom {
	position:relative;
	background-color:#999999;
	width:auto;
	height:40px;
	margin:0px 0px 20px 0px;
}
/*-------------------------------------------------------------------***/


/*-------------------------------------------------- COLUMNAS -------***/
div#columna01 {
	position:relative;
	float:left;
	background-color:#333333;
	width:200px;
}

div#columna02 {
	position:relative;
	float:left;
	background-color:#B7B7B7;
	width:420px;
	margin:10px 10px 10px 10px;
}

div#columna03 {
	position:relative;
	float:right;
	background-color:#F7F7F7;
	width:160px;
}
/*-------------------------------------------------------------------***/

