/* 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: #fff;
	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: 0;
	color: #2A4564;
}

#fullheight{height:100%}

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


/* partes */

#cabecera{
	width: 750px;
	height: 214px;
	padding: 0;	
	background-color: #F8F5F1;
	background-image: url("img/imCabecera.gif");
	background-repeat: no-repeat;
	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: #fff;
	background-color: #9E005D;
	padding: 2px 2px 9px 2px;
	text-align: center;
}

/* contenidos páginas productos */

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

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

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

#izq{
	float: left;
	padding: 0;
	margin: 0;
	width: 495px;
	font-size: 12px;
	text-align: justify;

}

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

h1{
	padding: 3px;
	padding-bottom: 0;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #fff;
	color: #9E005D;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
}

h2{
	padding: 0;
	margin: 5px 0 10px 0;
	font-size: 30px;
	color: #9E005D;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}
h3{
	padding: 0;
	margin: 5px 0 10px 0;
	font-size: 18px;
	color: #9E005D;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
	text-align: left;
}

.volanta{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #595959;}

.seccion{
	color: #9E005D;
}

.fecha{
	font-weight: bold;
	color: #595959;}

.fecha2{
	margin: 10px 0 4px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #595959;
	border-bottom: 1px solid #cecece;
	}

.copete{
	margin: 10px 0 10px 0;
	font-weight: bold;
	}

.txtcompleto{
	font-weight: normal;
}
	
.autor{
	padding: 3px;
	font-size: 18px;
	color: #9E005D;
}

.nota{
	border-bottom: 1px solid #cecece;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
}

.banner{
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
}

.foto{
	padding: 6px 6px 10px 6px;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #595959;
	background-image: url("img/imSombra01.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
}

.recuadro{
	padding: 6px 6px 10px 6px;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #595959;
	background-image: url("img/imSombra01.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
}

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

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

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

.clearit{
	clear: all;
}

/* links */

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

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

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


	
a.blanco:link {
	color: #fff;
	text-decoration: none;}

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

a.blanco:active {
	color: #fff;
	text-decoration: none;}
	
	
/* códigos CSS y HTML realizados por Iván Kozenitzky / contacto@ivank.com.ar */
