@import url(base.css);
p{
line-height:1.333em;
}
div#mainMenu
{
	background-color:#000;
	width:620px;
	height:90px;
	float:left;
}
div#contextMenu
{
	width:214px;
	float:left;
	margin-left:50px;
}
div#header
{
	background-color:#F0F2D9;
	height:160px;
}
img.logotipo
{
float:left;
}
div#contenido .contenido
{

}
div#contenido
{
clear:both;
min-height:350px;
}
/*hack para altura del pie*/
div#contenido
{
clear:both;
min-height:350px;
}

* html div#contenido
{
height:350px;
}
/*hack para altura del pie*/
div.contenido, div.contenidoDosColumnas
{
padding-top:60px;
width:928px;
}
div#columnaDerecha
{
float:right;
width:564px;

}
div#columnaIzquierda
{
float:left;
width:360px;

}
div#columnaIzquierda blockquote
{
	font-family:Georgia;
	color:#8F7DCF;
	margin:0px 42px 0px 172px;
	padding-top:50px;
	background: url(../img/blockquote.gif) no-repeat;
}
input.flecha
{
background:url(../img/botonFlecha.gif) no-repeat;
border:1px solid #B3B9BE;
width:22px;
height:22px;
}
div#pie
{
margin-top:60px;
background-color:#574B7E;
height:60px;
}
div#informacionPie
{
font-family:Georgia;
font-size:0.9em;
padding:8px 70px;
background-color:#F0F2D9;
float:left;
width:480px;
height:44px;
}
div#informacionPie a
{
color:#666;
}
div.img-shadow
{
width:105px;

background:url(shadow.gif) no-repeat bottom right;
padding:0px 3px 4px 0px;
}