/*
Theme Name: AsuniWebs
Description: Extensión del tema de Wordpress para Paisajismo.
*/


html{
	background-color: rgb(241, 241, 241);
}
body {
	color: #737373;
	}

#header {
	background: #FFF url('/wp-content/archivos/banner.png') no-repeat bottom center;
	position: relative;
	}

table.preus /* Tota la taula */
{
	border-bottom: 1px solid #299926;
	border-top: 1px solid #CFE89C;
    background-color: #F8FFDD;
}

table.preus td /* Cada casella */
{
    border-bottom: 1px solid #CFE89C;
}

table.preus tr /* Cada fila */
{
    border: solid 1px #B0B0B0;
}
#asuni-link {
	display:block;
	position:absolute;
	width:130px;
	height:25px;
	top:8px;
	left:800px;
	background-color: transparent; 
/*  border: 1px solid yellow; */
} 