﻿#divTexto
{
	position: absolute;
	top: 25px;
	font-family: Gill Sans MT, Trebuchet MS;
	font-size: 23px;
	width: 230px;
	line-height: 25px;
}

#divTexto div:first-child
{
	margin-bottom: 10px;
	color: Black;
}

#divTexto div
{
	color: DimGray;
}

#divNube
{
	font-family: Gill Sans MT, Trebuchet MS;
	position: absolute;
	top: 25px;
	left: 243px;
	right: 243px;
	height: 250px;
	text-align: justify;
	line-height: 25px;
	font-size: 25px;
}

#divNube a
{
	color: Silver;
	text-decoration: none;
}

#divNube a:hover
{
	color: #B50027;
}

#divLinks
{
	 position: absolute; 
	 left: 0px; 
	 bottom: 10px;
}

#divLinks a
{
    margin-right: 5px;
}

#divBanner
{
	position: absolute;
	top: 25px;
	right: 0px;
}

#divBanner a
{
    display: block;
    width: 209px;
    height: 209px;
    background-image: url(/imagenes/banner.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#divBanner a:hover
{
    background-position: 0px -209px;
}
