@import url("resetcss.css");

strong, b {
	font-weight: bold;
}

.oculto {
  position:absolute;
  top:-1000px;
  left:-1000px;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-1000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

body {
	font: 100.1% verdana,sans-serif;
	background: #F0E8D0 url(../images/bg.jpg) repeat-x;
	text-align: center;
	position: relative;
}

#porta_web {
	width: 770px;
	margin: 0 auto;
}

#top_web {
	background:url(../images/head.jpg) no-repeat;
	height: 202px;
}

#navprin {
	margin-left: 25px;

	overflow: hidden;
	height: 39px;
}

	#navprin li {
		float: left;
		width: 144px;
		height: 37px;
		background: url(../images/nav.jpg) no-repeat;
		padding-top: 15px;
		font-size: 75%;
		font-weight: bold;
	}
	
	#navprin li.activo {
		background: url(../images/nav_actual.jpg) no-repeat;
	}
	
		#navprin li a {
			color: #fff;
			text-decoration: none;
		}
		
		#navprin li.activo a {
			color: #594345;
		}
		
		#navprin li a:hover {
			text-decoration: underline;
		}
		
#contenido_sup {
	background: url(../images/main_sup.jpg) no-repeat;
	height: 80px;
	text-align: left;
}

	#contenido_sup h2 {
		padding: 25px 0 3px;
		margin: 0 35px;
		color: #594345;
		font: bold 120% arial,sans-serif;
		width: 580px;
		
	}
	
		#contenido_sup h2 span {
			color: #1917A8;
		}
		
#contenido_med {
	background: url(../images/main_med.jpg) repeat-y;
	text-align: left;
}

#main, #main_nosotros, #main_noticias {
	margin: 0 35px;
	position: relative;
	overflow: auto;
	height: 1%;
	font-size: 75%;
	color: #594345;
}

#main p, #main_nosotros p, #main_noticias p{
	text-align: justify;
	line-height: 150%;
	margin-bottom: 15px;
}

#main a, #main_nosotros a, #main_noticias a {
	color: #DA8E00;
	font-weight: bold;
}

h3 {
	font: bold 120% arial,sans-serif;
	color: #1718A8;
}


/* inicio */
#inicio {
	width: 440px;
	float: left;
}

	#inicio img {
		margin-left: 15px;
	}

#ultimas_noticias {
	width: 200px;
	float: right;
	background-color: #F0E8D0;
	padding: 15px;
	border-top: 1px solid #C8C7C2;
	border-bottom: 1px solid #C8C7C2;
	margin-top: 5px;
}

	#ultimas_noticias dt {
		margin-top: 25px;
	}
	
	#ultimas_noticias h2 {
		font: bold 150% arial,sans-serif;
		margin-bottom: -10px;
	}
	
#donde_encontrarnos {
	clear: both;
	padding-top: 30px;
	border-bottom: 1px solid #C8C7C2;
}

	#donde_encontrarnos h3 {
		border-bottom: 1px solid #C8C7C2;
		font: bold 150% arial,sans-serif;
		padding-bottom: 5px;
		color: #594345;
	}
	
	#donde_encontrarnos ul {
		overflow: auto;
		height: 1%;
		list-style: outside disc;
		background-color: #F0E8D0;
		padding: 15px 10px;
	}
	
	#donde_encontrarnos li {
		width: 340px;
		margin: 10px 0 10px 10px;
		*margin-left: 0;

	}
	
	#donde_encontrarnos li.left {
		width: 320px;
	}
/* --- */


/* sobre nosotros */
#main_nosotros p {
	float: left;
	width: 350px;
}

#fotos_nosotros {
	float: right;
	width: 320px;
	text-align: center;
}

	#fotos_nosotros img {
		background-color: #F0E8D0;
		padding: 10px;
		margin-top: 5px;
		margin-bottom: 30px;
	}
/* -------------- */


/* productos */
#lista_productos {
	margin: 0 50px;
}

	#lista_productos dt {
		font-weight: bold;
		background-color: #594345;
		padding: 10px;
		color: #fff;
		margin-top: 10px;
		position: relative;
	}

	#lista_productos dd {
		overflow: auto;
		height: 1%;
		font-weight: bold;
		background-color: #F0E8D0;
		padding: 10px;
		border: 1px solid #CBC8B7;
		margin-bottom: 30px;
	}
	
		#lista_productos dd img {
			float: right;
			padding: 10px;
			background-color: #CBC8B7;
		}
		
		#lista_productos dd em {
			display: block;
			margin: 15px;
			font-style: italic;
		}
		
		#lista_productos dd ul {
			float: left;
			font-weight: normal;
			margin-left: 25px;
		}
		
		#lista_productos dd li {
			list-style: inside disc;
			margin-bottom: 10px;
		}
		
		#lista_productos dd ul.lineal li {
			display: inline;
			float: left;
			margin-right: 5px;
		}
/* --------- */


/* noticias */
#main_noticias h3 {
	clear: both;
	margin: 10px 30px 5px;
}

#main_noticias p {
	margin: 0 30px;
}

#main_noticias img {
	float: right;
	margin: 0 0 0 25px;
	background-color: #F0E8D0;
	padding: 10px;
}

#main_noticias hr {
	clear: both;
	margin: 25px;
	background-color: #CBC8B7;
	color: #CBC8B7;
	border: 0;
	height: 1px;
}

p.nav_noticias {
	clear: both;
	font-size: 95%;
	background-color: #F0E8D0;
	padding: 10px;
	font-weight: bold;
}

	p.nav_noticias a {
		margin: 0 5px 0 25px;
	}
/* -------- */

/* contactar */
form {
	background-color: #F0E8D0;
	padding: 25px;
	border: 1px solid #B1A99C;
	overflow: auto;
	height: 1%;
}

	form p {
		margin-bottom: 20px;
	}
	
	form p.left, form p.right {
		width: 275px;
	}
	
	input {
		width: 270px;
		padding: 2px;
	}
	
	input.text {
		border: 1px solid #B1A99C;;
	}

label {
	display: block;
	font-weight: bold;
	color: #594345;
	clear: both;
}

textarea {
	width: 640px;
	height: 150px;
	font: 110% sans-serif;
	padding: 2px;
	border: 1px solid #B1A99C;
}

input.submit {
	float: right;
	margin-right: 5px;
	background-color: #594345;
	color: #fff;
	width: 90px;
	height: 30px;
}

#enviado {
	background-color: #EFFFEF;
	padding: 10px 25px;
	border: 1px solid #59B559;
	color: #080;
	font-weight: bold;
	margin-bottom: 5px;
}
/* --- */


#contenido_inf {
	background: url(../images/main_inf.jpg) no-repeat;
	height: 30px;
}

#down_web {
	margin-top: 10px;
	padding: 15px 0;
	font-size: 70%;
	color: #fff;
	background-color: #594345;
	border-top: 1px solid #CBC8B7;
	width: 100%;

}

	#down_web a {
		color: #FFA500;
	}
