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

* {
	 margin: 0px;
	 padding: 0px;
}
body {
     font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	 font-size: 12px;
	 font-weight: normal;
}
img {
     border: 0px;
}
.borradora {
     clear:both;
}
#inicio {
    width:971px;
    height: 740px;
    margin: 0 auto;
}

#inicio a:active, a:focus {
    outline:none;
}
#separa {
     height: 20px;
}
#cabecera {
     background-color: #D3DDFF;
     height: 246px; 
	
}
#titulo {
     background-color: #184273;
}
#cabparte1 {
    background-color: #186BBD;
	height: 80px;
}
#cabparte2 {
    height:166px;
	min-width: 1000px;
	background-image:url(../img/icono2.png);
	background-repeat: no-repeat;
	background-position: right;	
    _width: expression(documentElement.clientWidth < 1000? "1000px": "auto");
}
#botones {
    width: 400px;
	height: 20px;
}
#menu {
    float: left;
	margin-top: 15px; 
    width: 260px;
	height: 145px;
}
#rotulo {
    background-image: url(../img/adorno.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: 208px;
	#background-position: 218px;
}
p.rotulos {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14pt;
   color: #1A4672;
   font-weight : bold;
   margin-left: 218px;
   #margin-left: 228px;
   padding-top: 17px;
}
#col1 {
  width: 188px;
  height: auto;
  border: solid #D3DDFF;
  border-width: 1px;
  margin-left: 10px;
  margin-top: 31px;
  float:left;
}
#col2 {
  width: 470px;
  height: auto;
  border: solid #D3DDFF;
  border-width: 1px;
  margin-left: 18px;
  margin-top: 10px;
  float:left;
}
#cuerpo {
    width: 800px;
    height: auto;
	float:left;
}
span.highlight {
	font-weight : bold;
	font-size: 10pt;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1A4672;
}
p.picture  {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top : 3pt;
	margin-bottom : 3pt;
	line-height : 12pt;
}
div.classtext {
    padding: 10px;
    padding-top: 5px;
}
div.classtext2 {
    padding: 10px;
}
div.classtext3 {
    padding-top: 10px;
	padding-right: 2px;
}
#pie {
   padding-bottom: 20px;
   padding-top: 20px;
   text-align: left;
   height: 40px;
}
.corte {
   clear: both;
   height: 20px;
}
#subrayado {
   padding: 2px;
   border-bottom: solid 3px;
   border-top: solid 3px;
   border-top-color: #186BBD;
   border-bottom-color: #186BBD;
   background-color: #184273;
   padding-left: 15px;
}
div.foto {
    padding: 10px;
}
div.foto img {
	 border: solid #D3DDFF;
     border-width: 2px;
	 margin: 20px;
}
#gallery {
     list-style:none;
	 width: 460px;
	 #width: 450px;
}
#gallery li {
     float:left;
	 padding: 0.2em;
}
#gallery li a img {
     border: 1px solid #333333;
	padding: .1em;
	 opacity:.80; 
	 filter: alpha(opacity=80); 
}
#gallery li a img:hover {
     border: 1px solid #999999;
	 opacity:1;
	 filter: alpha(opacity=100);    
}