@charset "utf-8";
/* CSS Document */
/* ESTILOS GENERALES */
body {
	margin: 0px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #40330d;
	background-image: url(../img/bg_body.jpg);
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #000;
	font-size: 25px;
	border-bottom: 1px dotted #5e4f25;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}
h2 span {
	font-size: 35px;
}
a {
	color: #40330d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
/* CONTENIDO */
#contenido {
	background: url(../img/bg_contenido.jpg) repeat-y;
	width: 874px;
	margin: 0px auto;
}
/* CABECERA */
#cabecera {
	width: 814px;
	margin: 0px auto;
}
#menu {
	background: url(../img/bg_menu.jpg) no-repeat;
	width: 814px;
	height: 59px;
	overflow: hidden;
}
/* CONTEINDO EMPRESA */
#bg_empresa {
	background: url(../img/bg_empresa.jpg) repeat-y;
	width: 852px;
	margin: 0px auto;
}
#bg_empresa_sup {
	background: url(../img/bg_empresa_sup.jpg) no-repeat top;
	width: 852px;
	margin: 0px auto;
}
#bg_empresa_inf {
	background: url(../img/bg_empresa_inf.jpg) no-repeat bottom;
	width: 852px;
	margin: 0px auto;
}
#imgs_empresa {
	float: right;
	padding-right: 57px;
	width: 241px;
}
#contenido_empresa {
	float: left;
	padding-left: 69px;
	width: 425px;
}
.input {
	width: 96%;
}
/* PRODUCTOS */
#bg_productos {
	background: url(../img/bg_productos.jpg) repeat-y;
	width: 852px;
	margin: 0px auto;
}
#bg_productos_sup {
	background: url(../img/bg_productos_sup.jpg) no-repeat top;
	width: 852px;
	margin: 0px auto;
}
#bg_productos_inf {
	background: url(../img/bg_productos_inf.jpg) no-repeat bottom;
	width: 852px;
	margin: 0px auto;
}
.bg_imagen {
	background: url(../img/marco_img.jpg) no-repeat;
	width: 156px;
	height: 156px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
#contenedor_productos {
	margin: 0px 80px;
}
.linea_producto {
	margin-top: 20px;
	float:left;
	width: 340px;
}
.linea_producto p {
	line-height: 23px;
	margin:0px;
	font-size: 14px;
}
.linea_producto h3{
	padding: 0px;
	margin: 0px;	
	padding-top: 0px;
	font-size:14px;
}
.linea_producto2 {
	margin-top: 20px;
	float:right;
	width: 340px;
}
.linea_producto2 p {
	line-height: 23px;
	margin:0px;
	font-size: 14px;
}
.linea_producto2 h3{
	padding: 0px;
	margin: 0px;
	font-size:14px;
}
/* PIE */
#pie_01 {
	background: url(../img/bg_pie_01.jpg) no-repeat;
	width: 852px;
	height: 68px;
	overflow: hidden;
	margin: 0px auto;
	color: #9b8750;
	font-size: 14px;
}
#texto_pie {
	float: left;
	padding-left: 125px;
	padding-top: 27px;
}
#sgm_logo {
	float: right;
	padding-right: 36px;
	padding-top: 30px;
}

#map {
	width: 426px;
	height: 300px;
	margin: 0px auto;
	margin-top: 10px;
}

/* Noticias */
.linea_listado {
	margin: 0px auto;
	width: 755px;
	height: 169px;
	overflow: hidden;
}

.bg_img_listado {
	background: url(../img/bg_img_listado.jpg) no-repeat;
	width: 169px;
	height: 159px;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	margin-right: 20px;
	float: left;
}

.bg_img_listado img {
	width: 151px;
	height: 151px;
}

.bg_texto_listado {
	float: right;
	background: url(../img/bg_texto_listado.jpg) no-repeat;
	width: 531px;
	height: 136px;
	overflow: hidden;
	padding: 17px;
}
.bg_texto_listado h2 {
	float: left;
	font-size: 20px;
	border-bottom: 1px dotted #5f5026;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.bg_texto_listado p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.bg_ficha {
	background: url(../img/bg_ficha.jpg) repeat-y;
	width: 566px;
}

.bg_ficha_top {
	background: url(../img/bg_ficha_top.jpg) no-repeat top;
	width: 566px;
}

.bg_ficha_bottom {
	background: url(../img/bg_ficha_bottom.jpg) no-repeat bottom;
	width: 531px;
	padding: 17px;
	font-size: 14px;
}
