* {padding:0; margin:0;}

#container{
width:100%;
font-family: Arial;
}

/*
a:link { font-family: Arial; font-size:11px; color: #666666; }
a:hover {  font-family: Arial; font-size:11px; color: #6666; }
a:active {  font-family: Arial; font-size:11px; color: #000000; }
a:visited {  font-family: Arial; font-size:11px; color: #000000; }
*/
a:link { font-family: Arial; color: #666666; }
a:hover {  font-family: Arial; color: #666666; }
a:active {  font-family: Arial; color: #000000; }
a:visited {  font-family: Arial; color: #000000; }


#top_header{
background-image:url('../images/fondoarriba.png');
width:auto;
height:83px;
margin-top:10px;
margin-bottom:10px;
}

#top_header_content{
width:964px;
margin-left:auto;
margin-right:auto;
}

#logo_ecventa{
float:left;
background-image:url('../images/ecuavent.png');
width:213px;height:70px;
margin-left: 0px;
}

#top_menu{
float:right;
/*margin-top:55px;*/
margin-right: 10px;
color:#0083d7;
font-size:12px;
}


#content{
width:964px;
min-height:500px;
margin-left:auto;
margin-right:auto;
}

#content_busqueda{
float:left;
width:631;
height:193;
}


#footer{
margin: 20px 0px 8px 0px;
padding: 5px 0px 10px 0px;
border-top: 2px dotted #e7e5e1;
border-bottom: 2px dotted #e7e5e1;
/*height:140px;*/
}


#footer_box{
margin-top:20px;
/*height:80px;*/
border:1px solid #9c9b99;
background-color: #f4f2eb;
}

/*#footer a:link { font-size:11px; color: #000000; }
#footer a:hover { font-size:11px; color: #000000; }
#footer a:active { font-size:11px; color: #000000; }
#footer a:visited { font-size:11px; color: #00000; }*/

a:link, a:hover, a:active, a:visited { color: #0083d7; }

.home_tab {
	float: right;
	margin: 0px 0px 0px 2px;
	padding: 3px 7px 5px 7px;
	width: 80px;
	background-color: #0082d6;
	color: #ffffff;
	text-align: center;
	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.home_tab a:link {
	color: #ffffff;
	text-decoration: none;
}

.home_tab a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.home_tab a:visited {
	color: #ffffff;
	text-decoration: none;
}

.home_tab a:active {
	color: #ffffff;
	text-decoration: none;
}
