html,body {
	margin-top: 0;
	font-family: arial, helvetica;
	background-image: url(../imagenes/fondo.png);
}
.top{
	background-image: url(../imagenes/fondo.png);
}
#footer {
	text-align:center;
	height:15px;
	font-size: 12px;
}
#wrap {
	margin: auto;
	width: 780px;
	height: 199%;
	border: 1px solid #f0f0f0;
	background-color: #fff;	
}

#wrap2 {
	position: relative;
	margin: 5px 5px 5px 5px;
	border: 1px solid #f0f0f0;
	height:70px;
	background-color: #527b91;
	text-align:right;	
}

#main{
	border: 1px solid #f0f0f0;
	margin: 0px 5px 0px 5px;
	background-color: #fff;
}

#colizq {
	
	position: absolute;
	width: 180px;
	min-height:200px;
}

#colder {
	position: relative;
	margin-left: 180px;
	border-left: 1px solid #f0f0f0;
	width: 587px;
	min-height:430px;
	background-color: #fff;
}
.menu{
	margin-left: 0px;
	font-size:14px;
	color:#527b91;
	background-color: #FFF;
}
.menu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.menu li a {
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0.4em 1em 0.5em 1em;
	color: black;
	text-decoration: none;
	color:  #D94F26;
}
.menu li a:hover,
.menu li a:active {
	color:#D94F26;
	font-weight: bold;
	border-right: 4px solid #D94F26;
	background: #ffffAA;
}
.bread{
	margin-left: 0px;
	margin-bottom:20px;
	font-size:12px;
	color:#527b91;
}
.bread a {
	color: black;
	background-color: #fff;
	text-decoration: none;
}
.bread a:hover,
.bread a:active {
	background: #f0f0f0;	
}
#contenidohtmlhome{
	font-size:14px;
	font-family: arial;
}
#contenidohtmlhome .titulo{
	font-size: 20px;
	font-family: arial;
	border-bottom: 2px solid #f0f0f0;
	font-weight: bold;
}
#contenidohtml{
	font-size:14px;
	font-family: arial;
}

#contenidohtml .titulo{
	font-size: 20px;
	font-family: arial;
	border-bottom: 2px solid #f0f0f0;
	font-weight: bold;
}

#contenidohtml .texto {
	font-size: 14px;
	font-family: arial;
	text-align:justify;
}
.texto{
	font-size: 14px;
	font-family: arial;
	text-align:justify;
}

#contenidohtml tr{
	font-size: 14px;
	font-family: arial;
	text-align:justify;
}
#contenidohtml td{
	font-size: 14px;
	font-family: arial;
	text-align:justify;
}


#verw {
	margin-top:0px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-top: 5px;
	background-color:#f0f0f0;
	border-left: 10px solid #fff;
	width:200px;
	float:right;
}
