@charset "utf-8";
/* CSS Document */

.body
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment:scroll;
	background-color:#3D3D3D;
	background-image:url(bgDifuGris.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
 	font-size:15px;
	color: #FFF;
	font-weight: bold;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
	color: #666666;
	font-weight:bold;
}
p {
	font-family:Verdana, Geneva, sans-serif;
  	font-size:11px;
	text-align:justify;
	color: #666666;
	font-weight:normal;
}
hr {
      border-top: 1px solid #cccccc;
	  width:100%;
	  text-align:center
/*      border-bottom: 1px solid #f00;
      color: #fff;
      background-color: #fff;
      height: 4px;*/
    }
#contenedor
{
	margin:0 auto;
	width:900px;
}
#titulo
{
	background-color:#036;
	height:40px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin: 0 auto;
	text-decoration:none;
	padding-top:10px;
	
}
#titulo a {
  color: #003366;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  margin: 0;
  text-decoration:none
  
}
#titulo a:hover {
  color:#069;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  margin: 0;
  text-decoration: underline;
}
#izquierda
{
	width:580px;
	float:left;
	padding-top:10px;
	padding-bottom:0px;
}
#derecha
{
	width:320px;
	float:right;
	padding-top:0px;
	padding-bottom:0px;
}
#reestablecer
{
	clear:both;
}
#pie
{
	clear: both;
	text-align:center;
	width:100%;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
  	font-size:9px;
	color:#036;
	font-weight: normal;
	padding-top:4px;
}
#menuInferior
{
	clear: both;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
  	font-size:9px;
	color:#036;
	font-weight: normal;
	padding-top:10px;
}
#menuInferior a {
  color: #003366;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  margin: 0;
  text-decoration:none;

}
#menuInferior a:hover {
	color:#069;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin: 0;
	text-decoration: underline;
	text-align: right;
}
