root { 
    display: block;
}
body
{
/*background: #F9F9F7 url('imagenes/a1.gif') repeat-x;*/
/*background: #F9F9F7 url('imagenes/fondo.gif') repeat;*/
/*background: #ece8e8;*/
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color:#ffffff;
line-height: 18px;

background: url('../imgTema/fondo.gif');
}
a{
    text-decoration: none;
    color: #ffffcc;
    font-weight: bold;
}
.wrapp{
    margin: auto;
    width:900px;
    min-width: 900px;
    min-height: 900px;
    background:black url('../imgTema/fondobn.jpg');
    background-repeat:no-repeat;
    border: 2px solid white;
}
.cap{
    width: 100%;
}
.menus{
    font-size: 18px;   
    padding-top: 6em;
    margin-left: auto;
    margin-right: auto;
    width:450px;
    heigth:100px;
    padding-bottom: 100px;
    color: #ffffcc;
    word-spacing: 1em;
}


/*.menus a{
  text-decoration: none; 
  color: #ffffcc;
}*/
.carrusel{
 width: 100%;
 heigth:300px;
 min-height:300px;
 background:black url('../fotos_h/cab-rosas1.png');  
     
}
.presentacion{
   font-size: 14px;
   color: #ffffff;
   margin-left: auto;
   margin-top:1em;
   margin-right: 1em;
   padding-top: 2em;
   padding-bottom: 2em;
}
/*.presentacion a{
  text-decoration: none; 
  color: #ffffcc;
}*/
.cont_tabla{
    width: 80%;
    margin: auto;
}
.tabla{
    display: table;
    margin: auto;
    width: 840px;
    height: 142px;
    min-height: 142px;
    background: #666666;
    font-size: 14px;
    color: #ffffff;
    border-collapse: separate;
    border-spacing:  5px;
}
.fila{
    margin: auto;
    display: table-row;
  width:100%;
}
.celda1{
    width:33%;
        display: table-cell;
        border: 1px solid white;
        heigth:142px;
        padding:2em;
        background: #666666 url('../imgTema/celda1.jpg');
       
}
.celda2{
    width:33%;
        display: table-cell;
        border: 1px solid white;
        heigth:142px;
        padding:2em;
        background: #666666 url('../imgTema/celda2.jpg');
       
}
.celda3{
    width:33%;
        display: table-cell;
        border: 1px solid white;
        heigth:142px;
        padding:2em;
        background: #666666 url('../imgTema/celda3.jpg');
       
}
/*.celda1 a{
    text-decoration: none;
}
.celda2 a{
    text-decoration: none;
}
.celda3 a{
    text-decoration: none;
}*/
.celda1 p{
    display: block;
   font-size: 14px;
   color: #ffffff;
   margin-top: 2em;
   margin-left: auto;
   margin-right: auto;
}
.content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    font-size: 13px;
    padding-top: 2em;
}
.content img{
    padding: 0.5em;
    background-color:  #ffffcc;
    display: block;
    margin: auto;
}
.thumb img{
    width:40%;
    padding: 0.5em;
    background-color:  #ffffcc;
    display: block;
    margin: auto;
}
.titol{
    font-size: 16px;
    font-weight: bold;
}
/*.titol a{
  text-decoration: none; 
  color: #ffffcc;
}*/

.pie{
    margin: auto;
    padding-top: 2em;
    width: 100%;
    padding-bottom: 1em;
    font-size: 14px;
   color: #ffffff;
}
