html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #EFEEEA;
	color:#4a3826;
	
}

/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0;
	padding:0;
}

h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
}

p{
	line-height:16px;
	margin-bottom:10px;
}

a img,:link img,:visited img{
	border:none;
}

a{
	color:#a3978a;
	outline:none;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

ul,ol{
	list-style:none;
}

input{
	font-size:11px;
	padding:1px 3px;
}

acronym, abbr {
	border-bottom: 1px dotted #FF9900;
	cursor: help;
}

.hidden{
	display:none;
}

h1{
 font-size:28px;
 line-height:28px;
 text-transform:uppercase;

}

h2{
font-size:16px;
}


h3{
font-size:12px;
font-weight:bold;
margin:0 0 5px 0;	
}

span{
	color:#990000;
}

#container {
  width: 950px;
  margin: 0 auto;

}

#idiomas{
	float:right;
	margin:10px 20px 5px 0;
}

#idiomas li{
	display: inline;
	color:#333;
}

#idiomas a{
	text-decoration:underline;
}


#header{
	float:left;
	width:950px;
	height:130px;
	background:#e9e9e9 url(../images/all/banner.jpg) no-repeat top left;
}

.logo{
	margin:25px 0 0 20px;
}

#menu {
	width:950px;
	height:35px;
	float:left;
	margin:10px 0;
	background: url(../images/all/menu_bck.png) no-repeat;
	text-align:center;
		
}

#menu ul{
	font-size:16px;
	margin-left:60px;
}

#menu li{
	float:left;
	line-height:35px;
}

#menu .activo{
	background: url(../images/all/menu_bck_activo.png) repeat-x;
	color: #fff;
}


#menu .inicio .activo{
	background: url(../images/all/menu_bck_activo_inicio.png) repeat-x;
	color: #fff;
}

#menu a{
	text-decoration:none;
	padding:0 20px;
	display:block;
	height:35px;
	color:#a3978a;
}

#menu a:hover{
	color: #fff;
}

#content_index img{
	margin-bottom:10px;
}

#content{
	float:left;
	width:950px;
	height:410px;
	background: url(../images/all/content_bck.png) no-repeat top left;
}

.columna{
	width:400px;
	float:left;
	margin:30px;
}

.columna p{
	line-height:18px;
}

.columna h2{
margin:10px 0 15px 0;
}

.center{
	text-align:center;
}

#banners{
	width:950px;
	float:left;
	margin-top:10px;
}

#banners img{
	float:left;
}

.margen_izq{
	margin-left:25px;
}

.margen_izq2{
	margin-left:30px;
}

#content_historia{
	float:left;
	width:950px;
	height:474px;
	background: url(../images/especialidad_bck.png) no-repeat top left;
}

#content_historia h1{
	margin:10px 0 10px 0;
}

.back{
	background:#4a3826;
	color:#fff;
	padding:2px 8px;
	float:right;
	font-size:10px;
	
}

#content_especialidad{
	float:left;
	width:950px;
	height:474px;
	background: url(../images/especialidad_bck.png) no-repeat top left;
}

#content_especialidad h1{
	margin:30px 0 60px 40px;
}

.columnas_esp1{
	width:230px;
	height:320px;
	float:left;
	margin-left:40px;
	position:relative;
}

.columnas_esp1 h2{
	margin-bottom:5px;
}

.columnas_esp1 img{
	position:absolute;
	bottom:0;
}

.columnas_esp{
	width:230px;
	height:320px;	
	float:left;
	margin-left:85px;
	position:relative;
}

.columnas_esp h2{
	margin-bottom:5px;
}

.columnas_esp img{
	position:absolute;
	bottom:0;
}

#content_distribucion{
	float:left;
	width:950px;
	height:275px;
	background: url(../images/distribucion_bck.png) no-repeat top left;
}

.contacto{
	width:220px;
	margin-top:20px;
	float:left;
}

.contacto2{
	width:145px;
	margin:20px 0 0 30px;
	float:left;
	font-size:10px;
}

.carnicas{
	font-weight:bold;
	margin-bottom:5px;
}


#contact_form{
	float:left;
	width:350px;
}


.formulario{
	margin:10px 40px 0 40px;
	width:300px;
}

.formulario li{
	margin-top:4px;
	text-align:right;
}

.formulario input{
	width:200px;
	margin-left:10px;
}

.formulario textarea{
	width:210px;
	margin-left:10px;
}

.formulario .boton{
	width:80px;
}


#map{
	width:416px;
	margin-left:1px;
	height:260px;
	border-left:1px solid #a3978a;
	border-right:1px solid #a3978a;
	border-bottom:1px solid #a3978a;	
}

#footer{
	clear:both;
	width:930px;
	height:20px;
	padding:0 10px;
	font-size:11px;
}

#footer p{
	text-align:center;
	line-height:20px;
}






