<STYLE TYPE="text/css">
BODY{

}

a:link{
	BACKGROUND: none;
	COLOR: #3c507a;
	TEXT-DECORATION: none
}

a:visited{
	BACKGROUND: none;
	COLOR: #3c507a;
	TEXT-DECORATION: none;
}

a:active
{
	BACKGROUND: none;
	COLOR: #5A3F8C;
}

a:hover
{
	COLOR: #3c507a;
	TEXT-DECORATION: underline;
}

.vinculosarriba{
	font-Family:Tahoma;
	font-size: 8pt;
	font-weight: 700;
}


.titulo1
{
	font-family:Georgia;
	font-size:22pt;
	color:#669900;
	font-weight: 700;
}

.titulo12
{
	color:#333333;
	font-family:Arial;
	font-size:8pt;
	font-weight:700;
}

.contenido1
{
	font-size: 8pt;
	font-family:Arial;
	color:#333333;
}

.titulo2
{
	font-family:Georgia;
	font-size:25pt;
	color:#FFFFFF;
	font-weight:700;
}

.titulo21
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:700;
}

.contenido2
{
	font-size: 8pt;
	font-family:Arial;
	color:#FFFFFF;
}

.vinculosabajo
{
	color:#808080;
	font-family:Arial;
	font-size: 11pt;
	font-weight:600;
}

.login
{
	color:#808080;
	font-family:Georgia;
	font-size: 14pt;
}


//Estilos para campos de Formulario

.formArchivo
	{
    font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #D2D2D2;
	background-color: #E6E6E6;
	font-weight: bold;
	}

.formBooleano
	{

	}

.formBotonEnviar
	{
    font-family: Arial;
	font-size: 11pt;
	border: 1px solid #7D7D7D;
	font-weight: bold;
	}

.formDesplegable{
    font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #D2D2D2;
	background-color: #E6E6E6;
	font-weight: bold;
}

.formEmail{
    font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #D2D2D2;
	background-color: #E6E6E6;
	font-weight: bold;
}

.formEnum{
    font-family: Tahoma;
	font-size: 8pt;
	background-color: #E6E6E6;
	border: 1px solid #D2D2D2;
	font-weight: bold;
}

.formPassword{
    font-family: Tahoma;
	font-size: 8pt;
	background-color: #E6E6E6;
	border: 1px solid #D2D2D2;
	font-weight: bold;
}

.formTextArea{
    font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #D2D2D2;
	background-color: #E6E6E6;
	font-weight: bold;
}

.formTexto
	{
    font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #D2D2D2;
	background-color: #E6E6E6;
	font-weight: bold;
	}

.formTextoSinBorde
	{
    font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #FFFFFF;
	background-color: #E6E6E6;
	font-weight: bold;
	}


.formUrl
	{
    font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #D2D2D2;
	background-color: #E6E6E6;
	font-weight: bold;
    }


.formTelefono
	{
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #D2D2D2;
	font-weight: bold;
	}

.campo
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 700;
}

.asterisco
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 700;
	color: #CC0000;
}
.formTextoResaltado
{
	font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	border: 1px solid #D2D2D2;
	font-weight: bold;
	background-color: #FFFF99;
	background-image: url('')
}

.FieldErr
{
	font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	border: 1px solid #D2D2D2;
	font-weight: bold;
	background-color: #FFFF33;
	background-image: url('')
}

.textoValidacion
{
	font-family: Tahoma;
	font-size: 9pt;
}


/* define height and width of scrollable area. Add 16px to width for scrollbar */
div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 260px;
	overflow: auto;
	width: 725px
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 725px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 720px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 700px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 260px;
	overflow: auto;
	width: 725;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	/* background: #FFF; */
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 0px 0px 0px 0px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 200px
}

html>body thead.fixedHeader th + th {
	width: 240px
}

html>body thead.fixedHeader th + th + th {
	width: 316px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 5px
}

html>body tbody.scrollContent td + td {
	width: 240px
}

html>body tbody.scrollContent td + td + td {
	width: 5px
}
</style>
