@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#f2f2f2;
	background-image:url(../images/fondoWeb.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
}

#cuerpo {
	width:1026px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:30px;
}

#logo {
	width:283px;
	height:60px;
	margin-bottom:15px;
	float:left;
}

#centro {
	width:1026px;
	/*height:482px;*/
	float:left;
}

#centroVivo {
	width:1026px;
	height:482px;
	background-image:url(../images/centroHome%20vivo.png);
	background-repeat:no-repeat;
	float:left;
}

#centroContacto {
	width:1026px;
	height:482px;
	background-image:url(../images/contacto.png);
	background-repeat:no-repeat;
	float:left;
	display:table;
	text-align:center;
}

#centroContacto span {
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:36px;
	display:table-cell;
	vertical-align:middle;
}

#centroContacto span a {
	text-decoration:none;
	color:#666666;
}


#playerVivo {
	width:570px;
	height:320px;
	float:left;
	margin-left:380px;
	margin-top:84px;
	background-color:#999;
}

#conteVideos {
	width:1026px;
	height:711px;
	background-image:url(../images/fondoVideos.png);
	background-repeat:no-repeat;
	float:left;
}

.videos {
	width:461px;
	height:260px;
	background-color:#CCCCCC;
	margin-top:60px;
	margin-left:23px;
	float:left;
}

#menu {
	width:1026px;
	margin-top:-15px;
	float:left;
}

#btnSer {
	width:217px;
	height:249px;
	margin-left:41px;
	margin-right:130px;
	float:left;
}

#btnPro {
	width:194px;
	height:235px;
	margin-right:130px;
	float:left;
}

#btnCon {
	width:232px;
	height:249px;
	margin-right:41px;
	float:left;
}

#piePagina {
	width:514px;
	height:54px;
	margin-left:auto;
	margin-right:auto;
}
.divisor {
	clear:both;
}
