#cabecera {
	width: 700px;
	height: 150px;
	
}

.logos {
	float: right;	
	padding-top: 15px;
	padding-right: 20px;
}
.logos #logo {
	margin-left: 5px;
}
#fondo {
	width: 720px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/banda.jpg);
	background-position: center;
	background-repeat: repeat-y;	
}

#hoja {	
	width: 700px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #FFFFFF;

}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	left: 0px;
	clip:   rect(0px 0px 0px 0px);
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #333;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	scrollbar-face-color : white; 
	scrollbar-arrow-color : #333;
	scrollbar-darkshadow-color : white; 
	scrollbar-track-color : white; 
	scrollbar-highlight-color : #ccc;
	scrollbar-3dlight-color : white;
	scrollbar-shadow-color : #ccc;
}

#titulo {
	color: black;
	font-weight: bold;
	
}

.secciones {
	
	padding-top: 20px;	
	text-align: center; 
	color: #555;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.secciones img{


}

.secciones a {
	font-weight: bold;
	text-decoration: none;
	color: #555;
}

.secciones a:hover {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.secciones img {
	margin-right: 9px;
}


.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	

	color: #333;
	line-height: 1.6em;		

	background-color: #FFF;	
}

.menu {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 5px;	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	}

.menu a {
	text-decoration: none;
	color: #333;
	}
	
.menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}
	
ul { 	
	margin:0px;
	padding:5px;
	}
ul li {
	list-style: none;
	}

hr {
	display: none
	}

div.hr {
	border-top: #ccc 1px dashed;
	height: 0px;
	}



td {
	font-size: 11px;
	padding-top: 5px;
	line-height:15px;
	}
	
td a {
	color: #333;
}

td strong {
	color: #333;
	}
	
blockquote {
	margin-left: 15px;
}

h1 {
	font-size: 12px;
}
 p {
	margin-bottom: 15px;
}



.texto { 
	font-size: 10px;	
	text-align: justify;	
	line-height: 1.6em;

}

#webmaster {
	margin-top: 10px;	
	font-size: 9px;
	color: #999;	
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 590px;
}

