body,td {
	font-family: Arial;
	font-size: 12px;
	color: #414141;
	
}
body {

	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:#ccc;
}

b.red {
       color: #bc0035;
}

H3 {
       color: #bc0035;
}

H2 {
       color: #ccc;
}

H1 {
       color: #ccc;
}

a {
    font-family: Arial;
    font-size: 12px;
    color: #000099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.menu{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #660099;
}

.diagram {
    border-width: 1px;
    border-color: #B7B7B7;
    border-style:solid; 
}

th {
    background-color:#cbc0a0;
    color:  #282828;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial;
}

table {
    border-collapse:collapse;
    background-color:#fff;
}

img {
     border-width: 0px;
}

table.menu2{
    background-color: #092757;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
   
    
}


.menu2 a:hover {    
    color: #414141;
    text-decoration: none
	}

.menu2  a:active {  
    color: #414141;
    text-decoration: none
	}
.menu2  a {
    color: #ffffff;
    text-decoration: none
	}

.menu2 a:visited {  
    color: #ffffff;
    text-decoration: none
	}


tr.menu2{
    border-bottom:1px dotted #ffffff;
    color: #ffffff
	}
.menu2 tr:hover {
    border-bottom:1px dotted #414141;
    background:#fff;
   
	}

.menu2 tr:active {
    border-bottom:1px dotted #414141;
    background:#fff;
    
	}


/* format   */

.cabecera { background:#013952; color:#ccc;}

.menu-principal{ background:#cbc0a0; color:#282828; border:1px dotted #414141; text-align:center;  }
.menu-principal tr td a { text-decoration: none; background:#cbc0a0; color:#282828; display:block; height:100%; width:100%;}
.menu-principal tr td a:hover { background:#e6e3d2; color:#282828;}

.menu-lateral{ background:#092757;color:#ccc;border-bottom:1px dotted #ccc ;text-align:right;  }
.menu-lateral a {text-decoration: none; background:#092757;color:#ccc; border-bottom:0px; display:block; height:100%; width:100%;}
.menu-lateral a:hover { background:#fff;color:#000;}


p { margin-right:5px; padding-right:10px;}

.footer{  background:#013952; color:#ddd; text-align:center;  }
.footer tr td{ background:#013952;color:#ddd;}
.footer tr td a {text-decoration: none; }
.footer tr td a:hover { text-decoration: none; color:#fff;}


TR.claro{
    BACKGROUND: #fff
}

TR.oscuro{
    BACKGROUND: #eee
}

TR.iluminado{
    BACKGROUND: #eec
}

TR.claroD{
    BACKGROUND: #fff;
    COLOR: #006666
}

TR.oscuroD{
    BACKGROUND: #eee;
    COLOR: #006666
}

TR.iluminadoD{
    BACKGROUND: #eec;
    COLOR: #006666
}

A.urlPub:link {
	COLOR: #006699;  TEXT-DECORATION: none; font-style:italic;
}
A.urlPub:visited {
	COLOR: #006699;  TEXT-DECORATION: none; font-style:italic;
}
A.urlPub:hover {
	COLOR: RED; TEXT-DECORATION: none; font-style:italic;
}

A.urlPub:active {
	COLOR: RED; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none; font-style:italic;
}