/* estilos.css */
/* Hoja de estilos general */

/* Defino el estilo de los enlaces */
A:link {
	font-family:Arial;
	font-size:13px;
	color:#cc6666;
	text-decoration: none;
	font-weight: bold;

}
A:visited { font-family:Arial;font-size:13px;color:#cc6666; text-decoration:none; }
A:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cc6666;
	text-transform: uppercase;

}

/* Estilo de las barras de scroll y genérico de la página */
body{
font-family:Arial;
font-size:11pt;
color:#cc6666;
text-decoration:none;
background-color: #ffffff;
background-attachment: fixed;
cursor:none;
border:none;
overflow:hiden;
SCROLLBAR-FACE-COLOR: #CC6666;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR:  #FFFFFF;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #999999
}

INPUT {
background-color: #CC6666;
color: #FFFFFF;
font-family: Arial;
font-weight: normal;
font-size : 8pt;
text-decoration:none;
border:1pt solid ActiveBorder;
}

INPUT.button {
background-color : #CC6666;
	border : thin outset ButtonFace;
}


TABLE.marco {
	background-color : #CC6666;
	border : thin none;
	visibility: visible;

}
.TITULARES {
	font-size:14px;
	height:9px;
	color:#cc6666;
	cursor: default;
	font-family:Arial;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;


}
.TEXTOBASE {
	font-size:13px;
	color:#666666;
	cursor: default;
	font-family:Arial;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;

}
.PRIMERA {

	font-size:13px;
	color:#CC6666;
	cursor: default;
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
}

