body{	background: #cc0000;	margin: 0;	padding: 0;	font-family:Arial, Helvetica, sans-serif;	}#wrapper{	width:710px;	margin:20px auto 0 auto;	}	p{	margin: 0;	padding: 0;	font-family:Arial, Helvetica, sans-serif;	font-size: 12px;	}p a{	color: #CC0000;	text-decoration: underline;	}p a:hover{	color: #660000;	text-decoration: underline;	}h3{	margin: 0;	padding: 0;	}			/*barra menús*/	h1{	background: url(../imagenes/logo.gif) no-repeat 10px 0;	width: 160px;	height: 67px;	float: left;	padding: 0;	margin: 0;	}#menu{	float: left;	list-style: none;	margin: 20px 0 0 20px;	padding: 0;	width: 530px;	}	ul#menu li a{	display: block;	width: 82px;	height: 50px;	}	#menu_1{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_1.gif) no-repeat 0 0;	}#menu_1_actual{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_1_actual.gif) no-repeat 0 0;	}#menu_2{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_2.gif) no-repeat 0 0;	}#menu_2_actual{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_2_actual.gif) no-repeat 0 0;	}#menu_3{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_3.gif) no-repeat 0 0;	}#menu_3_actual{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_3_actual.gif) no-repeat 0 0;	}#menu_4{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_4.gif) no-repeat 0 0;	}#menu_4_actual{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_4_actual.gif) no-repeat 0 0;	}#menu_5{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_5.gif) no-repeat 0 0;	}#menu_5_actual{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_5_actual.gif) no-repeat 0 0;	}#menu_6{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_6.gif) no-repeat 0 0;	}#menu_6_actual{	float: left;	width:82px;	height:50px;	background: url(../imagenes/menu_6_actual.gif) no-repeat 0 0;	}/*contenedor blanco con esquinas redondeadas*/#sup{	background: #ffffff url(../imagenes/esq_sup_i.gif) 0 0 no-repeat;	height:10px;	width: 710px;	margin: 0 10px 0 0;	padding: 0 0px 0 0;	}#sup_d{	background: #ffffff url(../imagenes/esq_sup_d.gif) 100% 0 no-repeat;	width: 700px;	height:10px;	margin-left: 10px;	}#contenedor{	background: #ffffff;	width: 710px;	}#inf{	background: #ffffff url(../imagenes/esq_inf_i.gif) 0 100% no-repeat;	height:10px;	width: 710px;	margin: 0 10px 0 0;	padding: 0 0px 0 0;	}	#inf_d{	background: #ffffff url(../imagenes/esq_inf_d.gif) 100% 100% no-repeat;	width: 700px;	height:10px;	margin-left:10px;	padding: 0;	}/*  pie  */#pie{	width: 710px;	font-size: 12px;	color: #FFFFFF;	margin: 0 auto 0 auto;	}#pie ul{	list-style: none;	margin: 5px auto 5px auto;	display:block;	text-align: center;	}	#pie ul li{	float: left;	}#uno{	width: 400px;	padding-top: 10px	}#dos{	width: 535px;	}#pie ul strong{	color: #000000;	}	#pie ul a{	color: #FFFFFF;	text-decoration:none;	font-weight: bold;	}#pie ul a:hover{	color: #FFCCCC;	text-decoration:none;	font-weight: bold;	}/* genericos */.hidden{	visibility:hidden;	display:none;	}.clear{	clear:both;	}	