@charset "UTF-8";
/* CSS Document */

.zuppex #content {	
	height: 100%; 	/*  Si no sobreescribimos este valor, el footer se queda a 190px. 
						Habría que poner min-height:190px y height:100%, pero en IE6 no toma el valor de min-height y entonces el index falla y el footer
						se pone al inicio de la página. */
}

.title_h2index {
	background: url(../images/titles/title_h2index.gif) top left no-repeat;
	width: 980px;
	height: 45px;
	display: block;
}


.zuppex #indexbox2_content {
	background: #FFF;
	width: 486px; 
	height: 180px;;
	position: relative;
	padding: 5px 0px 5px 0px;
}
.zuppex #indexbox2_content h4 {
	padding: 0px;
	margin: 0px;
}
.zuppex #indexbox2_content p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.zuppex #indexbox2_content span {
	visibility: hidden;
}

.zuppex #indexbox1 {
	position: absolute;
	width: 220px;	/* 240 - padding laterales */
	height: 180px;  /* 180 - padding superior - padding inferior */
	left: 15px;
	padding: 0px;
}

.zuppex #indexbox2 {
	position: absolute;
	left: 250px;
	width: 220px;	/* 240 - padding laterales */
	height: 180px;  /* 180 - padding superior - padding inferior */
	padding: 0px;
}

.zuppex #indexbox3 {
	position: absolute;
	width: 220px;	/* 240 - padding laterales */
	top: 205px;
	left: 15px;
	height: 180px;  /* 180 - padding superior - padding inferior */
	padding: 0px;
}

.zuppex #indexbox4 {
	position: absolute;
	left: 250px;
	top: 205px;
	width: 220px;	/* 240 - padding laterales */
	height: 180px;  /* 180 - padding superior - padding inferior */
	padding: 0px;
}

#title_h4wallpaper {
	background: #FFF url(../images/titles/title_h4wallpaper.jpg) top left no-repeat;
	width: 220px;
	height: 145px;
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
}

#title_h4video {
	background: #FFF url(../images/titles/title_h4video.jpg) top left no-repeat;
	width: 220px;
	height: 145px;
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
}

#title_h4multicontent {
	background: #FFF url(../images/titles/title_h4multicontent.jpg) top left no-repeat;
	width: 220px;
	height: 145px;
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
}

#title_h4multidevice {
	background: #FFF url(../images/titles/title_h4multidevice.jpg) top left no-repeat;
	width: 220px;
	height: 145px;
	display: block;
	text-decoration: none;
}

#title_h4security {
	background: #FFF url(../images/titles/title_h4security.jpg) top left no-repeat;
	width: 220px;
	height: 145px;
	display: block;
	text-decoration: none;
}

#title_h4push {
	background: #FFF url(../images/titles/title_h4push.jpg) top left no-repeat;
	width: 220px;
	height: 145px;
	display: block;
	text-decoration: none;
}

