/***********************************************/
/* HTML                                        */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F2F9FF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Divs                                        */
/***********************************************/

#pagina{
	text-align: left;
	width: 90%;
	margin: 10px auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #f1faf4;
	width: 95%;
}

#cabecera{
	border-bottom: 1px solid;
	width: 100%;
	text-align: left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #497331;
	background-image: url(../imagenes/ana100.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}

#cabecera table, #cabecera tr, #cabecera td, #cabecera th{
	padding: 0px;
	vertical-align: middle;
}

#nombreSitio{
	margin: 0;
	color: #E5E5E5;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 105px;
	padding-bottom: 35px;
}

#lateralIzquierda{
	float: left;
	width: 20%;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#lateralDerecha{
  float:right;
	width: 15%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#lateralDerecha{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#lateralDerecha p{
	padding: 5px 0px 5px 0px;
}

#contenido{
	float: left;
	width: 78%;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#barraNavegacion{
	font-size: x-small;
	text-align: right;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#barraNavegacion a, #barraNavegacion a:link, #barraNavegacion a:visited, #barraNavegacion a:hover{ 
	text-decoration: none;
	color: #CCCCCC;
	font-size: 110%;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

.titular{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align: justify;
}

.titular p{
	text-align: justify;
}

.titular ul{
	text-align: justify;
	padding-right: 45px;
	list-style-type: disc;
}

.titular ol{
	text-align: justify;
	padding-right: 45px;
}

.titular h3{
	padding: 20px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
}

.titular img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.informacion{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}

/* fix for browsers that don't need the hack */
html>body .informacion  {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}

.informacion p{
	padding: 0px 0px 10px 0px;
	text-align: justify;
}


#pie{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pie img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
#pie a, #pie a:link, #pie a:visited, #pie a:hover{
	background-image: url(../imagenes/email.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}


#lateralIzquierda ul a:link, #lateralIzquierda ul a:visited {
	display: block;
	background-image: url(../imagenes/bullet_yellow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#lateralIzquierda ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#lateralIzquierda li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #lateralIzquierda li {
	border-bottom: none;
	padding-left: 20px;
}

#menuNavega{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#menuNavega h3{
	padding: 10px 0px 2px 10px;
}

#menuNavega table, tr, td, th{
	padding: 0px;
}

/*
#menuNavega a {
	display: block;
	padding-left: 25px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	font-size: 14px;
}

#menuNavega a:hover{
	display: block;
	padding-left: 25px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	font-size: 14px;
}
*/
.otrosEnlaces{
	position: relative;
	margin: 0px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.otrosEnlaces h3{
	background-image: url(../imagenes/application_home.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.otrosEnlaces a, .otrosEnlaces a:link, .otrosEnlaces a:visited, .otrosEnlaces a:hover{
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../imagenes/bullet_yellow.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


#aviso{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#aviso img{
	display: block;
}

.menu{
	width: 100%;
	margin: 0px;
	font-size: 16px;
}
.menu a {
	display: block;
	background-image: url(../imagenes/folder.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 5px 2px 20px;
	color: #4A6884;
	text-decoration: none;
	border-color: #D7D8C5;
} 
.menu a:link, .menu a:visited{
	background-image: url(../imagenes/folder.png);
	background-repeat: no-repeat;
	background-color: #D7D8C5;
	font-weight: bold;
	padding: 2px 5px 2px 20px;
	color: #4A6884;
	text-decoration: none;
	border-color: #D7D8C5;
} 
.menu a:hover{
	border-color: #D7D8C5;
	font-weight: bold;
	padding: 2px 5px 2px 20px;
	color: #4A6884;
	text-decoration: none;
	background-image: url(../imagenes/folder.png);
	background-repeat: no-repeat;
} 
.submenu{} 
.submenu a {
	display: block;
	background-image: url(../imagenes/page.png);
	background-repeat: no-repeat;
} 
.submenu a:link, .submenu a:visited {
	border-top: 0px solid;
	border-bottom: 1px solid #FFFFCC;
	background-color: #DCDCDC;
	font-weight: normal;
	padding: 1px 5px 1px 20px;
	color: #6666CC;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../imagenes/page.png);
	background-repeat: no-repeat;
}
.submenu a:hover {
	border-top: 0px solid;
	border-bottom: 1px solid #FFFFCC;
	background-color: #DCDCDC;
	font-weight: normal;
	padding: 1px 5px 1px 20px;
	color: #6666CC;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../imagenes/page.png);
	background-repeat: no-repeat;
} 


.titular table {
	border-collapse: collapse;
	border: 2px solid #996;
	font: normal 90%/140% verdana, arial, helvetica, sans-serif;
	color: #333;
	background: #fffff0;
  }

.titular th {
	background-color: #ddd59b;
}

.titular caption {
	padding: 0 .4em .4em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	background: transparent;
	line-height: 2em;
  }
.titular td {
	border: 1px solid #cc9;
	padding: .3em;
  }
.titular thead th, tfoot th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }
.titular tbody td a {
  background: transparent;
  border-bottom: 1px dotted #cc9;
  text-decoration: none;
  }
.titular tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  text-decoration: none;
  }
.titular tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
.titular tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  text-decoration: none;
  }
.titular tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.titular tfoot td {
  border: 1px solid #996;
  }
.titular tbody tr:hover {
  color: #333;
  background: #fffff0;
  }
