@charset "utf-8";
.background {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.line {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	background-position: center;
}
.white_text {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.general_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.leer_mas {
	font-style: italic;
	color: #E74E36;
	font-weight: bold;
}


.main_banner {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}
.search_background {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.pie_pagina_articulos {
	font-size: 10px;
	color: #666666;
}
.green_line {
	background-image: url(images/green_line.png);
	background-repeat: repeat-x;
	background-position: center;
}
.fondo_adopciones {
	background-image: url(images/fondo_adopta.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.green_fonts {
	color: #466710;
}

