/* Reduce a cero el margen y padding de los elementos */
* {
    margin-top:0 !important;
    margin: 0; 
    padding: 0;
}

body {
	background: url(images/background.gif) repeat-x #f3f3f3;
	font-family: Verdana, sans-serif;
	}
	
/* Elementos de Estructura */
#wrapper {
	width: 720px;
    background: #fff;		
    position: relative;
	left: 50%;
	margin-left:-360px;	
    }

#headerone {
	height: 70px;
	padding-left: 23px;
	}
	
#headertwo {
	height: 0px;
	background: url(images/headertwo.jpg) no-repeat;
	}
	
#content {
	width: 492px;
	float: right;
	padding-top: 28px;
	padding-bottom: 28px;
	}

#sidebar {
	width: 195px;
	float:left;
	text-align: right;
	padding-top: 28px;
	display: none;
	}
	
#footer {
	clear: both;
	background-color: #e4e4e4;
	height: 48px;
	padding: 5px 23px 5px 23px;
	}
	
/* Estilos Generales */

p {
	font-size: 11px;
	color: #000000;
	line-height: 180%;
	}

#content p {
	padding-right: 23px;
	margin-bottom: 20px;
	}
	
.logoimg {
	padding-top: 12px;
	}

#footer p {
	color: #000000;
	}

#content h2 {
	font-size:14px;
	margin-bottom: 15px;
		}

#content ul { 
	font-size: 11px;
	color: #000000;
	line-height: 180%;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-right: 23px;
	}
	
#content li{	
	padding-left: 30px;
	}

#content a {
    color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}
	
hr { 
    margin-bottom: 20px;
	}
	
form p {
	line-height:normal;
	color: #000000;
	font-size: 11px;
	}
	
#content .imgleft {
	padding: 5px;
	border: solid 1px #0a990a;
	}

h1 {
	font-size: 20px;
	padding-bottom: 10px;
	}
	
	
/* Sidebar */

#sidebar ul {
	font-size: 11px;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0 0 0 23px;
	}

#sidebar li {
	display: inline;
	margin-bottom: 2px;	
	}

#sidebar a {
	display: block;
	color: #0a990a;
	text-decoration: none;
	padding: 4px 10px 4px 0;
	}

#sidebar a:hover {
	background-color: #01d503;
	color: #fff;
	}

#home #sidebar .home a,
#aboutus #sidebar .aboutus a,
#buscons #sidebar .buscons a,
#isitcons #sidebar .isitcons a,
#careers #sidebar .careers a,
#contact #sidebar .contact a
 {
	background-color: #01d503;
	color: #fff;
	}

/* Headings 2 

.aboutush2 {
	text-indent: -5000px;
	background: url(images/aboutus.gif) no-repeat;
	width: 91px;
	height: 21px;
	margin-bottom: 30px;
	}
	
.careersh2 {
	text-indent: -5000px;
	background: url(images/careers.gif) no-repeat;
	width: 91px;
	height: 21px;
	margin-bottom: 30px;
	}

.privacyh2 {
	text-indent: -5000px;
	background: url(images/privacy.gif) no-repeat;
	width: 251px;
	height: 25px;
	margin-bottom: 30px;
	}
	
.legaltermsh2 {
	text-indent: -5000px;
	background: url(images/legalterms.gif) no-repeat;
	width: 434px;
	height: 25px;
	margin-bottom: 30px;
	}
	
.contacth2 {
	text-indent: -5000px;
	background: url(images/contact.gif) no-repeat;
	width: 111px;
	height: 20px;
	margin-bottom: 30px;
	}
	
.homeh2 {
	text-indent: -5000px;
	background: url(images/homeh2.gif) no-repeat;
	width: 353px;
	height: 45px;
	margin-bottom: 30px;
	}
	
.sitemaph2 {
	text-indent: -5000px;
	background: url(images/sitemap.gif) no-repeat;
	width: 81px;
	height: 23px;
	margin-bottom: 30px;
	}
	
.busconsh2 {
	text-indent: -5000px;
	background: url(images/buscons.gif) no-repeat;
	width: 200px;
	height: 24px;
	margin-bottom: 30px;
	}
	
.itisconsh2 {
	text-indent: -5000px;
	background: url(images/itiscons.gif) no-repeat;
	width: 382px;
	height: 49px;
	margin-bottom: 30px;
	} 
	*/

/* Footer */

#footer a {
	text-decoration: none;
	color: #000000;
	}

/* Estructura Home */

#homeleft {
	float: left;
	width: 238px;
	}

#homeleft p {
	padding-right: 0px;
	}

#homeright {
	float: right;
	width: 218px;
	}

/*
.bussolh3 {
	text-indent: -5000px;
	background: url(images/bussolh3.gif) no-repeat;
	width: 155px;
	height: 17px;
	margin-bottom: 30px;
	}
*/

#content .imgright {
    float: right;
	padding: 5px;
	margin-left: 23px;
	border: solid 1px #0a990a;
	}