﻿/* Estilos Index */


.MenuIE8
{
	z-index:50;

}

.staticMenu
{
	
}

.staticMenuItem
{
	text-align:center;
}

.staticHover
{
	background-color:#cccccc;
		
}

.staticSelected
{
	background-color:#afdee4;
}  

.dinamicMenu
{
	border-color:#bed44c;
	border-width:thin;
	border-style:solid;
	margin-top:1px;
}  

.dinamicHover
{
	background-color:#cccccc;
	
}    

.dinamicSelected
{
	background-color:#afdee4;
}  






.justificado
{
    text-align:justify;
}
.subtitulo
{
    font-size:larger;
    color:#336666;
    font-weight:bold;
}
.subtituloGrande
{
    font-size:larger;
    color:#336666;
    font-weight:bold;
    font-size:18px;
}

.subtituloGrandeAzul
{
    font-size:larger;
    color: #006699;
    font-weight:bold;
    font-size:18px;
}

body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*background-image: url(images/fondo.jpg);*/
}

/* Estilos Diseño */
.titulos1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336666;
}

.titulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #336666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	
}

td.linea
{
	border-bottom-color:Black;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	
}

.verde1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336666;
}

.rojoQuienesSomos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CC0000;
	font-weight:bold;
}

.negroQuienesSomos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:Black;
	font-weight:bold;
}

.verdePequeño {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #336666;
}

.verdeBoldJustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336666;
	text-align:justify;
	font-weight:bold;
}
.textoblanco {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336666;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
}

a.linkClaro:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
}
a.linkClaro:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
p.estiloblanco
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align:left;
}
.estiloblanconegrita
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}


/* Estilos Solapa */
.solapa
{
	font-size: 14px;
	color: #FFFFFF;
	text-align:left;
	padding-left:20px;
}



/* Estilos Forms */
.labelBoldVerde
{
	font-size:12px;
	font-weight:bold;
	color: #336666;
}

.labelBold
{
	font-size:12px;
	font-weight:bold;
}


.labelSmall
{
	font-size:10px;
	color: #666666;
}


table#Form td {
    background-color:#F2F2F2;
}


.data {
    color: #000000;
    text-align: left;
    vertical-align:middle;
}

.rightcol {
    text-align: right;
    width: 200px;
}

.textControl
{
	width:200px;
	
}

