/* general */

body{
	margin: 0;
    padding: 0;
    height: 100%;
    border: none;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 12px;
	background-image: url("img/bg01.jpg");
	background-repeat: repeat-y;
	background-color: #000;
	background-position:center top;
	text-align: center;
	color: #000;
}

td{
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 12px;
	color: #000;
}

input, textarea{
	background-color: #fff;
	border: 1px solid #cecece;
	color: #2A4564;
}

#fullheight{height:100%}

#contenedor{
	width: 750px;
	text-align: center;
	background-color: #F8F5F1;
	margin:0 auto 0 auto;
	padding: 0;
	text-align: left;
	display: table;
}


/* partes */

#cabecera{
	width: 750px;
	height: 119px;
	padding: 0;	
	background-color: #FCDB00;
	background-image: url("img/loBuchin01.gif");
	background-repeat: no-repeat;
	background-color: #FCDB00;
	background-position:left top;
	color: #fff;
	display:table;
}

#cabecera div{
	text-align: right;
}

#sombra1{
	background-image: url("img/imSombra01.gif");
	background-repeat: repeat-x;
	height: 7px;
}

#pie{
	color: #2A4564;
	background-color: #FCDB00;
	padding: 2px 2px 9px 2px;
	text-align: center;
	background-image: url("img/imSombra03.gif");
	background-repeat: repeat-x;
	background-position:left top;
}

/* contenidos páginas productos */

#prod{
	background-color: #fff;
}
#contenidos{
	background: #F8F5F1;
	width: 750px;
	margin: 0;
	padding: 0;
	display: table;
	padding: 3px;
}
#contenidos2{
	width: 450px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 20px;
	margin-bottom: 20px;
}

#contenidos2 ul{
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

#contenidos2 ul li{
	list-style: square outside;
}

#izq{
	float: left;
	padding: 0;
	margin: 0;
	width: 470px;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}

#der{
	float: right;
	padding: 0;
	margin: 0;
	width: 208px;
	font-size: 12px;

}

#titulo1{
	padding: 3px;
	padding-bottom: 0;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #fff;
	color: #691943;
	text-align: left;
	text-transform: uppercase;
}

#titulo2{
	padding: 3px;
	font-size: 24px;
	color: #691943;
	line-height: 24px;
}
#titulo3{
	padding: 3px;
	font-size: 18px;
	color: #691943;
	font-family: Georgia, Times New Roman, Times, Serif;
}

#autor{
	padding: 3px;
	font-size: 18px;
	color: #691943;
}

#recuadro{
	padding: 10px 10px 17px 10px;
	background-color: #fff;
	font-size: 11px;
	background-image: url("img/imSombra02.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 18px; 
}

#hr {
	height: 1px;
	border-bottom: 1px solid #691943;
	margin: 10px 0 10px 0;
}

/* links */

a:link {
	color: #691943;
	text-decoration: none;}

a:visited {
	color: #691943;
	text-decoration: none;}
	
a:hover {
	color: #691943;
	text-decoration: underline;
	background-color: #fff;}

a:active {
	color: #ff6600;
	text-decoration: none;}

/* menu ppal */

#menu{
	width: 100%;
	background-color: #fff;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	list-style: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height:28px;
	text-transform: uppercase;
	width: 750px;
	height: 56px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu ul li {
	display: inline;
}
#menu ul li a:link, #menu ul li a:visited {
	display: block;
	background-image: url("img/bgMenuOff.gif");
	background-repeat: repeat;
	background-position: 0 0;
	color: #000;
	padding: 0 23px 0 23px;
	float: left;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active{
	color: #fff;
	background-position: 0 0;
	background-color: #691943;
	height: 28px;
	background-image: url("img/bgMenuOn.gif");
	background-repeat: repeat;
	background-position: 0 0;
}






/* códigos CSS y HTML realizados por Iván Kozenitzky / contacto@ivank.com.ar */
