@charset "utf-8";
/* CSS Document */

.texto {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #493F25;
	text-decoration: none;
	font-weight: normal;
}
.texto a:link, .texto a:visited {
	color: #887251;
	text-decoration: none;
	font-weight: bold;
}
.texto a:hover {
	color: #2C2616;
	text-decoration: none;
}
.textoH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #493F25;
	text-decoration: none;
	font-weight: normal;
}
.textoH2 a:link, .textoH2 a:visited {
	color: #493F25;
	text-decoration: none;
	font-weight: normal;
}
.textoH2 a:hover {
	color: #000000;
	text-decoration: none;
}
.titulares {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #493F25;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
}
.titularespequenos {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #8F723A;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
}
.titularespequenos a:link, a:visited {
	color: #8F723A;
	text-decoration: none;
	font-weight: bold;
}
.titularespequenos a:hover {
	color: #000000;
	text-decoration: none;
}
.flotarfoto{
	float:right;
	padding:0px;
	margin: 10;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.titulares_faq {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #493F25;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
}
.titu_resaltado {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #74643A;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
}
.titu_resaltado a:link, a:visited {
	color: #74643A;
	text-decoration: none;
	font-weight: bold;
}
.titu_resaltado a:hover {
	color: #000000;
	text-decoration: none;
}
.h1galeria {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #BDAC80;
	text-decoration: none;
	font-weight: bold;
}
.h1galeria a:link, .h1galeria a:visited {
	color: #BDAC80;
	text-decoration: none;
	font-weight: bold;
}
.h1galeria a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
  a.tooltip{
    /* for postioning the tool-tip box relative to the link */
    position:relative;

    /* no underline needed */
    text-decoration: none;
  }

  a.tooltip span{
	/* tool-tip text will not be visible initially */
    display: none;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

  a.tooltip:hover span{
	/* make tool-tip text visible */
    display:block;
	/* for postioning */
    position:absolute;
	top:20px;
	left:20px;
	padding: 5px;
	/* width of the tool-tip box
    if text is longer, it will be
    made into two lines */
    width:400px;
	/* style the box to look like a tool-tip box */
    border:0;
	background-color:#847D63;
	color:#EFE3C6;
  }
.Rtexto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #493F25;
	text-decoration: none;
	font-weight: normal;
}
.RtextoBlanco {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.RtitularMarrón {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #493F25;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
}
.RsubtitMarrón {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #493F25;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
}

