/* estructuras */
@import "layout.css";
/* tipografias */
@import "tipografia.css";

/* estilos generales de etiquetas html */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 120%;
	background-color: #CFCDA6;
	background-image:  url(../i/bg_collage_top.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-repeat:  no-repeat;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
a img {
	border: 0;
}
a:visited {
	text-decoration: none;
}
input, select, textarea
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	border-width: 1px;
}
textarea {
	padding: 2px;
}
a, a:link, a:visited, a:active {
	color: #663;
	text-decoration: underline;
}
a:hover {
	color: #330;
}


