/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #666;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #EAEAEA url(../images/fondo_body.jpg) repeat-x top;
}
div {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}

/* --- ESTRUCTURA --- */
#contenedor {
	float: none;
	position: absolute;
	width: 100%;
	height: auto;
}
#todo {
	float: none;
	margin: 0 auto;
	width: 760px;
	height: auto;
	text-align: left;
}
#header {
	width: 760px;
	height: 68px;
	border-bottom: 1px #CCC solid;
}
#cuerpo {
	margin: 3px 0;
	width: 760px;
	min-height: 315px; height: auto !important; height: 315px;
	background: url(../images/fondo_cuerpo.gif) repeat-y;
}
#cuerpo_home {
	margin: 3px 0;
	width: 760px;
	min-height: 315px; height: auto !important; height: 315px;
	background: url(../images/fondo_home.gif) repeat-y;
}
#footer {
	clear: both;
	width: 758px;
	height: 18px;
	background: #DEE0E4;
	border: 1px #CCC solid;
}
.cierre {
	clear: both;
}

/* --- HEADER --- */
#logo {
	width: 185px;
	height: 68px;
}
#logo img {
	margin: 13px 24px;
}
#navsup {
	width: 575px;
	height: 18px;
	border-bottom: 1px #EEE solid;
}
#navsup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	width: 100%;
	height: 22px;
}
#navsup ul li {
	display: inline;
}
#navsup ul li a {
	color: #666;
	float: right;
	padding: 3px 5px 0 5px;
	text-decoration: none;
	border-right: 1px #CCC solid;
}
#navsup ul li a:hover {
	color: #000;
	border-right: 1px #CCC solid;
}

/* --- IZQUIERDA --- */
#izquierda {
	margin: 0 2px 0 0;
	width: 183px;
	min-height: 315px; height: auto !important; height: 315px;
	/*background: #DEE0E4;*/
}
#izquierda .top_azul {
	width: 100%;
	height: 22px;
	background: url(../images/top_azul.jpg) repeat-x;
}
#izquierda .top_azul h2 {
	color: #FFF;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 15px;
}
#izquierda .botonera {
	width: 180px;
}
#izquierda ul {
	margin: 20px 10px;
	padding: 0;
}
#izquierda ul li {
	margin: 0;
	padding: 4px 0 4px 14px;
	min-height: 10px; height: auto !important; height: 10px;
	list-style: none;
	font-size: 0.8em;
	border-bottom: 1px #CCC dashed;
	background: url(../images/vineta_azul.gif) no-repeat 0 6px;
}
#izquierda ul li a {
	color: #666;
	/*display: block;*/
}
#izquierda ul li a:hover {
	color: #000;
}
#izquierda ul li ul {
	margin: 3px 5px 3px 15px;
	padding: 0;
}
#izquierda ul li ul li {
	margin: 0;
	padding: 1px 0;
	list-style: disc;
	font-size: 1em;
	border: none;
	background: none;
}
#izquierda ul li ul li a {
	color: #666;
}
#izquierda ul li ul li a:hover {
	color: #004898;
}
#izquierda .especial {
	width: 160px;
	height: auto;
	padding: 10px;
}
#izquierda .especial h3 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #036;
	font: bold 0.95em Verdana, Arial, Helvetica, sans-serif;
}
#izquierda .especial .img {
	margin: 0 0 0 10px;
}
#izquierda .especial .cuadro {
	width: 160px;
	height: auto;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #CCC dashed;
}
#izquierda .especial .cuadro .foto {
	width: 60px;
	height: auto;
}
#izquierda .especial .cuadro .desc {
	padding: 0 5px;
	text-align: center;
	width: 90px;
	height: auto;
	font-size: 0.8em;
}

/* --- CENTRAL --- */
#central {
	position: relative;
	width: 575px;
	min-height: 315px; height: auto !important; height: 315px;
	/*background: #FFF;*/
}
#central .top_violeta {
	width: 100%;
	height: 22px;
	background: url(../images/top_violeta.jpg) repeat-x;
}
#central .top_violeta h2 {
	color: #FFF;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 15px;
}

/* --- HOME --- */
#central #sobre {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 219px;
	height: 173px;
	background: #FF0000;
	background: url(../images/destacado.png) no-repeat right;
}
#central #home {
	padding: 0 10px;
	width: 555px;
	height: 151px;
	border-bottom: 1px #CCC solid;
	background: url(../images/destacado.png) no-repeat right;
}
#central #home h1 {
	margin: 0.2em 0;
	padding: 25px 0;
	color: #722292;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
}
#central #home h1 span{
	color: #666;
}
#central #home p {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
#central .tituloDest {
	padding: 0 10px;
	width: 555px;
	height: 25px;
}
#central .tituloDest h3{
	margin: 5px 0 0 0;
	color: #722292;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
