/*Body*/
.cuerpo
{
	background-color:#c3d3e4;
}
/*Body*/
/*Boton index.php*/
.estilotdactivo
	{
		font-size:11px;
		/*font-weight:bold;*/
		border:none;
		background:#00FF33;
	}
.estilotddesactivo
	{
		font-size:11px;
		/*font-weight:bold;*/
		border:none;
		background:#FF0000;
	}
.estilotd
{
		font-size:11px;
		/*font-weight:bold;*/
		border:none;
}
.estilofuente
{
	color:#003062;
	font-weight: bold;
}
.estilotdcabecera
	{
		border:none;
	}
.estilotabla
	{
		border:none;
	}
.estilotablatodas
	{
		border:double;
	}
	
/*Fin Tablas td*/

/*Inicio Enlaces a botones*/
.enlaceboton 
	{ 
		font-family:Verdana, Helvetica;
		font-size: 10px;
		font-weight: bold;
		background-color: #638cb5;
		color: #FFFFFF;
		text-decoration: none;
		border:0px;
		width:100px;
        height:20px;
		padding-left:10px;
		padding-right:10px;
	}
.enlaceboton:link,
.enlaceboton:visited 
	{
		border-top: 1px solid #cccccc;
		border-bottom: 2px solid #666666;
		border-left: 1px solid #cccccc;
		border-right: 2px solid #666666;
	}
.enlaceboton:hover 
	{
		border-bottom: 1px solid #cccccc;
		border-top: 2px solid #666666;
		border-right: 1px solid #cccccc;
		border-left: 2px solid #666666;
	}
	
/*Fin Enlace a Botones*/
/*Boton cabecera*/
.botonindex
	{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
		
      }
	  .cabecera
	{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#000000;
        border:0px;
      }
	  .cabecera2
	{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#0066CC;
        border:0px;
      }
	  .cabecera3
	{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:#000000;
        background:#FFFF66;
        border:0px;
      }
/*Fin Botones cabecera*/
/*Inicio Enlaces*/
A:link.enlace
{
	text-decoration:none;
	color:#003399;
	font-weight:bold;
}
A:visited.enlace
{
	text-decoration:none;
	color:#003399;
	font-weight:bold;
}
A:active.enlace
{	
	text-decoration:none;
	color:#003399;
	font-weight:bold;
}
A:hover.enlace
{
	text-decoration:none;
	color:#CC9933;
	font-weight:bold;
} 
/*Fin Enlaces*/