input, select {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

div {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

.px5 {
	padding-top : 5px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

.menu {
	color : #FFFFFF;
	margin-top : 9px;
	padding-bottom : 9px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.menu a {
	color : #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color : #F2F2F2;
}

.title01 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.title02 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.title02 a {
	color : #000000;
	text-decoration: none;
}

.right {
	color : #003C5E;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.right b {
	color : #EF6D00;
}

.right a {
	color : #003C5E;
}

.right a:hover {
	color : #000000;
}

.left {
	color : #FFFFFF;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.left a {
	color : #FFFFFF;
}

.left a:hover {
	color : #000000;
}

li {
	color : #000000;
	margin-top : -1px;
	padding-bottom : -1px;
	margin-bottom : -1px;
	margin-right : 1px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

ul, ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

p a {
	color : #294A7B;
}

p a:hover {
	color : #000000;
}

.bot {
	color : #000000;
	margin-top : 20px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 200px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.bot a {
	color : #000000;
	text-decoration: none;
}

.bot a:hover {
	color : #294A7B;
}

.3M {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF0000;
}

.sectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.TableText {
	color : #000000;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

/*---------------------------------------------------------------------------
 CLASSES DEL MENU DESPLEGABLE
---------------------------------------------------------------------------*/

.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 188px;
 list-style: none;
 background: #246494;
 /* border: 1px solid #654; */
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 190px;
}

.menulist li {
  position: relative;
}

.menulist li a {
  display: block;
  color: #000;
  text-decoration: none;      
  padding: 7px 10px 7px 7px;  
  background: #246494;
  color: #FFFFFF; 
  margin: 1px 2px 1px 2px;
  font-size: 11px;
  font-family: Tahoma,Verdana,Arial;
  font-weight: bold;
  border-bottom: 1px solid #2FA2DC;
}

* html .menulist a {
  border-bottom: 1px solid #2FA2DC;
  margin: 1px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  background: #2FA2DC;
  color: #FFFFFF;
}

.menulist a.highlighted {
 color: #FFF;
 background-color: #246494;
 /* border: 1px solid #CDE; */
 /* margin: 0; */
}

.menulist a .subind {
 float: right;
}

* html .menulist li {
 float: left;
 height: 1%;
}

* html .menulist a {
 height: 1%;
}


/*---------------------------------------------------------------------------
 CLASSES DELS SUBMENÚS DESPLEGABLES
---------------------------------------------------------------------------*/

.menudiv {
  position: absolute;
  visibility: hidden;
  z-index: 10000;
  border: 2px outset #FFFFCC;
  /* Borders:   Top     Right   Bottom  Left */
  border-color: #FFFFCC #666633 #666633 #FFFFCC;
  background-color: #CCCC99;
  layer-background-color: #CCCC99;
  padding: 5px;
  font: 14px/22px Arial, Helvetica, sans-serif;
}

.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;
}

.menudiv a {
 display: block;
 border-top: 1px solid #CCCC99;
 border-right: 1px solid #CCCC99;
 border-bottom: 1px solid #CCCC99;
 border-left: 1px solid #CCCC99;
 color: #003333;
 text-indent: 5px;
 text-decoration: none;
}

.menudiv a:hover {
 border: 1px solid #336699;
 border-color: #6699CC #003366 #003366 #6699CC;
 background-color: #336699;
 color: #FFFFFF;
}

.menudiv a:active {
 border: 1px solid #003366;
 border-color: #000000 #3366CC #3366CC #000000;
 background-color: #003366;
 color: #FFFFFF;
}

.menudiv .highlighted {
 background-color: #336699;
 border-color: #336699;
 color: #FFFFFF;
}

.trigger a {
 font: Bold 14px Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
}

.trigger a.highlighted {
 color: #CC9966;
}
