@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#noticias {
	background-image:url(../images/home/titulo_novedades.jpg);
	background-repeat:no-repeat;
	width:670px;
	height:430px;
	text-align:left;
	float:left;
	background-color: #D4CDC3;
	background-position: left top;
}

#noticias h1{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#413930;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0;
	margin-bottom:5px;}
	
	#noticias h2{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#655A4B;
	font-size:12px;
	font-weight:100;
	display:block;
	margin:0;}

	#noticias A:link {
color:#655A4B;
text-decoration:none;
}
	#noticias A:visited {
color:#655A4B;
text-decoration:none;
}
	#noticias A:hover {
color:#655A4B;
text-decoration:underline;
}
#soporte {
	background-image:url(../images/home/fondo_soporte.jpg);
	background-repeat:no-repeat;
	width:203px;
	height:295px;
	float:right;
	display:block;
}
#homeabajo{
	margin-top:8px;
}
.footer{
	text-align:right;
}
body {
background:#c8beb4 url(/images/background.jpg) no-repeat scroll center top;
}
