@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.free-downloadcenter.eu/images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
    .thrColFixHdr #container {
	width: 990px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: #FFFFFF; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #02205C;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
    .header {
	background: #DDDDDD;
	width: 990px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	height: 70px;
    } 
	.header1 {
	background: #DDDDDD;
	width: 990px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	height: 64px;
    } 
		.header2 {
	background: #DDDDDD;
	width: 990px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	height: 40px;
    }
    .thrColFixHdr #header h1 {
    	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
    	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
    }
 
	.space {
	width: 100%;
	height: 10px;
    }
    .side1 {
	width: 176px;
	height: auto;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 8px;
	float: left;
    }
	.side1-box1 {
	width: 174px;
	height: auto;
	border: 1px solid #092861;
    }
	.side1-box2 {
	float: left;
	width: 174px;
	height: auto;
	border: 1px solid #092861;
    }
	.side2 {
	float: left;
	width: 468px;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
    }
	.side2-sub_category {
	float: left;
	width: 786px;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
    }
	.side2-sub_category-program {
	float: left;
	width: 786px;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
    }
	.side2-text {
	float: left;
	width: 466px;
	height: auto;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
	.side2-text-sub_category {
	float: left;
	width: 786px;
	height: auto;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
	.side2-windows {
	float: left;
	width: 466px;
	height: auto;
	margin-bottom: 10px;
    }
	.side2-linux {
	float: left;
	width: 466px;
	height: auto;
	margin-bottom: 10px;
    }
	.side2-scripts {
	float: left;
	width: 466px;
	height: auto;
	margin-bottom: 10px;
    }
	.side2-antivirus {
	float: left;
	width: 466px;
	height: auto;
	margin-bottom: 10px;
    }
	.side2-news {
	float: left;
	width: 466px;
	height: auto;
    }
	.side3 {
	float: right;
	width: 310px;
	height: 160px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
    }
	.side3-text {
	float: right;
	width: 308px;
	height: auto;
	margin-top: 4px;
    }
	.side3-most-popular {
	float: right;
	width: 308px;
	height: auto;
	margin-bottom: 10px;
    }
	.side3-recomanded{
	float: right;
	width: 308px;
	height: auto;
	margin-bottom: 10px;
    }
	.side3-daly{
	float: right;
	width: 308px;
	height: auto;
    }
	.title {
	float: left;
	width: 100%;
	height: 22px;
	background-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
    }

    .thrColFixHdr #footer {
	background:#DDDDDD;
	height: auto;
	width: 990px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
    } 
    .thrColFixHdr #footer p {
    	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
    }
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
.aerobuttonmenu { /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto; /*menu strip background*/
	border: 1px solid gray;
	border-width: 1px 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #00CCFF;
}

* html .aerobuttonmenu { /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero { /*aero button CSS*/
background: transparent url('http://free-downloadcenter.eu/images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/

}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active {
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span {
background: transparent url('http://free-downloadcenter.eu/images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover { /* Hover state CSS */

}

.aerobuttonmenu a.aero:hover span { /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero {
background-image: url('http://free-downloadcenter.eu/images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('http://free-downloadcenter.eu/images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection {
	float: right;
	width: 150px;
	position: relative;
	top: 3px;
	padding-right: 5px;
	text-align: right;
}

.aerobuttonmenu .rightsection a {
color: navy;
}
 
.applemenu{
	width: 172px;
	border: 1px solid #9A9A9A;
	margin-top: 5px;
	margin-bottom: 5px;
}

.applemenu div.silverheader a {
background: black url(http://www.free-downloadcenter.eu/img/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative;
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover {
background-image: url(http://www.free-downloadcenter.eu/img/silvergradientover.gif);
color: white;
}

.applemenu div.submenu { /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.applemenu ul li {
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.applemenu ul li a {
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.applemenu ul li a:visited {
color: black;
}

.applemenu ul li a:hover { /*hover state CSS*/
color: white;
background: black;
}
.box-picture {
	height: auto;
	width: 48px;
	background-color: #66FFFF;
	float: left;
}
.box-news2 {
	height: auto;
	width: 454px;
	background-color: #66FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px;
}
.box-news3 {
	height: auto;
	width: 444px;
	background-color: #66FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px;
	float: left;
}
.Estilo2 {
}
.Estilo3 {
}
