@charset "utf-8";
.contorno_tablas {
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.contorno_superior {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contorno_inferior {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.contorno_sup_inf {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.contorno_punteado {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.punteado_separador {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.fondo_cabecera {
	background-image: url(../img/fw1.jpg);
	background-repeat:  repeat-x;
}
.fondo_seccion {
	background-image: url(../img/fnd_seccion.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	vertical-align: top;
}
.fondo_footer {
	background-image: url(../img/fnd_footer.jpg);
	background-repeat:  repeat-x;
}
.linea {
	height: 1px;
	border: 1px dotted #999999;
	color: #999999;
	width: 100%;
	padding: 10px;
} 

.fondo_img_calendario {
	background-image: url(../img/img_fnd_calendario.png);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
}
.fondo_img_ponis {
	/*background-image: url(../img/img_fnd_ponis.png);*/
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
}
.fondo_img_doma {
	/*background-image: url(../img/img_fnd_doma.png);*/
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
}
.fondo_img_eng {
	/*background-image: url(../img/img_fnd_eng.png);*/
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
}
.fondo_noticia {
	background-image: url(../img/fondonoticia.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}
