@charset "utf-8";
/* CSS Document */

#body {
	font-family: 100% Arial, Helvetica, sans-serif;
	margin:0;
    padding: 0;
	text-align: center;
}
#container {
	/*width: 56em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	width: 1050px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
} 
#banner {
	position:relative;
	top: 2px;
	width: 100%;
	height:70px;
	border-bottom:dashed 2px;
}
#nav {
	position:relative;
    font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	top:5px;
	max-height: 40px;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 8px;
}
#nav li {
display: inline;
}
#nav a:link, #nav a:visited {
 /* padding: 3px 10px 2px 8px; */
  padding: 6px 20px 6px 16px;
  color: #FFF;
  background-color: #000066;
  text-decoration: none;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
}
#nav a:hover {
	background-color: #99CCCC;
	color:#000;
    border-top: 1px solid #717171;
    border-left: 1px solid #717171;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#sidebar {
	float:left;
	width:18%;
	margin-top:15px;
	border:1px solid #717171;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 90%;
	padding: 2px 2px 2px 2px;
}
#sidebar a{
	color: #000;
	border: 1px dashed #999999;
	display: block;
	text-decoration: none;
	padding: 3px 7px;
}
#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#sidebar a:hover, a:active {
background-color: #FFFF00;
}

#buscadores {
padding-top: 4px;
font-size: 11px;
font-weight: bold;
}
#contenido {
	margin-top:15px;
	margin-left: 19%;
	width:80%;
	border:1px solid #717171;
	text-align:justify;
}
#footer {
	width: 1050px;
	border-top:1px dashed #717171;
	border-bottom:1px solid #717171;
	clear:both;
	margin:auto;
	font-size: 75%;
	background-image : url(images/logo-transp-200.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;	
}
#box {
	float:left;
	padding:2px;
	border:dashed #333 1px;
}
#intro {
	padding: 1px 10px 2px 2px;
	font-size:14px;
	margin-left: 25%;
	text-align:justify;
}
h1 {
	font-size:120%;
	font-weight:bold;
}
h2 {
	font-size:110%;
	font-weight:bold;
}
h3 {
	font-size:105%;
	font-weight:bold;
}
h4 {
	font-size:102%;
	font-weight:bold;
	font-style:italic;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* era 95% */
	/*border:dashed #333 2px;*/
	margin-left: 2px;
	padding: 5px 5px 5px 5px;
}
.texto-s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-left: 2px;
	padding: 2px 5px 2px 5px;
}
.leftimg {
	float:left;
	padding: 5px;
	padding-right: 10px;
}
.righttimg {
	float:right;
	padding: 2px 5px 2px 2px;
}
.caja {
border: thin solid #000066;
font: 12px Arial, Helvetica, sans-serif;
width: 95%;
margin-left: 5%;
padding-left:10px;
padding-right:10px;
}
.izq {
	float:left;
	margin-left: 15px;
}
.list-horz ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 8px;
}
.list-horz li {
display: inline;
}
.zonas {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding:2px 10px 10px 2px;
}
.cuadro {
	font-size: 80%;
	float: left;
	margin: 7px;
	margin-top:0px;
	padding: 5px;
	padding-top: 1px;
	border-style:solid;
	border-width:thin;
	border-color: #006;
	width: 180px;
	height: 140px;
}
.titulo-cuadro {
	width: 1000px;
	height: 20px;
	font-size: 95%;
	font-weight:bold;
	color: #FFF;
	background-color: #006;
	padding-left: 20px;
	margin:5px;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 3px 10px 2px 8px;
	border-top: thin solid #717171;
	border-bottom:  medium solid #717171;
	width: 750px;
	margin:auto;
	margin-bottom: 2px; 
}
.submenu a:link, a:visited {
  padding: 3px 10px 2px 8px;
  color: #333;
  background-color: #FFF;
  text-decoration: none; 
}
.submenu a:hover {
	background-color: #717171;
	color:#fff;  
}
.pie-foto {
	font-size: 65%;
	text-align:center;
}
.sel {
	color:#666; font-family: Arial,Helvetica,sans-serif; font-size:100%;
	height:22px;
}
.submenu2 a:link, a:visited {
  padding: 3px 10px 2px 8px;
  color: #333;
  font-size: 95%;
  text-decoration: none;
}
.submenu2 a:hover {
	color: blue;
	text-decoration: underline;
	font
}
.box {
	float:left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	border:dashed #333 1px;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #000000;
	padding: 3px 3px 3px 3px;
}