/* CSS Document */
body {
	text-align:center;
	margin:0 auto;
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	}
#textnovedades {
	width:500px;
	height:550px;
	float:left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-left: 0px;
	}	
#contenedor {
	width:909px;
	height:527px;
	margin: 0 auto;
	text-align:left;
	background-color:#CCCCCC;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
	}
#superior {
	width:909px;
	height:258px;
	float:left;
	display:inline;
	}
#central {
	width:356px;
	height:245px;
	float:left;
	display:inline;
	background-image: url(imagenes/foto_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#inferior {
	width:909px;
	height:24px;
	background-image: url(imagenes/fondo_inf.jpg);
	background-repeat: no-repeat;
	float:left;
	display:inline;
	background-color: #001C2F;
	background-position: bottom;
	padding: 0px;
	clip: rect(10px,auto,auto,auto);
	}	
#creditos {
	width:909px;
	height:10px;
	float:right;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	}
#text {
	width:460px;
	height:245px;
	float:left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-image: url(imagenes/novedades.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	line-height: normal;
	}
#t3 {
	width:909px;
	height:15px;
	float:center;
	text-align: center;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-top: 7px;
	}
a#link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}
a#link:hover {
	color: #999999;
	}
