*
{ 
	padding:0px; 
	margin:0px; 
}
			
body
{ 
	background:#cecece url(../images/fondo_body_verde2.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
}
/*	background:#474C52 url(background.jpg) repeat fixed center center};*/
			
/* ***** hacks varios, adivinen para q browser... */
html, body, #contenedor 
{
    min-height: 100%; /* alto minimom FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;
}

html>body #contenedor 
{
    height: auto; /* con este hack escondemos el min-height de IE*/
}
/* ***** fin hacks varios */

a
{ 
	color:#999999; 
}

h3
{
	margin: 5px 5px 0 0px; c
	color:#FFF; 
	font:11pt Arial, sans-serif; 
	letter-spacing:-1px; 
	font-weight: bold;  
}
			
.boxgrid
{ 
	width: 240px; 
	height: 192px; 
	margin:10px; 
	float:left; 
	background:#161613; 
	border: solid 4px #8399AF; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p
{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption
{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 150px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption 
{
	top: 192;
	left: 0;
}

.caption .boxcaption 
{
	top: 152;
	left: 0;
}
				
a:hover
{
	text-decoration:none;
	color:#000;
}

a
{
	text-decoration:none;
}

#bolas
{
	position:fixed;  
	margin-left:350px; 
	margin-top:80px;
}
			
#banner
{
	position:fixed;
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff; 
	height: 88px;
	margin-bottom:0px;
	z-index:1000;
	width:1175px;
	margin-top:-8px;
	padding-top:0px;
	margin-left:-10px;
}

#derecha
{
	position:fixed;  margin-left:410px; margin-top:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
}
				
#menu
{ 
	background-color:#fff;	
	margin-top:90px; 
}

.container 
{
	background: url(../images/bgcontainer5.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1200px;
	border-bottom: 1px solid #DDD;
}

.main {
	clear: both;
	padding: 8px 18px;
}
				
				
