/*
 *	DOCUMENTO CSS
 *	
 *	Autor: José Zanni / Liliana Gilli / info@crearimagen.com
 *
 *	media="screen"
 */

body
{
	background: url(../img/fondo.png) top center repeat-y;
}


.container
{
	background: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
}



.flash-replaced
{
}
.flash-replaced .alt 
{
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}





.cuerpo
{
}

p
{
	color: #444;
	text-align: justify;
}

p em
{
	color: #68B022;
	background: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
}
p strong
{
}
a, 
a.hover,
a:visited
{
	color: #68B022;
}

h2
{
	color: #68B022;
	font-size: 14px;
	font-weight: bold;
}





ul.menu
{
	width: 100%;
	height: 26px;
	
	margin: 10px 12px 25px 12px;

	overflow: hidden;

	text-align: center;
	list-style: none;
}
ul.menu li
{
	display: block;
	float: left;
	margin-right: 5px;
	height: 26px;
	width: auto;
}
ul.menu li a:link,
ul.menu li a:visited
{
	height: auto;
	width: auto;	
	display: block;
	float: left;
	margin: 0;
}
ul.menu li a:hover,
ul.menu li.activo a
{
	margin-top: -27px;
}
ul.menu li.activo a
{
	margin-top: -54px;
}





.pie
{
	text-align: center;
	padding: 15px 0 15px 0;
}
.pie img
{
	vertical-align: middle;
	margin-left: 30px;
}






.letraChica
{
	color: #888;
	font-size: 0.9em;
	text-align: justify;
}



