body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/fdo_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header{
	width:1000px;
	height:335px;
	margin:auto;
}
#titulos{
	width:960px;
	margin:auto;
	padding-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#41418F;
}
#cuerpo{
	width:960px;
	overflow:hidden;
	margin:auto;
}
	#cuerpo .txt{
		width:720px;
		overflow:hidden;
		margin-top:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#999999;
		line-height: 20px;
		float:left;
		margin-right:20px;
		}
	#cuerpo .secciones{
		width:220px;
		height:170px;
		margin-top:20px;
		float:left;
		background-color:#999999;
	}
	#cuerpo .contentItem{
		width:680px;
		height:144px;
		padding:20px;
		background-image:url(../images/fdo_item.jpg);
		background-repeat:  repeat-x;
	}
		#cuerpo .contentItem .texto{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color: #666666;
			float:left;
			width:500px;
			height:40px;
			overflow:hidden;
		}
		#cuerpo .contentItem .fecha{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#41418F;
		}
		#cuerpo .contentItem .tit{
			font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			color: #999999;
			margin-bottom:5px;
		}
		#cuerpo .contentItem .foto{
			width:128px;
			height:85px;
			margin-right:20px;
			float:left;
			border:1px solid #41418F;
			cursor:pointer;
		}
		#cuerpo .contentItem .fotoNovedad{
			width:128px;
			height:85px;
			margin-right:20px;
			float:left;
			border:1px solid #41418F;
			cursor:pointer;
		}
		#cuerpo .contentItem .vermas{
			float:left;
			color:#41418F;
			margin-top:5px;
			width:400px;
		}
			#cuerpo .contentItem .vermas a{
				text-decoration:none;
				color:#41418F;
			}
			#cuerpo .contentItem .vermas a:hover{
				text-decoration:none;
				color: #666666;
			}
		#cuerpo .contentItem .estrella{
			width:73px;
			height:56px;
			position:absolute;
			margin-top:45px;
			margin-left:87px;
			padding-top:30px;
			padding-left:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:25px;
			font-weight:bold;
			color:#FFFFFF;
			background-image:url(../images/estrella.gif);
			background-repeat: no-repeat;
			background-position: center center;
		}
		#cuerpo .contentItem .precio{
			width:125px;
			height:25px;
			top:20px;
			float: left;
			margin-right:7px;
			margin-top:3px;
		}
			#cuerpo .contentItem .precio .numero{
				background-image:url(../images/precio.gif);
				font-family:Arial, Helvetica, sans-serif;
				font-size:17px;
				font-weight:bold;
				color:#FFFFFF;
				text-align:center;
				width:54px;
				height:23px;
				padding-top:3px;
				float: left;
			}
			#cuerpo .contentItem .precio .aclaracion{
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color: #000000;
				text-align:center;
				float: left;
				width:65px;
				margin-top:3px;
			}
	#cuerpo .paginado{
		font-weight:bold;
		text-align:center;
		margin-top:20px;
		padding-top:5px;
		color:#41418F;
		border-top:1px  dotted #666666;
	}
		#cuerpo .paginado a{
			text-decoration:none;
			color:#41418F;
		}
		#cuerpo .paginado a:hover{
			text-decoration:none;
			color: #999999;
		}
	#cuerpo .txtContacto{
		color:#666666;
		width:300px;
		float:left;
		margin-right:23px;
	}
	#cuerpo .campos{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #999999;
		width:300px;
		border:1px solid #CCCCCC;
		float:left;
		margin-right:20px;
		margin-bottom:10px;
	}
	#cuerpo .btnEnviar{
		width:81px;
		height:26px;
		border:0px;
		background-image:url(../images/btn_enviar.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		float:left;
		cursor:pointer;
	}
	#cuerpo .headerNota{
		overflow:hidden;
		width:720px;
		margin-bottom:10px;
	}
		#cuerpo .headerNota .precio{
			width:125px;
			height:50px;
			top:20px;
			position: relative;
			float:right;
			margin-right:7px;
		}
			#cuerpo .headerNota .precio .numero{
				background-image:url(../images/precio.gif);
				font-family:Arial, Helvetica, sans-serif;
				font-size:17px;
				font-weight:bold;
				color:#FFFFFF;
				text-align:center;
				width:54px;
				height:23px;
				padding-top:3px;
				float:right;
			}
			#cuerpo .headerNota .precio .aclaracion{
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color: #000000;
				text-align:center;
				float: right;
				width:65px;
				margin-top:3px;
			}
		#cuerpo .headerNota .estrellaNota{
			width:73px;
			height:56px;
			padding-top:30px;
			padding-left:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:25px;
			font-weight:bold;
			color:#FFFFFF;
			background-image:url(../images/estrella.gif);
			background-repeat: no-repeat;
			background-position: center center;
			margin-right:10px;
			float:left;
		}
		#cuerpo .headerNota .fechaNota{
			width:200px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:17px;
			color:#41418F;
			margin-top:27px;
			float:left;
		}
		#cuerpo .headerNota .titNota{
			width:720px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			color: #999999;
			margin-top:5px;
			margin-bottom:10px;
			float:left;
		}
	#cuerpo .fotoNota{
		float:left;
		margin-right:20px;
		margin-bottom:5px;
	}
#footer{
	width:1000px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:15px;
	font-size:11px;
	color: #666666;
	margin:auto;
	margin-top:30px;
	background-image:url(../images/fdo_footer.jpg);
}
	#footer a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #666666;
		text-decoration:none;
		margin-right:10px;
	}
	#footer a:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #9A9A9A;
		text-decoration:none;
	}
#piePagina{
	width:980px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
	font-size:11px;
	color: #999999;
	margin:auto;
	padding-left:20px
}
.btnVolver{
	position: absolute;
	width:171px;
	height:33px;
	background-image:url(../images/btn_volver.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border:0px;
	cursor:pointer;
	float:right;
	margin-left:155px;
	margin-top:20px;
}
.thumbs{
	width:128px;
	height:85px;
	margin-right:14px;
	float:left;
	border:1px solid #41418F;
	cursor:pointer;
	margin-top:20px;
}
