@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #FFF;
  padding: 0 0 15px 0;
  /*font-family: trebuchet ms, arial, helvetica, sans-serif;*/
  font-family:"Century Gothic", Arial, sans-serif;
  letter-spacing:0.05em;
}
#lateral{
	position:absolute;
	left:1508px;
	top:14px;
	width:214px;
	height:445px;
	background:url(images/bgLateralHome.png) no-repeat;
	padding-top:88px;
}
#swf{
	position:absolute;
	left:50px;
	top:0px;
	text-align:center;
	font-size:10px;
	color:#FFF;
}
#swf a{
	text-decoration:none;
}


.nuevoVideo{
	width:104px;
	height:16px;
	padding:2px 0 0 130px;
	background:url(images/nuevoVideo.png) no-repeat;
	font-size:9px;
	margin: 0 0 0px 0;
}
.nuevoFotos{
	width:104px;
	height:16px;
	padding:2px 0 0 130px;
	background:url(images/nuevoFotos.png) no-repeat;
	font-size:9px;
	margin: 0 0 0px 0;
}
.nuevoCancion{
	width:104px;
	height:16px;
	padding:2px 0 0 130px;
	background:url(images/nuevoCancion.png) no-repeat;
	font-size:9px;
	margin: 0 0 0px 0;
}
.nuevoPrensa{
	width:104px;
	height:16px;
	padding:2px 0 0 130px;
	background:url(images/nuevoPrensa.png) no-repeat;
	font-size:9px;
	margin: 0 0 0px 0;
}
.nuevoBlog{
	width:104px;
	height:16px;
	padding:2px 0 0 130px;
	background:url(images/nuevoBlog.png) no-repeat;
	font-size:9px;
	margin: 0 0 0px 0;
}
.nuevoEvento{
	width:104px;
	height:16px;
	padding:2px 0 0 130px;
	background:url(images/nuevoEvento.png) no-repeat;
	font-size:9px;
	margin:0 0 0px 0;
}
.tituloNuevo{
	height:15px;
	padding-left:8px;
	margin:1px 0;
	font-size:9px;
	width:220px;
	overflow:hidden;
	text-align:left;
}
.textoResumen{
	height:15px;
	padding-left:8px;
	margin:1px 0;
	font-size:9px;
}
#resumenMultimedia{
	position:relative;
	width:234px;
	height:18px;
	margin:0px 0 0px 0;
}
#resumenMultimedia a{
	position: absolute;
	left:0px;
	top:0px;
	width:234px;
	height:18px;
	background:url(images/resumenMultimedia.png) no-repeat;
}
#resumenMultimedia a:hover{
	background-position:0 -18px;
}
#resumenPrensa{
	position:relative;
	width:234px;
	height:18px;
	margin:0px 0;
}
#resumenPrensa a{
	position: absolute;
	left:0px;
	top:0px;
	width:234px;
	height:18px;
	background:url(images/resumenPrensa.png) no-repeat;
}
#resumenPrensa a:hover{
	background-position:0 -18px;
}
#resumenBlog{
	position:relative;
	width:234px;
	height:18px;
	margin:0px 0;
}
#resumenBlog a{
	position: absolute;
	left:0px;
	top:0px;
	width:234px;
	height:18px;
	background:url(images/resumenBlog.png) no-repeat;
}
#resumenBlog a:hover{
	background-position:0 -18px;
}
#resumenEventos{
	position:relative;
	width:234px;
	height:18px;
	margin:0px 0;
}
#resumenEventos a{
	position: absolute;
	left:0px;
	top:0px;
	width:234px;
	height:18px;
	background:url(images/resumenEventos.png) no-repeat;
}
#resumenEventos a:hover{
	background-position:0 -18px;
}
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#C9F;
	text-decoration:none;
}
#cajaEmail{
	position:absolute;
	left:14px;
	top:474px;
	width:155px;
	height:16px;
	border:0px solid red;
}
#cajaEmail input{
	position:absolute;
	left:0px;
	top:0px;
	width:155px;
	height:16px;
	border:0px;
	background:transparent;
}
#send{
	position:absolute;
	left:182px;
	top:475px;
	width:37px;
	height:13px;
}
#send input{
	position:absolute;
	left:0px;
	top:0px;
	width:37px;
	height:13px;
	background:url(images/send.jpg) no-repeat;
	border:0px;
}
#send input:hover{
	background-position:0 -13px;
}