/* CSS Document */
body,html {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-size: 10px;
}
img{
	border:0px solid white;
	margin:0px;
	padding:0px;
}
p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-top:0px;
}
h1{
	margin:0px;
	padding:0px 0px 10px 0px;
	margin:5px 0px 5px 0px;
}
dl{
	margin:10px;
}
dt{
	margin-bottom:0px;
}
dd{
	margin:0px 0px 10px 10px;
}
#canvas {
	background-color:#ffffff;
	width: 760px;
	text-align: left;
	border:#393939 1px solid;
	margin: 0px;
	padding: 0px;
	margin-top:1px;
}
#cabecera{

}
#menu{
}
#content{
}
#pie{
}
.cab-logo {
	background-image: url(../images/fondos/fd_logo.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
}
.borde1{
	border-left:#393939 7px solid;
	text-align:left;
	height:100%;
}
#content{
	padding:0px 0px 0px 22px;
	margin:0px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.texto-n2{
  color:#750000;
  font-weight:bold;
  display:inline;
}

a.enlace1{
	color:#595858;
	font-weight:bold;
	text-decoration:none;
}
a.enlace1:hover{
	color:#750000;
}
.txt2{
	line-height:16px;
	color:#595858;
	padding:10px 10px 0px 0px;
}
.invisible{
	display:none;
}
.important{

	color:#750000;
	font-weight:bold;

}
.displayInline{
	display:inline;
	
}
.congreso {
	border:2px solid #CCCCCC;
	font-size:10px;
	padding:10px;
	background-image: url(../images/fondos/marcado1.gif);
	background-repeat:  no-repeat;
	background-position: left top;
}