@charset "utf-8";
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
}
body{
	background-color:#FFF;
	text-align: center;
}

#page{
	margin: 10px auto;
	padding: 0px 0px 10px;
	position: relative;
	width: 955px;
}

#header{
	padding: 0px;
	clear:both;
	border: 0px;
	margin: 0px auto;
	background: url(images/cabecera.jpg) top no-repeat;
	position: relative;
	width: 774px;
}

#menu {
	margin: 0px auto;
	padding: 191px 0px 0px 0px;
	position: relative;
	z-index:20;
}

#flotante {
	position:relative;
	float:right;
	text-align: right;
	padding: 10px 10px 10px 10px;
	}


.content{
	padding: 0px 20px 0px 20px;
	font-family:Arial;
	font-size:14px;
	text-align:justify;
	color:#000;
	margin: 0 auto;
	position: relative;
	width: 555px;
}

.titulo{
	font-family:Arial;
	font-size:30px;
	color:#232323;
	text-decoration:none;
}
.subtitulo{font-family:Arial;font-size:9px;color:#232323;text-decoration:none;}

#pi {
	position:relative;
	width:160;
	height:600;
	z-index:10;
	top: auto;
}
#pd {
	position:relative;
	width:120;
	height:600;
	z-index:10;
}

#pf {
  	border: 0px;
  	clear: both;
  	margin: 0 auto;
	position:relative;
	width:955;
	height:100;
	z-index:10;
}
