body {
	margin: 0px;
	padding: 0px;
	background-color: #344550;
	background-image:url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header{
	width:920px;
	height:90px;
	padding-left:30px;
	padding-top:30px;
	margin:auto;
	background-image:url(../images/fdo_header.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
	#header .txtAzul{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:38px;
		color:#183D4F;
	}
	#header .txtDorado{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:26px;
		color:#A29A77;
	}
#menu{
	width:950px;
	height:42px;
	background-image:url(../images/fdo_menu.jpg);
	background-repeat: repeat-x;
	margin:auto;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
}
#cuerpo{
	width:930px;
	overflow:hidden;
	margin:auto;
	padding:10px 10px 30px 10px;
	background-color:#FFFFFF;
}
	#cuerpo .contentBanner{
		width:930px;
		height:240px;
		background-color:#CCCCCC;
	}
		#cuerpo .contentBanner .flash{
			width:630px;
			height:240px;
			float:left;
		}
		#cuerpo .contentBanner .newsletter{
			width:269px;
			height:210px;
			border-left:1px solid #FFFFFF;
			background-image:url(../images/fdo_newsletter.jpg);
			background-repeat: repeat-x;
			float:left;
			padding:15px;
		}
			#cuerpo .contentBanner .newsletter .titNewsletter{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:23px;
				color:#BFB594;
				margin-bottom:10px;
			}
			#cuerpo .contentBanner .newsletter .itemNewsletter{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:13px;
				color: #FFFFFF;
				margin-bottom:5px;
			}
			#cuerpo .contentBanner .newsletter .camposNewsletter{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:13px;
				color: #666666;
				background-image: url(../images/fdo_campos.jpg);
				background-repeat: repeat-x;
				width:200px;
				border:1px solid #CCCCCC;
				float:left;
			}
			#cuerpo .contentBanner .newsletter .btnNewsletter{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:12px;
				text-align:center;
				color: #666666;
				background-image:url(../images/btn_enviar_newsletter.gif);
				background-position: center center;
				background-repeat: no-repeat;
				width:54px;
				height:20px;
				border:0px;
				float:left;
				margin-left:10px;
			}
			#cuerpo .contentBanner .newsletter .txtNewsletter{
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px;
				color: #BFB594;
				height:60px;
				background-image:url(../images/lineas_newsletter.jpg);
				background-repeat: no-repeat;
				background-position: bottom;
				margin-bottom:15px;
			}
			#cuerpo .contentBanner .newsletter .txtNewsletter2{
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px;
				color: #FFFFFF;
				height:60px;
				background-image:url(../images/lineas_newsletter.jpg);
				background-repeat: no-repeat;
				background-position: bottom;
				margin-bottom:15px;
			}
	#cuerpo .spacer{
		width:930px;
		height:37px;
		background-image:url(../images/fdo_spacer.jpg);
		background-repeat:  repeat-x;
		border-top:1px solid #FFFFFF;
	}
	#cuerpo .columnaIzq{
		width:595px;
		overflow:hidden;
		float:left;
	}
		#cuerpo .columnaIzq .titulo{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:25px;
			color:#183D4F;
			margin-bottom:15px;
		}
		#cuerpo .columnaIzq .notaBlog{
			overflow:hidden;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #333333;
			padding-bottom:20px;
			margin-bottom:20px;
		}
		#cuerpo .columnaIzq .paginado{
			float:right;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#000000;
		}
		#cuerpo .columnaIzq .paginado a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#000000;
			text-decoration:none;
		}
		#cuerpo .columnaIzq .paginado a:hover{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#A29A77;
			text-decoration:none;
		}
		#cuerpo .columnaIzq .paginadoOff{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#A29A77;
		}
		#cuerpo .columnaIzq .publicacion{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #000000;
			float:left;
		}
		#cuerpo .columnaIzq .publicacionDorado{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #A29A77;
		}
		#cuerpo .columnaIzq .comentarios{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #000000;
			text-align:center;
			float: right;
			width:90px;
			height:23px;
			padding-top:2px;
			background-image:url(../images/globo_comentarios.gif);
			background-repeat: no-repeat;
			background-position: center center;
		}
		#cuerpo .columnaIzq .comentarioUsuario{
			overflow:hidden;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #333333;
			padding-bottom:20px;
			margin-top:20px;
		}
			#cuerpo .columnaIzq .comentarioUsuario .usuario{
				width:120px;
				float:left;
				margin-right:20px;
				height:40px;
			}
				#cuerpo .columnaIzq .comentarioUsuario .usuario .nombreUsuario{
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:14px;
					color:#A29A77;
				}
				#cuerpo .columnaIzq .comentarioUsuario .usuario .fecha{
					font-family: Arial, Helvetica, sans-serif;
					font-size:11px;
					color: #333333;
				}
			#cuerpo .columnaIzq .comentarioUsuario .comentario{
				width:450px;
				float:left;
				overflow:hidden;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:12px;
				color:#333333;
			}
		#cuerpo .columnaIzq .texto{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #666666;
			line-height: 20px;
			margin-bottom:20px;
		}
		#cuerpo .columnaIzq .texto ul{
			margin-left:20px;
			list-style-type: disc;
		}
		#cuerpo .columnaIzq .texto a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #A29A77;
			line-height: 20px;
			text-decoration:none;
		}
		#cuerpo .columnaIzq .texto a:hover{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #A29A77;
			line-height: 20px;
			text-decoration: underline;
		}
		#cuerpo .columnaIzq .textoItems{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #333333;
			line-height: 20px;
			margin-bottom:3px;
		}
		#cuerpo .columnaIzq .textoItems a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #333333;
			line-height: 20px;
			text-decoration:none;
		}
		#cuerpo .columnaIzq .textoItems a:hover{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #333333;
			line-height: 20px;
			text-decoration: underline;
		}
		#cuerpo .columnaIzq .textoDorado{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #A29A77;
			line-height: 20px;
			margin-bottom:20px;
		}
		#cuerpo .columnaIzq .textoDorado a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #A29A77;
			text-decoration:none;
		}
		#cuerpo .columnaIzq .textoDorado a:hover{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color: #A29A77;
			text-decoration:underline;
		}
		#cuerpo .columnaIzq .subtitulo{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:17px;
			color: #A29A77;
			margin-bottom:10px;
		}
		#cuerpo .columnaIzq .subtitulo a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:17px;
			color: #A29A77;
			text-decoration:none;
		}
		#cuerpo .columnaIzq .subtitulo a:hover{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:17px;
			color: #A29A77;
			text-decoration: underline;
		}
		#cuerpo .columnaIzq .subtitulo2{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color: #333333;
			margin-bottom:10px;
			font-style: italic;
		}
		#cuerpo .columnaIzq .itemsDorados{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color: #A29A77;
			padding-top:8px;
		}
		#cuerpo .columnaIzq .campos{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color: #666666;
			background-image: url(../images/fdo_campos.jpg);
			background-repeat: repeat-x;
			width:270px;
			border:1px solid #CCCCCC;
			float:left;
			margin-right:10px;
		}
		#cuerpo .columnaIzq .item{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color: #666666;
			width:270px;
			float:left;
			margin-right:15px;
		}
		#cuerpo .columnaIzq .btnContacto{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			text-align:center;
			color: #666666;
			background-image:url(../images/btn_enviar_contacto.gif);
			background-position: center center;
			background-repeat: no-repeat;
			width:54px;
			height:20px;
			border:0px;
			float:left;
			margin-top:10px;
		}
	#cuerpo .columnaDer{
		width:300px;
		overflow:hidden;
		float:right;
	}
