/* ______________________________________________________________________
| forestal by Addax (C) 2007.
| Todos los derechos estan reservados por Addax.
| _________________________________________________________________________
| Definicion de estilos del contenido del sitio 
|__________________________________________________________________________
*/

table.servicios_facilidades{
    width:300px;
    border-collapse:collapse;
}
table.servicios_facilidades td{
}

.gallery-bg{
    background-color: #ffffff; 
    padding: 0px; 
    margin: 0px; 
    top: 0px;
    position: static; 
    width: 700px;
    height: 500px;  
    overflow: hidden;
    text-align:center;
    
}
.gallery-bg div.demo{
    text-align:center;
}
.thumbnails-list{
    width:auto;
    /*margin-left:auto;
    /*margin-right:auto;
    text-align:center;*/
}

table.documents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	width: 100%; 
}

table.documents caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table.documents a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.documents a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.documents tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.documents tr th a:hover {
	color: #fff;
	background: #369;
}

table.documents thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.documents tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.documents tfoot tr th {
	width: 20%;
}

table.documents tfoot tr td {
	width: 80%;
}

table.documents td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
}
table.documents td
{
	width: 25%;
}

table.documents tr.odd th, table tr.odd td {
	background: #DDA110;
}

.documento .comentario{
	font-size: 10px; 
	text-align: justify; 
}

.documento span {
	font-size: 10px; 
	color: #429ef3;
}
.faq-pregunta{
	font-size: 16px;
	font-weight: bold; 
	color: #F7C706;
	line-height:150%;

}

.faq-respuesta{
	font-size: 12px;
	font-weight: normal; 
	color: #003300; 
	line-height:150%;
}