#central .destacado {
	padding: 10px 20px 0 20px;
	width: 102px;
	height: 150px;
	text-align: center;
	border-right: 1px #CCC dotted;
}
#central .destacado h3 {
	font-size: 0.85em;
	text-align: left;
	margin: 5px 0 10px 2px;
	font-weight: normal;
}


/* --- PRODUCTOS --- */
#central #titulo {
	padding: 0 0 0 10px;
	width: 390px;
	height: 30px;
}
#central #titulo h1 {
	color: #722292;
	margin: 0;
	padding: 10px 0 3px 0 !important;
	padding: 10px 0 4px 0;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px #CCC solid;
}
#central #texto {
	padding: 0 10px;
	width: 380px;
	min-height: 10px; height: auto !important; height: 10px;
}
#central #texto h3 {
	margin: 0.2em 0;
	padding: 0;
	text-align: justify;
	color: #722292;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#central #texto p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: justify;
}
#central #conjunto {
	width: 390px;
	min-height: 10px; height: auto !important; height: 10px;
}
#central #adquirir {
	padding: 7px 15px 4px 15px;
	width: 145px;
	height: 20px;
	text-align: center;
	border-bottom: 1px #CCC solid;
}
#central #foto {
	padding: 15px;
	width: 145px;
	min-height: 10px; height: auto !important; height: 10px;
}
#central .lista {
	padding: 0 10px;
	width: 380px;
}
#central ul {
	margin: 10px 0;
	padding: 0;
}
#central ul li {
	margin: 0;
	padding: 4px 0 4px 14px;
	min-height: 10px; height: auto !important; height: 10px;
	list-style: none;
	font-size: 0.9em;
	background: url(../images/vineta_violeta.gif) no-repeat 0 7px;
}
#central #caract {
	display: inline;
	margin: 5px 10px;
	padding: 5px 10px;
	width: 533px;
	min-height: 10px; height: auto !important; height: 10px;
	background: #DEE0E4;
	border: 1px #CCC solid;
}
#central #caract #lado1 {
	padding: 0 10px 0 0;
	width: 256px;
	min-height: 10px; height: auto !important; height: 10px;
	border-right: 1px #CCC solid;
}
#central #caract #lado2 {
	padding: 0 0 0 10px;
	width: 256px;
	min-height: 10px; height: auto !important; height: 10px;
}
#central #caract h2 {
	color: #722292;
	margin: 0 0 2px 0;
	padding: 3px 0;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px #CCC dashed;
}
#central #caract h3 {
	color: #722292;
	margin: 0;
	padding: 8px 0 2px 0;
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
}
#central #caract p {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	text-align: justify;
}
#central #caract ul {
	margin: 0;
	padding: 0;
}
#central #caract ul li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	list-style: disc inside;
	background: none;
}

/* --- COMBOS --- */
dl#lista {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
dl#lista dt {
	margin: 0;
	padding: 0;
	display: block;
}
dl#lista dd {
	margin:0;
}
dl#lista .tituloDesc {
	margin:2px 0;
	padding:2px 0 2px 14px;
	cursor: pointer;
	min-height: 18px; height: auto !important; height: 18px;
	color:#999;
	font-size:0.9em;
	font-weight:800;
	background: url(../images/vineta_violeta.gif) no-repeat 0 6px;
}
dl#lista .contenidoDesc {
	float: none;
	font-size:0.9em;
	padding: 0 15px 5px 15px;
}

/* --- FOOTER --- */
#copy {
	width: 558px;
	height: 18px;
}
#copy p {
	margin: 3px 20px 0 20px;
	font-size: 0.8em;
}
#pd {
	float: right;
	width: 200px;
	height: 18px;
	text-align: right;
}
#pd img {
	margin: 0 20px 0 0;
}


/* contacto */
.loguito {
	width:70px;
	height:90px;
	margin: 5px;
}
.datos {
	width:266px;
	height:90px;
	margin: 5px 10px;
}
.datos h2{
	padding:5px 0;
	margin:0;
}
form {
	margin: 0;
	padding: 20px 15px;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset legend {
	display: none;
}
fieldset label {
	float: left;
	width: 130px;
	height: 11px;
	text-align: left;
}
fieldset input, fieldset select {
	float: left;
	width: 210px;
	margin: 1px 0;
}
.prefijo {
	float: left;
	width: 30px;
	margin: 1px 6px 1px 0;
	display: inline;
}
.telefono {
	float: left;
	width: 126px;
	margin: 1px 0;
}
.submit {
	width: 80px;
	font-size: 0.8em;
	margin: 10px 0 0 150px;
}
.borrar {
	width: 80px;
	font-size: 0.8em;
	margin: 10px 0 0 10px;
}
#consulta {
	width: 210px;
	margin: 1px 0;
}
