/* CSS Document */

.TITULO1
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 40px;
	color: #dedede;
	padding: 5,5,2,5;
}

.SUBTITULOverde
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #c8d626;
}
.TITULOparrafos
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.TITULOPInternos
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #299cda;
	text-decoration: none;
}

.TITULOdirectos
{
	font-family: ARIAL;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.SubTParrafos
{
	color: #627eb7;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}
.SubTParrafos2
{
	color: #627eb7;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}
.SubTParrafos3
{
	color: #071A59;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}
.SUBTITULOmarino
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #003271;
}


.SUBTITULOgris
{
	text-align:center;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	color: #333333;
}

.SUBTITULOblanco
{
	text-align:center;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
}

/*Links*/

/*Textos*/
.piePagina {
	color: #52171A;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tituloNoticias {
	color: #660000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}

.etiContactenos {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
	font-weight:bold;
}
.txtContactenos {
	color: #000000;
	width: 12px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
	padding-bottom: 0;
	padding-top: 0;
}
.txtBuscar {
	color: #000000;	
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align:top;
}
.general {
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
	text-align: justify;
	height: 100%;
	margin-left: 0px;
}

.general2 {
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
	height: 100%;
	text-align:left;
	margin-left: 0px;
}
.general3 {
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
	height: 100%;
	text-align:center;
	margin-left: 0px;
}
/*si*/
.general4 {
	color: #333333;
	font-size: 10px;
	font-family: Arial;
	height: 100%;
	text-align:left;
	margin-left: 0px;
}
/*si*/
.general5 {
	color: #333333;
	font-size: 10px;
	font-family: Arial;
	height: 100%;
	text-align:left;
	margin-left: 0px;
}
.general6 {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	height: 100%;
	text-align:center;
	margin-left: 0px;
}
.Etiquetas {
	color: #333333;
	font-size: 9px;
	font-family: Verdana;
	text-align: left;
	height: 100%;
	margin-left: 0px;
}

.txtTextbox{
	color: #000000;	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align:top;
	}

/*este estilo es para las etiquedas de cada objeto de un formulario*/
.txtLabelsBold{
	color:#0066cc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;
	text-align: left;
	font-style: normal;
}
/*este estilo está destinado para dar formato a la celda de la tabla donde esté un bojeto
mo un textbox, un radiobuton, etc...*/
.txtLabels{
	color:#0066cc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-bottom:5px;
	text-align: left;
	font-style: normal;	
}
/*MESAJES ERROR Y EXITO*/

.ERROR
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size: 12px;
	color:Red;	
}

.EXITO
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size: 12px;
	color:#33CC66;
}

.fondoCuerpo
{
	background-image: url(../img/fondoForm1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:White;
}

.tabla
{
	width: 100%;	
}

.celdaVerde
{
	padding-left:5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../img/tabABF.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.celdaCeleste
{
	padding-left:5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../img/tabContactanos.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


.celdaRoja
{
	padding-left:5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../img/tabMapa.jpg);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.celdaOver 
{ 	
	elevation:higher;
	background-color: white;  
}

.celdaOut  
{ 
	elevation:level;
	background-color: Transparent;
}

.btnConsulta
{ background-image:url(img/botonCOnsultar.gif);
  background-repeat:no-repeat;
  height:100px;
  width:100px;
  background-position:center;
}
/*BOTON DE PRODUCTOS*/
.btnProd
{	
  height:20px;
  width:356px;  
  background-color:white;
  border-color:#BBD322;
  border-width:2px;
  border-style:solid;
  text-align:center;
  text-decoration:none;
  color:#859727;
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
  cursor:pointer;
}

.SubTVerde
{	
	color: #859727;
	font-size: 11px;
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
}

.derechos
{ 
  text-align:center;
  color:White;
  font-family: Arial;
  font-size:10px;  
}

.PospieForm
{ 
  background-color: #c8d626;
  text-align:center;
  color:Black;
  font-family: verdana;
  font-size:11px;
}

.PospieForm
{ 
  background-color: #c8d626;
  text-align:center;
  color:Black;
  font-family: verdana;
  font-size:11px;
}
/*para grillas*/
.header
{
	background-color: #081B59;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
}

.interlineas
{
	background-color: #E1EFFD;
	color: #333333;
	font-size: 11px;
	font-family: Verdana;	
}

.grilla {
	color: #333333;
	font-size: 11px;
	font-family: Verdana;	
	height: 100%;
	text-align: left;
	margin-left: 0px;
}

.centrar
{
	text-align: center;
}

.izquierda
{
	text-align: left;
}

td.off {  
background: url(../img/fondomenu0.jpg) top repeat-x;  
}  
 
td.on {  
background: url(../img/fondomenu1.jpg) top repeat-x;  
}

/*Para tablas y DIvisiones*/

#divCentrar
{
	width: 100%;
	height: 100%;	
	text-align: center;
	vertical-align:middle;
}

#divDerecha
{
	width: 100%;
	height: 100%;	
	text-align:left;
	vertical-align:middle;
}

#divNormal
{
	width: 100%;
	height: 100%;	
	text-align:justify;
	vertical-align:top;
	padding-left:12px;
	padding-top:15px;
}
#divSubNormal
{
	width: 100%;
	height: 100%;	
	text-align:justify;
	vertical-align:top;
	padding-left:10px;
}

#divCuerpoDetalle
{
	width: 100%;
	height: 100%;
	text-align: inherit;
}

#divDetalle
{
	width: 100%;
	height: 100%;	
	text-decoration: inherit;
	text-align: justify;
}

#divTitDetalle
{
	width: 100%;
	height: 100%;
	text-align: center;
}
#divTab
{
	width: 98%;
	height: 100%;
	text-align:justify;
	border: 1px solid #BCD2E6;
	padding: 5px 5px 5px 5px ;	
	background-color: White;	
}
Home
{
	width: 190px;
	height: 128px;
	text-align: left;
	border: 1px solid #0B1E5A;
	padding: 5px 3px  5px 5px ;	
	background-color: White;
	vertical-align:middle;
}
#describe
	{
	width: 797px;
	height: auto;
	background-color:Transparent;
	text-align: center;
	vertical-align:top;		
	overflow:auto;
	float: left;
	position:relative;
	display: block;
	top: 0px;
	left: 0px;
	visibility: hidden;    
}
/*Alinear y centrar contenido*/


/*para el mˇpanel modal*/
.fondoModal
{
top: 1px;
right: 1px;
background-color:gray;
filter:alpha(opacity =70);
opacity:0.7;
}
.panelModal
{
background-color: Window;
text-align:center;
border-color:#A7B838;
border-style:solid;
border-width:3px;
padding:5px;
}
.panelModalTransparente
{
background-color: Transparent;
text-align: center;
border-color: #A7B838;
border-style: solid;
border-width: 3px;
padding: 5px;
}
/*****************************/