#footer{
	width:950px;
	height:80px;
	margin:auto;
	background-color:#FFFFFF;
}
	#footer .menuFooter{
		width:930px;
		height:24px;
		padding-top:13px;
		margin:auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:center;
		color:#183D4F;
		background-image:url(../images/lineas_footer.jpg);
		background-repeat:  repeat-x;
		background-position: top;
	}
		#footer .menuFooter a{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#183D4F;
			text-decoration:none;
		}
		#footer .menuFooter a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#183D4F;
			text-decoration: underline;
		}
	#footer .pieFooter{
		width:950px;
		height:37px;
		margin:auto;
		background-image:url(../images/fdo_spacer.jpg);
		background-repeat:  repeat-x;
	}
		#footer .pieFooter .dyvso{
			width:105px;
			height:17px;
			float:right;
			margin-top:18px;
			margin-right:20px;
		}
		#footer .pieFooter .txtFooter{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #666666;
			float:left;
			margin-left:20px;
			margin-top:18px;
		}
		#footer .pieFooter .txtFooter a{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #666666;
			text-decoration:none;
		}
		#footer .pieFooter .txtFooter a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #666666;
			text-decoration: underline;
		}
		
div.frase{
	background: url(../images/fdo_frase.jpg) no-repeat; 
	height: 35px;
	padding: 15px 0px 0px 10px;
	font-family: Georgia;
	color: #183D4F;
	font-weight: bold;	
}
.galeria img{
	float:left;
	border:2px solid #A29A77;
	margin-right:10px;
	margin-bottom:10px;
}