@charset "UTF-8";
@import url("botonera.css");

body {
	background-color: #000;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: left;
	display: block;
	padding-left: 110px;
	padding-top: 70px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	float: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	float: right;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contenedor {
	width: 970px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
#contenedor #header {
	width: 970px;
	height: 129px;
}
#contenedor #contenido {
	width: 970px;
	height: 100%;
}

#contenedor #contenido #cont01 {
	float: left;
	width: 762px;
	height: 100%;
}
#contenedor #contenido #cont01 #core {
	width: 762px;
	height: 395px;
}
#contenedor #contenido #cont01 #banner {
	width: 762px;
	height: 81px;
}
#contenedor #contenido #cont02 {
	float: left;
	width: 184px;
	height: 486px;
	padding-left: 24px;
}
#contenedor #contenido #cont02 #seminuevos {
	width: 184px;
	height: 267px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/bg_titulo.jpg);
	background-repeat: no-repeat;
}
#contenedor #contenido #cont02 #contacto {
	width: 184px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/bg_titulo.jpg);
	background-repeat: no-repeat;
}
#contenedor #footer {
	width: 970px;
	height: 99px;
	text-align: left;
	padding-top:10px;
}
