/* Temporales */
.combarranquilla a{
	text-decoration: none;
}
.combarranquilla a:hover{
	text-decoration: underline;
}
/* Principal */
body {
	background-color:#333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
.contenedor_gral {
	text-align: center;
	margin: auto;
	width: 100%;
}
.contenedor_interno {
	width: 750px;
	text-align: center;
	margin: auto;
}
.anuncio {
	float: right;

}

.anuncio .cont_anuncio {
	padding: 0.5em;
	background-color: #fff;
		margin: 1em;
	border: thin solid;
}

/** Cabeza */
.menu_principal {
	height: 38px;
	margin: auto;
	padding: 0;
	list-style: none;
	display: block;
	width: 750px;
	background: url("images/menu.jpg") center center repeat-x #660000;
	color: #fff;
	line-height: 1;
}
.menu_principal li {
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;
	vertical-align: middle;
}
.menu_principal li  a{
	margin: 0;
	padding: 11px 0 11px 0;
	color: #fff;
	text-decoration: none;
	display:block;
	background: url("images/menu.jpg") center center repeat-x #660000;
	height: 16px;
	margin: auto;
	list-style: none;
	width: 123px;
	line-height: 1;
	border: 1px #600 solid;
	border-style: none solid;
	font-size: 16px;
}
.menu_principal li  a:hover  {
	color: #600;
	background-position: top;
	background-color:  #ffffcc;
}
.menu_principal li  a:active, .menu_principal li a.menu_activo{
	color: #fff;
	background-position: bottom;
	background-color: #996666;
}
.menu_principal a.menu_doble_linea {
	height: 32px;
	padding: 3px 0 3px 0;
}


.contenedor_cabeza {
	color: #ffffff;
	background-color: #333333;
	text-align: center;
}
.texto_dir {
	font-size: small;
}
.texto_dir_grande {
	font-size: 150%;
}
.texto_dir_vinculo:link, .texto_dir_vinculo:visited {
	color: #ffffff;
	text-decoration: none;
}
.texto_dir_vinculo:hover {
	color: #ffcc00;
}
.cabeza_logo {
	width: 100%;
	height: 130px;
	background-color: #660000;
	background-image: url(images/fondo_cabeza.jpg);
	background-repeat: repeat-x;
}
.cabeza_logo td {
	width: 33%;
	text-align: center;
}
.logo_centro {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.logo_der {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/** FinCabeza */

/** PieDePagina */
.contenedor_pie {
	color: #ffffff;
}
.pie {
	width: 100%;
	background-color: #660000;
}
.pie td {
	width: 33%;
	text-align: center;
}
.pie_link {
	font-size: small;
}
.pie a:link, .pie a:visited {
	color: #ffffff;
}
.pie a:hover {
	color: #ffcc00;
}

/** FinPieDePagina */

/* FinPrincipal */

/* Cuerpo */

/** FondoCuerpo */
.contenedor_cuerpo {
	background-color: #ffffcc;
	padding: 10px;
	margin-top: -3px;
}
.cuerpo_fotos {
	background-color: #ffffcc;
	text-align: center;
}

/** FinFondoCuerpo */

.cuerpo_titulo_izq {
	text-align: left;
	margin-left: 10%;
	clear: both;
}
.vinculo_bajo {
	text-align: right;
	margin-right: 10%;
}
.conte_tra_fa_su {
	width: 90%;
	text-align: center;
}
.texto_tra_fa_su {
	font-weight: bolder;
	font-size: xx-large;
	font-family: "MS Comic Sans", sans-serif;
}
.texto_can_chi_an {
	font-size: x-large;
}
.flores {
	font-weight: bold; 
	font-family:Kids, "MS Comic Sans", sans-serif;
}
.tabla_fotos {
	width: 100%;
	text-align: center;
}
.lista_fotos {
	margin: 5%;
	line-height: 200%;
}
.marco_fotos {
	width: 100%;
	height: 800px;
}
.marco_cartas {
	width: 100%;
	height: 1200px;
}
.texto_una_familia {
	font-size: 150%;
	font-weight: bold;
}
.texto_izq {
	text-align: left;
	margin: 10px;
}
.titulo_izq {
	text-align: left;
	font-weight: bold;
	font-size: larger;
	margin: 10px;
}
.pre_pie {
	font-style: italic;
	font-weight: bold;
	font-size: small;
}
.pre_pie_titulo {
	text-align: right;
	margin-right: 10%;
	font-size: small;
}
.fondo_campos {
	background-color: #ffff99;
}


/** CartaPequena */
.carta_logo_conte {
	width: 112px;
	height: 112px;
	padding: 5px;
	text-align: center;
}
.carta_logo {
	vertical-align: middle;
}
.carta_texto_conte {
	text-align: left;
}
.carta_titulo {
	font-weight: bold;
}
.carta_contenido {
	font-style: italic;
}
.carta_firma {
	font-weight: bold;
	font-size: small;
	text-align: right;
	margin-right: 10%;
}
/** FinCartaPequena */

/*Creditos */
.creado_por {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.creado_por a {
	text-decoration: none;
	color: #fff;
}
.creado_por a:hover {
	color: #ff0;
}
