@charset "utf-8";
/* CSS Document */
html {
height: 100%;
}
a:link {
	color: #FF663A;
}
a:visited {
	color: #FF663A;
}
body {

	background-image: url(imag/fondo.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
.bck_fondo {
	background-image: url(imag/web_body.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.separa {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: url(imag/bck_pie.jpg);
	text-align: center;
	margin: 0px;
	height: 28px;
	vertical-align: bottom;
	background-repeat: repeat-x;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu {
	width: 780px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	text-align: left;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:auto;
	background-image: url(imag/web_body.png);
	padding-right: 8px;
	padding-left: 8px;
	height: 100%;
}
.tit_orange_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #F60;
}
.contenido {
	width: 495px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	font-style: normal;
	float: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 100%;
}
.contenido_productos {
	width: 505px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	font-style: normal;
	float: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 100%;
}
.contenido_productos2 {
	width: 505px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	font-style: normal;
	float: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100%;
}
.foto_seccion {
	float: right;
	background-color: #FFF;
	width: 230px;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 5px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.logos_qs {
	background-color:#EFEFEF;
	margin-top: 10px;
	width: 220px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 5px;
	height: 110px;
	}

#navi {
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	color: #CCC;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#navi li a {
	display:block;
	width:230px;
	text-decoration:none;
	text-align:right;
	font-size:12px;
	color:#333;
	background-color:#EFEFEF;
	padding: 5px;
}
#navi li a:hover {
	color:#FFF;
	background-color:#F90;
}
#accordion {
	width: 500px;
	height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#accordion div {
	height:30px;
	overflow: hidden;
}
#accordion:hover div {
	height: 30px;
}
#accordion:hover div:hover {
	height: 100%;
	overflow: auto;
}

#caja1 {
	background-color: #FFF;
}
#caja2 {
	background-color:#F1F1F1;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding: 5px;
}
p {
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding: 10px;
}
.titulo_666666 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.p_foto {
	height: 100%;
	width: 122px;
	float: right;
	padding-top: 8px;
}
.productos {
	width: 500px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	font-style: normal;
	float: left;
	vertical-align: top;
	height: 100%;
	margin-bottom: 10px;
	border: 1px solid #D6D6D6;
}
.p_descript_gray1 {
	float: left;
	width: 360px;
	height: 150px;
	background-color: #FFF;
	padding: 5px;
	text-align: justify;
}
.p_descript_gray2 {
	float: left;
	width: 360px;
	height: 170px;
	background-color: #F1F1F1;
	padding: 5px;
	text-align: justify;
}
.fix{
	float:none;
	decoration: none;
}
#serseco {
	background-repeat: repeat-y;
	background-position: center top;
}
.Estilo1 {font-size: 10px}
.Estilo2 {
	font-size: 14px
}
