/* STYLES PARA HERRAMIENTAS*/

.azul { background-color: #07abea; }
.verde { background-color: #008045; }
.azulosc { background-color: #00518a; }

/* STYLES PARA CONTENIDO */

.marco { background-color: #007f45; }

.marizq
{
	background-repeat: repeat-y;
	background-image: url(../images/bor_izq.gif);
}
.marder
{
	background-repeat: repeat-y;
	background-image: url(../images/bor_der.gif);
}


.gris  { background-color: #e3e3e3; }
.verdeosc { background-color: #014f2b; }

/* STYLES de AVISOS */
.ver01 { background-color: #00ad5d; }
.ver02 { background-color: #008d3c; }
.ver03 { background-color: #007138; }
.ver04 { background-color: #014f2b; }


.txtaviso
{
	font-family: verdana;
	font-size: 10px;
	color: 014f2b;
	line-height: 20px;
}


.space { margin: 0px 5px 0px 5px; }


/* STYLES DE ACCESO */


.gris02  { background-color: #c1c1c1; }

a.acceso
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 6px;
	color: #000000;
}

a.acceso:hover
{
	text-decoration: underline;
}

.blanco
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 0px 2px 5px;
}
.negro

{
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	padding: 2px 0px 2px 5px;
}

.foot

{
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	padding: 2px 0px 2px 5px;
}

a.foot

{
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	padding: 2px 0px 2px 5px;
}

a.foot

{
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	padding: 2px 0px 2px 5px;
}

/* STYLES para MENU DERECHO */

.azul02 { background-color: #204e76; }
.azul03 { background-color: #00518a; }
.azul04 { background-color: #015d97; }




