/*
	Javier Rojo
	javier at estudiosigma dot com dot ar
	Copyright Estudio Sigma SRL 2007
*/

/* descriptor de tapa   */
.Volumen {
	width: 100%;
}

.Volumen P.enlaceIndice{
	padding-bottom: 22px;
	margin-top: -13px;
}

.Volumen #tapa {
	vertical-align:top;
	width: 190px;
	text-align: left;
}

.Volumen #descripcion {
	vertical-align:top;
	text-align: center;	
	padding-right: 30px;
}

.Volumen #tapa img {
	border: 3px solid #808285;
}


.Volumen TD {
	vertical-align:middle;
	text-align: center;	
}

/* descriptor de volumen */
.IndiceVolumen {
	width: 80%;
}

.IndiceVolumen P.enlaceIndice{
	padding-bottom: 22px;
	margin-top: -13px;
}

.IndiceVolumen #tapa {
	vertical-align:top;
	text-align: center;	
	padding-right: 30px;
}

.IndiceVolumen #descripcion {
	vertical-align:top;
	text-align: center;	
	padding-right: 30px;
}

.IndiceVolumen #tapa img {
	border: 3px solid #808285;
}


.IndiceVolumen TD {
	vertical-align:middle;
	text-align: center;	
}


h2 {
	text-align: right;
}

h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

h3 A{
	color: Black;
	text-decoration: none;
}

h3 A:hover{
	color: #808285;
	text-decoration: none;
}

/**********colores ************/

.cabezal {
background: #f6f2e3;
}

.banda {
background: #f0e5cb;
}

.fondo {
background: #faf7ef;
}

.gris {
background: #808285;
}

.gris_claro {
	background: #f1f1f2;
}
/**********colores ************/
body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f1f1f2;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  #faf7ef;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #808285;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/***** FOOTER *********/	
.footer {
	background: #808285;
	height: 25px;
	clear: both;
}

.footer .copy {
	padding-top: 4px;
	color: White;
	font-size: 7pt;
	font-variant: small-caps;
	float: left;
	padding-left: 10px;
	
}
.footer .sigma A{
	padding-top: 4px;
	font-size: 7pt;
	font-variant: small-caps;
	float: right;
	color: White;
	padding-right: 10px;
	text-decoration: none;
}

/***** HEADER *********/	
.logo{
	background-image: url(../images/cabezal.gif);
	background-repeat: repeat-x;
	height: 92px;
}


.superior {
	position: relative;
	visibility: visible;
	z-index: auto;
	top: 20px;
	left: 380px;
	width: 50%;
	text-align: right;
}

.superior A{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #808285;
	font-weight: bold;
}

.superior A:hover{
	color: Black;
}

.botonera {
	position: relative;
	
	visibility: visible;
	z-index: auto;
	top: 43px;
	left: 185px;	
    width: 75%; 
	text-align: right;
}

.botonera A{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #808285;
	font-weight: bold;
}


.botonera A:hover{
	color: Black;
}

/********primera**************/

.tapaPrincipal{
	border: 4px solid #808285;
	margin-right: 30px;
	margin-top: 20px;
}


/***** Formularios ************/

INPUT {
	height: 18px;
}

.boton {
	height: 21px;
	width: 90px;
	background-color: #808285;
	color: White;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
}

INPUT, TEXTAREA {
	width: 190px;
	border: 1px solid #808285;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;	
}





/***** contenido *********/



.cuerpo {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cuerpo p, #tablaSuscripcion{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

.cuerpo a{
	color: Black;
}

.cuerpo a:hover {
	color: #808285;
}

#TituloMenor {
	font-size: 10pt;
	font-weight: bold;
}

.tablaIndices TD {
	text-align: left;

}

.tablaIndices  P {
	padding-bottom: 8px;
	padding-top: 8px;
}

.tablaIndices  A {
	text-decoration: none;
}



.tablaIndices TD#primeraColumna {
	font-weight: bold;
}

