.menu {
clear: both; margin: 0px; padding: 0px;
}

.menu ul {
	list-style:none;
	color: #6D7074;
	background-color:#FFFFFF;
	margin: 0px; padding: 0px;
}

.menu li {
	display: inline;
	list-style: none;
	margin: 0px; padding: 0px;
}

.menu H2 {
	color:#FFBA27;
	font-size:10px;
	background-color:#F9F9F9;
	text-align:left;
	margin: 5px; padding: 5px;
	FONT-FAMILY: verdana;
}

.menu A {
	COLOR: #2461AA; TEXT-DECORATION: none;
}
.menu A:hover {
	COLOR: #6D7074; TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
.table p {
	color:#1E60A2;
	FONT-FAMILY: verdana;
	font-size:11px;
	text-align:center;
}

.table a, A {
	COLOR: #6D7074; TEXT-DECORATION: none;
}
.table a:hover, A:hover {
	COLOR: #000; TEXT-DECORATION: none;
}
hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}

H1 {
	COLOR: rgb(115,162,182);
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
}

H2 {
	COLOR: #2461AA;
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
}

H3 {
	COLOR: #F6822B;
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}

H4 {
	COLOR: rgb(115,162,182);
	FONT-FAMILY: arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
}

A {
	COLOR: #6D7074; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000; TEXT-DECORATION: underline;
}

.web P{
	color:#6D7074;
	FONT-FAMILY: verdana;
	font-size:11px;
	margin-bottom:15px;
	line-height:15px;
	margin: 5px; padding: 5px;
}

.web H1 {
	color: #2D3063;
	font-size:16px;
	background-color:#F9F9F9;
	text-align:center;
	FONT-FAMILY: verdana;
	margin: 5px; padding:5px;
}

.web H2 {
	color: #F6822B;
	font-size:14px;
	background-color:#F9F9F9;
	border-width:1px;
	border-color:#AAAAAA;
	border-style:solid;
	text-align:center;
	margin: 10px; padding: 5px;
}

.web ul {
	
	color: #6D7074;
	FONT-FAMILY: verdana;
	font-size:12px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#AAAAAA;
	margin-bottom:15px;
	line-height:20px;
	margin: 10px; padding: 25px;
}

.menu_footer {clear: both; margin: 0px; padding: 0px; font-family: verdana; font-size: 10px; text-transform: uppercase;}
.menu_footer ul {margin: 0px; padding: 0px; font-weight: bold;}	
.menu_footer li {display: inline; list-style: none; margin: 5px; padding: 5px;}
.menu_footer a:hover {color: rgb(50,50,50); text-decoration: none;}

.web img {
    border:0px;
}


body {
/*background-color: #006599;*/
background: url(images/img_background.jpg) top center repeat-y #006599;
}
	
#contenedor {
width: 750px;
margin: 0 auto;
	background-color: #fff;
}
#cabecera {
background:transparent url(images/sombra.jpg) repeat-x scroll center top;
}
#menu {
float: left;
width: 200px;
}
#contenido {
float: left;
width: 550px;
}
#contenido_inicio {
float: left;
width: 750px;
}
#contenido_izquierdo {
float: left;
width: 447px;
}
#contenido_derecho {
float: left;
width: 250px;
}
#pie {
clear: both;
}

#flash{
height: 250px;
background-color: #fff;
}

#enviar{
 background-color: #fff;
 color: #6D7074;
 font-weight: bold;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
	float: right;
	width: 750px;
	height: 24px;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 24px;
	background: url(images/menu_bg.jpg);
	font-family: verdana;
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 10px;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0px 25px 0px 25px;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0px 25px 0px 25px;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: #000;
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

.firma {
background-color:#F9F9F9;
line-height: 24px;
}
.firma P{
	color: #000;
	font-size:12px;
	border-width:1px;
	border-color:#fff;
	border-style:solid;
	text-align:center;
	FONT-FAMILY: verdana;
	margin: 0px; padding: 0px;
	background: url(images/menu_bg.jpg)
}
.firma A {
	COLOR: #fff; TEXT-DECORATION: none;
	font-weight:normal;
}
.firma A:hover {
	COLOR: #000; TEXT-DECORATION: none;
	font-weight:normal;
}

.niveltec a{
	COLOR: #6D7074;
	FONT-FAMILY: verdana;
	FONT-SIZE: 10px;
}

.niveltec b{
	COLOR: #FF9900;
}
