/* 
	CSS for HOME
	Lugaresgaycba.com.ar/index.asp

*/
a:link{
		text-decoration: none;
}
a:visited{
		text-decoration: none;
}

#nota-principal{
	height: 290px;
	width: 413px;
	float: left;
	padding-left: 10px;
}

a.nota-principal-imagen{
	height: 290px;
	width: 413px;
	background-image: url(../imagenes/home/1a.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

a.nota-principal-imagen:hover {
	height: 290px;
	background-image: url(../imagenes/home/1a2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: pointer;
	float: left;
}

.separacion-noticias-resumen-grande {
	padding-left: 13px;
	padding-top: 3px;
}

.separacion-noticias-resumen-chico {
	padding-left: 16px;
	padding-bottom: 4px;
}

a.notas-secundarias {
	width: 205px;
	height: 140px;
	background-image: url(../imagenes/home/mini0.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

a.notas-secundarias:hover {
	width: 205px;
	height: 140px;
	background-image: url(../imagenes/home/mini1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: pointer;
	float: left;
	}
#noticias-top {
	margin-left: 10px;
	margin-right: 5px;
}