@charset "utf-8";
body {
	background: #ffffff url(../images/fondo.gif);
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main_container {
	width:952px;
	background:url(../images/alarga.gif);
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	overflow:hidden;
	height: expression(this.scrollHeight < 501? "500px": "auto");
}

/*----------------------GRUPO CABECERA ------------------------*/
#cabecera {
	height: 211px;
	background: url(../images/cabecera.jpg) no-repeat top left;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	
}

#col1 {
	float:left;
	width: 382px;
	padding-top:99px;
	padding-left:4px;
	color:#FFF;
}

p{
	margin-top:0px;
}

#col2 {
	float:left;
	width: 176px;
	padding-top:5px;
	
}

#col2 ul{
	margin:0px;
	padding:3px;
	color:#FFF;
}

#col2 li{
	margin:0px;
	border-bottom:#FFF dotted 1px;
	list-style-type:none;
	font-weight:bold;
}

#col2 li a{
	width: 176px;
	display:block;
	height:16px;
	padding-top:4px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

#col2 li a:hover{
	background: url(../images/over.gif) no-repeat;
}

#col3 {
	float:left;
	width: 384px;
	padding-top:99px;
}

#pie {
	width:952px;
	background:url(../images/pie.gif) no-repeat;
	height: 18px;
	margin-left:auto;
	margin-right:auto;
}

.enlaceblanco{
	color:#FFF;
	text-decoration:none;
}
