/***********************************************/
/* 		    		YPF	                       */
/***********************************************/

/***********************************************/
/* HTML ESTILOS                                */
/***********************************************/

/************ ELEMENTOS DE BLOQUE **************/

* {
margin : 0;
padding : 0;
}

BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	text-align: center;
	color: #555;
	background: #000066 url(fdo_gral.gif) repeat-y center;
	line-height: normal;
}

P, H1, H2, H3, H4, H5, H6, LI, OL, UL, TD, TH, DL, DT, DD, TEXTAREA, INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

P {
	font-size : 9px;
	line-height: 14pt;
	color: #555;
	padding-bottom: 5px;
	padding-top: 5px;
}
HR {
 color: #DDDDDD;
 height: 1px;
}

H1 {
}

H2 {
	font-size : 13pt;
	font-weight: normal;
	color: #FF9900;
	padding: 0px 0px 4px 0px;
}

H3 {
	font-size : 10pt;
	color: #0a3b78;
	padding: 8px 0px 0px 0px;
}

H4 {
	font-size : 9pt;
	font-style: normal;
	color: #0159A1;
	padding: 8px 0px 8px 0px;
}

H5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;	
	font-weight: normal;
	padding-left:90px;
	line-height: 25pt;
}

H6 {
	line-height: 14pt;	
}

UL {
	line-height: 14pt;
	padding-top: 0px;
	margin-top: 4px;
	margin-left: 30px;
	margin-bottom: 10px;
}

OL {
	line-height: 14pt;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
}

LI {
	font-size: 9px;
}

TH {
	font-size : 8.5pt;
	vertical-align: top;
}

TD {
	font-size: 9px;
	vertical-align: top;
}

DL {
	font-size: 8.5pt;
	margin-top: 4px;
	margin-bottom: 4px;
}

DT {
	font-weight: bold;
	margin-top: 10px;
}

DD {
	line-height: 16px;
	margin-top: 4px;
	margin-left: 30px;
	margin-bottom: 8px;
}

HR {
 color: #666;
 height: 1px;
 border: 1px solid #BBB;
}

/************* ELEMENTOS DE LINEA **************/

small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

strong {
	font-weight: bold;
	
}

blockquote {
	margin: 0px 40px 0px 40px;
	line-height: 18px;
}

cite {
	font-size: 7.5pt;
	margin-top: 0px;
	line-height: 18px;
	font-style: italic;
}

A:link {
	color: #0a3b78;
	border: none;
	text-decoration: underline;
}

A:visited {
	color: #0a3b78;
	border: none;
}

A:hover {
	color: #0a3b78;
	text-decoration:none;
}

A {
	padding: 0px;
	margin: 0px;
}


/******************* FORMS *********************/

INPUT, SELECT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

TEXTAREA {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

FORM {
	margin-top: 6px;
	margin-bottom: 6px;
}

/***********************************************/
/* CLASSES ESPECIALES                          */
/***********************************************/

/******************* VARIAS ********************/

#barra {
	width: 760px !important;
	width /**/: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0px;
	z-index: 12;
}

#header {
	width: 760px !important;
	width /**/: 760px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0px;
}

#container {
	width: 760px !important;
	width /**/: 760px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0px;
}

#headertop {
	background-image: url(hdr_top_fdo.gif);
	background-repeat: repeat-x;
}

#contenido {
	background-image: url(fdo_contenido.gif);
	padding: 0px 27px 0px 27px;
}

DIV.fecha {
	width: 220px;
	text-align: right;
	position: absolute;
	top: 16px;
	left: 532px;
}

TABLE.espec {
	margin-top: 12px;
	padding-bottom: 12px;
}

TABLE.espec TH {
	font-size: 7.5pt;
	background-color: #F3F3F3;
	border: 1px solid;
	padding: 4px;
}

TABLE.espec TD {
	font-size: 7.5pt;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #DDDDDD;
	padding: 6px;
}

TABLE.tablaform {
	text-align: left;
	margin-top: 12px;
	border-top: 1px solid #CCC;
}

TABLE.tablaform TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	line-height: 14px;
	color: #0159A1;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #CCC;
}

TABLE.tablaform TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #0159A1;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #0099CC;
}

TABLE.ficha {
	margin-top: 12px;
	padding-bottom: 12px;
}

TABLE.ficha TH {
	font-size: 7.5pt;
	color: #FFFFFF;
	background-color: #0a3b78;
	border: 1px solid;
	padding: 6px;
}

TABLE.ficha TD {
	font-size: 7.5pt;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFFF;
	padding: 6px;
}

TABLE.ficha TD.titulosFicha {
	background-color: #FF9900;
	color: #FFFFFF;
}

TABLE.ficha TD.textoFicha {
	background-color: #EEEEEE;
	

}

a.nounderline {
	border: none;
}

a:visited.nounderline {
	border: none;
}

DIV.nounderline a {
	border: none;
}

DIV.nounderline a:visited {
	border: none;
}

DIV.fotoderecha {
	padding-top: 6px;
	padding-left: 6px;
	float: right;
}

DIV.fotoizquierda {
	padding-top: 6px;
	padding-right: 6px;
	float: left;
}

DIV#footer {
	clear: left;
	padding: 0px 0px 0px 0px;
	color: #0159A1;
}

DIV.textfooter {
	font-size: 7.5pt;
	text-align: center;
	margin-top: 16px;
}

DIV.creditosfooter {
	font-size: 7.5pt;
	color: #FFFFFF;
	margin-top: 5px;
}

DIV.creditosfooter a, DIV.creditosfooter a:hover, DIV.creditosfooter a:visited {
	color: #FFFFFF;
	font-weight:bold;
}
DIV.destacado {
	background-color: #EEEEEE;
	padding: 6px;
	border: solid 1px #0a2c52;
	position: relative;
}


/******** COLUMNA CENTRAL ***********/

DIV#central {
	width: 730px !important;
	width /**/: 730px;
	float: left;
	position: relative;
	top: 10px;
	left: 21px;
}
DIV#colcentral {
	width: 0 !important;
	width: 760px;
	float: left;
	position: relative;
	top: 0;
	visibility: visible;
	left: 0;
	height: 0;
}



/***************** IMPRESION *******************/

@media print {

* {
	font-size: 10pt !important;
	background: White !important;
	color: Black !important;
}
}
.chico {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.cultural_texto {
	font-size : 10px;
	line-height: 16pt;
	color: #909090;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.cultural_lista {
	font-size: 10px;
	color: #004f8c;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
	height: 15px;
	line-height: 15px;
}
.cultural_lista:hover {
	background-color: #f7f6f1;
}
.cultural_lista:visited {
	background-color: #f7f6f1;
	font-weight: bold;
}
.cultural_lista: link {
	background-color: #f7f6f1;
	font-weight: bold;
}
.titulo_obra {
	font-size: 22px;
	color: #004f8c;
	font-weight: normal;
	text-decoration: none;
	height: 15px;
	line-height: 24px;
}
.copete_obra {
	font-size: 10px;
	color: #004f8c;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
.scroll {
SCROLLBAR-FACE-COLOR:#DDD;
SCROLLBAR-SHADOW-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #999;
SCROLLBAR-TRACK-COLOR: #F5F5F5;

}
