body{
	margin: 0px;
	padding: 0px;
	background:  #0f326b;
	color: RGB(46,182,255);	
}

#cabecera
{
	background-image: url("../Images/cabezera1.jpg");
	width: 990px;
	height: 440px;
	margin: 10px auto 0px auto;

}

#AnuncioPrincipal
{
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 945px;
	height: 70px;
}

#cabecera #AnimacionCabecera
{
	float: left;
	width: 980px;
	height: 350px;
	margin-top: 0px;
	margin-left: 2px;
}

#Menu
{
	width: 982px;
	margin: 0px auto 0px auto;
	height: 36px;
	background: RGB(11,11,87);
	border-left: solid 4px white;
	border-right: solid 4px white;
}

#Menu ul
{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#Menu ul li
{
	float: left;
	padding: 7px 0;
	width: 127px;
	background: url("../Images/BOTON.jpg") #0b0b56;
}

#Menu ul li a
{
	margin-left: 37px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#Menu ul li a:hover
{
	margin-left: 37px;
	text-decoration: none;
	font-weight: bold;
	color: yellow;
}

#Comerciales
{
	width: 300px;
	height: auto;
	float: left;
}

.BloqueCormerciales
{
	float:  left;
	width: 300px;
	height: 250px;
	border: 1px solid RGB(46,182,255);
	margin-top: 10px;
}

.chat
{
    float:  left;
    width: 300px;
    height: 360px;
    border: 1px solid RGB(46,182,255);
    margin-top: 10px;
}

.BloqueCormerciales2
{
	float:  left;
	width: 300px;
	height: 65px;
	border: 1px solid RGB(46,182,255);
	margin-top: 10px;
}

#Encuesta
{
	float:  left;
	width: 300px;
	height: 285px;
	color: RGB(46,182,255);
	margin-top: 10px;
}

.TituloEncuesta
{
	background: url("../Images/EncuestaTitulo.jpg") no-repeat;
	width: 300px;
	height: 40px;
	padding-bottom: 3px;
	border-bottom: 1px dashed RGB(46,182,255);
}

.ContenidoEncuesta
{
	background: url("../Images/EncuestaContenido.jpg");
	width: 300px;
	height: 240px;
	float: left;
	margin-top: 5px;
}

#ComercialDiagonal1
{
	float:  left;
	width: 140px;
	height: 600px;
	border: 1px solid RGB(46,182,255);
	margin-top: 10px;
}

#ComercialDiagonal2
{
	float:  left;
	width: 140px;
	height: 600px;
	border: 1px solid RGB(46,182,255);
	margin-top: 10px;
	margin-left: 15px;
}

#PieDePagina
{
	
	background-image: url("../Images/tope.jpg");
	border-left: solid 4px white;
	border-right: solid 4px white;
	border-bottom: solid 4px white;
	width: 982px;
	height: 66px;
	margin: 0px auto 0px auto;
}

#BloqueInformacionIzquierdo
{
	float: left;
	width:  300px;
	height: auto;
	margin-left: 10px;
}

.TextoPieIzquierdo
{
	margin-top: 10px;
	width: 700px;
	height: 54px;
	color: #4057a3;
	float: left;
	text-align: center;
	font-size: 10pt; 
}

.TextoPieIzquierdo p
{
	padding: 0;
	margin: 0;
}

.TextoPieIzquierdo p a
{
	text-decoration: none;
	
}
.TextoPieDerecho
{
	margin-top: 6px;
	color: #4057a3;
	width: 282px;
	height: 54px;
	margin-left: 0px;	
	float: left;
	text-align: right;
}

.TextoPieDerecho p
{
	padding: 0;
	margin: 0;
}