body, html {
	min-height: 100%;
	height: 100%
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efebe7;
	background-image: url(../images/fondo.gif);
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif
}
.cat{margin-top:20px;margin-bottom:0px;}
#contenedor {
	position: relative;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #ffffff;
	margin-bottom: 10px;
	border-right: 1px solid #db9600;
	border-left: 1px solid #db9600;
}
#cabecera {
	height: 130px;
	margin: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 10px;
}
#cabecera #sociales{float:right;}
#cabecera #sociales a{border:none;color:white;}
#cabecera #sociales a:hover{color:white;}
#cabecera strong {
	text-align: right;
	font: 18px serif;
	color: #5f5651;
	margin-right: 0em;
	margin-top: 4em;
	font-weight: bold
}
#cabecera h1 {
	text-align: right;
	font: 130% Arial, Georgia, "Times New Roman", Times, serif;
	color: #db9600;
	text-transform: uppercase;
	margin-left: 18px;
	margin-right: 2em;
	margin-top: 0.2em;
	font-weight: 700;
	font-family: Sans-serif;
	margin: 0px;
	padding-top: 35px;
}
#cabecera h1 strong {
	font-weight: 700;
	font-size: 100%;
	font-family: Sans-serif;
	color: #006293;
}
#cabecera h2 {
	text-align: right;
	font: 100% Arial, Georgia, "Times New Roman", Times, serif;
	color: #cecece;
	text-transform: uppercase;
	margin-left: 18px;
	margin-right: 2em;
	margin-top: 0.2em;
	font-weight: 700;
	font-family: Sans-serif;
	margin: 0px;
}
#cabecera .logo {
	margin-left: 1.5em;
	margin-top: 0em
}
#bottom {
	margin-left: 18px;
}
#bottom h2 {
	color: #d16828;
	font-size: 80px;
	float: left;
	margin-left: 280px;
	position: relative;
	bottom: 70px;
	line-height: 0.1;
}
#titulo {
	background-color: #006293;
	height: 20px;
	border-bottom: 2px solid #db9600;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: white;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#titulo a {
	color: white;
	padding-right: 30px;
}
#titulo a:hover {
	color: black;
}
#navegacion {
	position: absolute;
	top: 11em;
	width: 150px;
	margin-left: 16px;
	min-height:900px;
	clear:both;
}
#navegacion ul {
	padding-left: 0;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#navegacion li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#navegacion a {
	text-decoration: none;
	color: white;
	text-decoration: none;
}
#navegacion a:hover {
	text-decoration: none;
}
#navegacion h2 {
margin:0px;
padding:0px;
width:100%;
	color: #2A4F6F;
	padding-left: 5px
	font-family: Arial;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
	border-left:3px solid #2A4F6F;
	margin-bottom:3px;
	padding-left:5px;
	margin-left:0px;
	margin-top:30px;
	
}
#navegacion ul li {
	height: 26px;
	color: black;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	width: 150px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 8px 14px;
	border-bottom: 1px solid #feffe8;
	background-color: #db9600;
	margin-bottom: 2px;
	padding-top: 10px;
}
#navegacion ul li.largo {
	height: 35px;
	color: black;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	display: block;
	width: 150px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	border-bottom: 1px solid #feffe8;
	background-color: #db9600;
	margin-bottom: 2px;
	padding-top: 2px;
}
#navegacion ul li:hover {
	background-color: #e79600;
	text-decoration: none;
	/*background-image: url(../images/navigation2.gif);
	background-color: #db9600;
*/
}
#contenido {
	margin-left: 14em;
	margin-right: 2em;
	height: 100%;
	background-color: #ffffff;
	color: black;
	margin-top:8px;
	margin-bottom: 50px;
	height: auto!important;
	height: 1000px;
	min-height: 1000px;
}
#contenido p {
	font-size: 80%;
	line-height: 1.6em
}
#contenido h2 {
	color: #db9600;
	margin:0px;
}
#pie {
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-top: 10px;
	background-color: #db9600;
	color: #ffffff;
	font-weight: 600;
	font-size: 70%;
	height: 42px;
	padding-top: 15px;
	text-align: center;
}
#pie a {
	color: white;
	padding-right: 30px;
	text-decoration: none;
}
blockquote {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c01006;
	border-bottom-color: #c01006;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
	background-color: #7e7c7c;
}
.amarillo {
	color: #ffcc00;
}
a {
	color: #db9600;
	text-decoration: none;
}
a:hover {
	color: black;
}

strong{color:#006293;}
blockquote{background-color:white;
border:1px solid #db9600;}
.derecha{text-align:right;}
.image{border-bottom:2px dotted #db9600;padding-top:15px;}
.image img{margin-left:150px;}
.image a img {
	border: none;
}
/****pedidos*****/
td {
	font-size: 12px;
}
.texto {
	font-size: 12px;
}
#pedidos .amarillo {
	font-size: 14px;
}
form input, form textarea {
	border: 1px solid #db9600;
	background-color: #ffffff;
}
/*slider--------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#slider {
	width: 610px;
/* important to be same as image width */
	height: 346px;
/* important to be same as image height */
	position: relative;
/* important */
	overflow: hidden;
/* important */
	float: left;
}
#sliderContent {
	width: 610px;
/* important to be same as image width or wider */
	position: absolute;
/* important */
	top: 0;
/* important */
	margin-left: 0;
/* important */
}
#sliderContent {
	list-style-type: none;
}
.sliderImage {
	float: left;
/* important */
	position: relative;
/* important */
	display: none;
/* important */
}
.sliderImage span {
	position: absolute;
/* important */
	padding: 10px 13px;
	width: 610px;
/* width of image minus left and right padding. Needed for IE */
	background-color: #db9600;
	filter: alpha(opacity=70);
/* here you can set the opacity of box with text */
	-moz-opacity: 0.7;
/* here you can set the opacity of box with text */
	-khtml-opacity: 0.7;
/* here you can set the opacity of box with text */
	opacity: 0.7;
/* here you can set the opacity of box with text */
	color: #fff;
	font-weight: bold;
	display: none;
/* important */
	left: 0;
	bottom: 0;
}
.disJs {
	display: none;
/* important */
}
.sliderImage span a {
	color: #FF0000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.bit{font-size:9px;}