@charset "utf-8";
/*------------------------------------------
Author: enlanevera - www.enlanevera.com / hcd www.hcd.es
------------------------------------------*/

/********************************************
Normalizar estilos XHTML de diferentes navegadores
--------------------------------------------*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,div,body,html,p,blockquote,fieldset,input { /*Evitar la asignación inconsistente de márgenes y rellenos a diferentes elementos HTML*/
	margin:0;
	padding:0; 
	}
ul,ol {/* Eliminamos las viñetas de las listas */
	list-style:none 
	}
h1,h2,h3,h4,h5,h6,pre,code {/* Evitar el tamaño inconsistente de los diferentes encabezados y también etiquetas <pre> y <code> */
	font-size:1em; 
	}
a img,:link img,:visited img {/* Evitar el borde azul en imágenes que son links */
	border:none 
	}

/********************************************
General
--------------------------------------------*/
body {
	margin:0;
	padding:0;
	color:#333;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../img/img2010/bg.gif) repeat-x top #fff;
	}
		
/********************************************
Content // Contenido
--------------------------------------------*/
#content { /*Contenido */
	width:955px;
	margin:0 auto;
	padding:0;
	}
	
	h1 {
		position: relative;
		width: 164px;
		height: 38px;
		top: 30px;
		left: 30px;
		}
		h1 span {
			display: none;
			}
	
	.img-top { /* imagen superior */
		background: url(../img/img2010/kaspersky-security-2010-FIB_2.jpg) no-repeat top left;
		width: 955px;
		height: 349px;
		margin: 0;
		padding: 0;
		cursor:pointer
		}
		.win-top {
			position: relative;
			width: 135px;
			height: 65px;
			top:85px;
			left:477px;
			}
			.win-top span { display: none;}
	.mod-L, .mod-R { /* modulos infreiores */
		float: left;
		margin: 0;
		padding: 0;
		cursor:pointer
		}
		
		
		.mod-L { /* modulo izquierdo */
			background: url(../img/img2010/bg-mod-L.jpg) no-repeat top left;
			height:310px;
			width: 477px
			}
			.mod-L ul {
				font-size: 0.7em;
				top: 164px;
				left: 160px;
				position: relative;
				list-style: disc inside;
				line-height: 1.5em;
				margin:0;
				padding:0;
				width: 280px;
				}
			.mod-L p.win {
				float:right;
				font-size: 0.9em;
				}
				.mod-L p.win a {color: #005447;}
				.mod-L p.win a:hover {color: #cc0000;}
				
				
		.mod-R { /* modulo derecho */
			background:#fff;
			padding: 28px 44px;
			width: 389px;
			}
			.mod-R p {
				font-size: 0.7em;
				}
			.mod-R ul {
				margin: 15px 0;
				}
			.mod-R ul li {
				background: url(../img/img2010/bg-list.gif) no-repeat top left #009ce3;
				color: #fff;
				height: 25px;
				margin-bottom:1px;
				padding: 8px 0 0 25px;
				}
				.mod-R ul li span { font-size: 0.5em;}
			.mod-R a {color: #005447; font-size: 0.8em;}
				.mod-R a:hover {color: #cc0000;}

				
/**/
#bases {
	display: none;
	}
	

/********************************************
Footer // Pie
--------------------------------------------*/
#footer { /*Contenido */
	width:955px;
	margin:0 auto;
	}
	#footer img {
			float: left;
			vertical-align: middle;
			margin-left: 30px;
			}
		#footer p {
			float: left;
			width: 600px;
			margin: 10px 0 0 15px;
			font-size: 0.7em;
			color:#666;
			}
			#footer p a {
				color: #005447;
				text-decoration: underline;
				}
				#footer p a:hover {
					color: #cc0000;
					text-decoration: underline;
					}
					
					
						



/********************************************
--------------------------------------------*/
.clr {clear:both;margin:0;padding:0;border:0;font-size:1%;line-height:0.01em;}
.t_green {color: #005447;}
.t_blue {color:#009ce3;}

/********************************************
--------------------------------------------*/