@charset "utf-8";
@import url(nav.css);
/* CSS Document */

body {
	background-color: #383838;
	margin: 0; padding: 0;
	font-size: small;
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
 
img {
	border-style: none;
}

* {
	margin: 0; padding: 0;
	}
 
a:link, a:visited {
	color: #383838;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #585858;
	}

#lista {
	padding-left:25px;
}

#container {
	background-color: #FFFFFF;
	width: 845px;
	margin: 0 auto;
	overflow: hidden;
	}

#container h1 {
	background: #FFFFFF url(images/antivirusgratis.jpg) no-repeat;
	width: 680px;
	height: 100px;
	margin: 10px 0 0 18px;
	text-indent: -9999em;
	float: left;
	}

#buttons {
	margin: 42px 27px 0;
	float: right;
	}
	
#buttons img {
	padding-left: 20px;
	}



#informacion {
	width: auto;
	height: auto;
	margin: 0px;	
	float:right;
	}
	
#informacion p {
	width: 250px;
	color: #FFF;
	padding: 8px 0 0 8px;
	line-height:1.5em;
	font-style:italic;
	background-color:#999900;
	margin: 5px 5px;
	}
	

#content_main {
	width: 605px;
	padding: 0px 5px 0px 0px;
	margin: 20px 10px 0px 0;
	float: right;
	text-align: justify;
	}

#content_main p {
	line-height: 23px;
	display: block;
	text-align: justify;
	padding-bottom: 10px;
	}
	
#nav_main {
	float: left;
	width: 200px;
	background: url(images/r_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 10px 15px;
	margin: 20px 0 0 0;
	}
	
#nav_main ul {
	list-style: none;
	}
	
#nav_main ul li {
	line-height: 23px;
	}
	
	
#card {
	float: left;
	}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: 100;
	}
h3 a:link, a:visited{
	color:#999900;
}
h3 a:hover {
	color:#1a1a1a;
}
	
h4 {
	color: #bbb;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	padding-bottom: 8px;
	}
	
hr { 
	border: 0;
	color: #d7d5cb;
	background: #d7d5cb;
	height: 1px;
	margin: 15px 0 20px 0;
}

#limitaciones {

	line-height:2em;
	
}

#pie {
	width: 822px;
	color: #fff;
	font-size: 85%;
	margin: 20px auto;
	}	
	
#pie a:link, #pie a:active, #pie a:hover {
	color: #FFF;
	text-decoration: none;
	}

#nav_footer {
	float: right;
	list-style: none;
	}
	
#nav_footer li {
	float: left;
	}
#descarga a:link, #descarga a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: 100;
	color:#999900;
	margin-left:20px;
	text-decoration:none;
}

#imagenes {
float:right;
margin:5px;
margin-right:1px;
margin-top:2px;
padding:2px;
border:1px solid #999900;
}

#cuadro {
	border-left: 10px solid #1a1a1a;
	margin-bottom:25px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom: 5px;
}


/* Estrellas */
.rating{
width:80px;
height:16px;
margin:0 0 20px 0;
padding:0;
list-style:none;
clear:both;
position:relative;
background: url(images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li {
cursor: pointer;
/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
float:left;
/* end hide*/
text-indent:-999em;/* hide text*/
}
ul.rating li a {
position:absolute;
left:0;
top:0;
width:16px;
height:16px;
text-decoration:none;
z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li a:hover {
z-index:2;
width:80px;
height:16px;
overflow:hidden;
left:0;
background: url(images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
