/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- Estilos generales --- */

.contenedor{
	width:978px;
	margin:0 auto;
}

strong{
	font-weight:bold;
}

body{
	font-family:'Open Sans', sans-serif;
	color:#444242;
	background-color:white;
}

/* --- Cabecera --- */

header.cabecera{
	background-color:white;
}

h1{
	width:268px;
	height:38px;
	background:transparent url('../images/logo-eset.gif') repeat top left;
	margin:18px 0;
}

h1 span{
	display:none;
}

/* --- Contenido --- */

section.contenido{
	background:#d8dce6 url('../images/bg.gif') repeat top left;
	padding:45px 0 65px 0;
	overflow:hidden;
}

h2{
	font-weight:300;
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
}

h3{
	font-size:16px;
	font-weight:bold;
	margin: 20px 20px 5px 20px;
	text-align:left;
}

article{
	width:470px;
	float:left;
	margin-right:38px;
	background-color:white;
	position:relative;
	text-align:right;
}

article *{
	position:relative;
	z-index:200;
}

article:last-child{
	margin-right:0;
}

article a:hover img {
	opacity:0.7;
}

article p{
	font-size:13px;
	line-height:20px;
	color:#5b5b5f;
	margin:5px 20px 20px 20px;
	min-height:200px;
	text-align:left;
}

.ver-mas{
	display:inline-block;
	background:transparent url('../images/ver-mas.gif') no-repeat top left;
	padding:22px 24px;
	margin:0 6px 6px 0;
}

.ver-mas span{
	display:none;
}

.ver-mas:hover{
	opacity:0.7;
}

.sombra{
	position:absolute;
	top:7px;
	left:7px;
	background-color:transparent;
	width:463px;
	height:98.5%;
	border-right:7px solid #c1c6d4;
	border-bottom:7px solid #c1c6d4;
	z-index:100;
}

/* --- Pie --- */

footer.pie{
	clear:both;
	height:54px;
	background-color:white;
	margin-top:20px;
	font-size:13px;
}