/******************************************************************************************/
/*************************  GENERAL *******************************************************/
/******************************************************************************************/
/*tipo de fuentes */

@font-face {
	src:url("SoberanaTitular-Bold.ttf");
	font-family: SoberanaTitularBold;
	font-weight: normal;
	font-style: normal;
}

.footerText {
			font-family: 'Times New Roman';
			color:#63636B ;
			font-size: 12;
			font-weight: normal;
			line-height: normal;
			text-indent: 0px;			
		}

.titleSoberanaTitular
{
	font-family: SoberanaTitularBold;
	color: #636365;
	font-size:24px;	
	verticalAlign: middle;
	text-align: center;
	horizontal-center: true;
}

html, body{
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

hr{
  color: #E6E6E6;
  background-color: #E6E6E6;
  height: 1px;
}

@font-face {
	src:url("fonts/SoberanaTitular-Bold.ttf");
	font-family: SoberanaTitularBold;
	font-weight: normal;
	font-style: normal;
}


td.block, td.blockLeft, td.blockRight, th.block, th.blockLeft, th.blockRight, div.block, div.blockLeft, div.blockRight{
  background-color: #636365;
  background-repeat: no-repeat;
  height: 24px;
  padding-top: 0px;
  padding-left: 35px;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
}

td.block , th.block , div.block {
  background-image: url(topRight.jpg);
  background-position: 100% 0px;
}

td.blockLeft, th.blockLeft, div.blockLeft {
  background-image: url(topBlockLeft.jpg);
  background-position: 0px 0px;
  border-right:15px solid #ffffff; 
}

td.blockRight, th.blockRight, div.blockRight {
  background-image: url(topBlockRight.jpg);
  background-position: 100% 0px;
}


div.error, div.notice, div.success, span.error, span.notice, span.success {
	padding: 3px;
	margin-bottom: 1em;
	border:0px dotted #ddd;
}

div.error ul, div.notice ul, div.success ul, span.error ul, span.notice ul, span.success ul {
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

div.error, span.error {
	color:#8a1f11;
}

/* div.alert, span.alert { */
/* 	color:#FF3300; */
/* } */

div.notice, span.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
	padding: 0px;
}

div.success, span.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
	padding: 0px;
}

div.error a, span.error a {
	color:#8a1f11;
}

div.notice a, span.notice a {
	color:#514721;
}

div.success a, span.success a {
	color:#264409;
}

input.input {
    border: 1px solid #000000;
    background:#FBF5EF;
}
input.input:hover {
    border: 1px solid #000000;
    background: #FFFFFF;
}

input.button { 
	border: 1px solid #E6E6E6; 
	background: #E6E6E6; 
}

input.button:hover { 
	border: 1px dashed #636365;
	color: #ffffff; 
	background: #636365; 
}

table.square{
	border: 1px solid #000000;
}

/******************************************************************************************/
/*************************  HEAD **********************************************************/
/******************************************************************************************/
.headTableColors{
	font-size: 27px; 
}
.headBanner {
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 8px;
	font-variant: normal;
	background-color: #666666;
}
.headBanner2 , .headBanner2  a {
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	color: #555555;
	font-variant: normal;
	background-color: #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 10px solid #ffffff;
	text-decoration: none;
}

.headBanner2  a:hover{
	text-decoration: underline;
}



/******************************************************************************************/
/*************************  FOOTER  *******************************************************/
/******************************************************************************************/
.footer {
	border-top: #ffffff 5px solid;
	padding-bottom: 4px; 
	padding-top: 4px; 
	text-align: center;
	background-color: #636365;
	font-weight: bold;
	font-size: 10px; 
	color: #ffffff;
	width: 950px;
}





/******************************************************************************************/
/*************************  MENU  *********************************************************/
/******************************************************************************************/
.menu {
	width: 20em;
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

.menu li:hover>ul {
	visibility: visible;
	left: 100%;
}

.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}

.menu ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

.menu, .menu ul li {
	color: #ffffff;
	background: #E6E6E6;
}

.menu {
	width: 12.1em;
}

.menu ul {
	width: 11em;
}

.menu a {
	background-image: url(bullet-flecha.jpg); 
	background-repeat: no-repeat;
	background-position: 3px 50%;
	text-decoration: none;
	text-align: left;
	color: #515151;
	padding: .4em 1.5em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #ffffff;
	background: #636365;
}

.menu li {
	border: #636365 1px solid;
	border-left: #ffffff 1px solid;
}
.menu>li + li, .menu ul>li + li {
	border-top: 0;
}

.menu li:hover>ul {
	top: 5px;
	left: 48%;
}

.menuDiv {
  background-image: url(topLeft.jpg); 
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #636365;
  padding-top: 25px;
}

.select{width: 200px;}