/*  Reset CSS  INICIO*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption,  tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}
/*
input, textarea {
     margin: 0;
     padding: 0
}
*/
hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/*  Reset CSS  FIN ----------------------------------------------------*/

body 
{
	background-color: #805d24 /* #8d6748*/; /* #FFFFFF;*/
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0%;
	color: rgb(0, 0, 0);
	font-family: Garamond, Georgia,FreeSerif, serif;
	font-size: 15px;
	line-height: 0;
}

.no_border 
{
 border-style: none;
}

.fondoapp 
{
 background-image: url(../images/apartamentos-texto.jpg);
 width: 634px;
 height: 415px;
 line-height: 2 ;
 border-style: none;
}

.fondosit 
{
 background-image: url(../images/situacion-texto.jpg);
 width: 634px;
 height: 415px;
 line-height: 2;
 border-style: none;
}

p, br{
 line-height: 2;
}

.fondoopi 
{
 background-image: url(../images/tuopinion-texto.jpg);
 background-repeat: no-repeat;
 width: 634px;
 height: 415px;
 line-height: 2;
 border-style: none;
} 


.fondotar 
{
 background-image: url(../images/tarifas-texto.jpg);
 width: 634px;
 height: 415px;
 line-height: 2;
 border-style: none;
} 
.fondoact 
{
 background-image: url(../images/actividades-texto.jpg);
 width: 634px;
 height: 415px;
 line-height: 1;
 border-style: none;
} 

 a, a:link.active, a:visited.active, a:hover 
{
 color: #4c4a4a;
 font-weight: bold;
 text-decoration: none;
}

 a:hover  {
 text-decoration: underline;
 }
 b{
  font-weight: bold ;
 }

