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

body {
	text-align: center;
}
#hoja {
	width: 600px;
	margin: auto;
	text-align: left;
}

#hoja #titulo {
	float: right;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 156px;
	color: #999999;
}
#hoja #logo {
	float: left;
}
#hoja #linea {
	font-size: 0px;
	background-color: #000000;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#hoja #miniaturas img {
	float:left;
	margin: auto;
	display: block;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
#hoja #apartado {
	margin-top: 10px;
}
#hoja #apartado #titulo_apartado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
#hoja #apartado #contenido {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
#hoja #linea_apartados {
	line-height: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}





/******************************************************/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
. {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*
Arreglo a clearfix
—————————-*/
.clearfix {
        display:inline-block;
}
.clearfix {
        display:block;
}
#hoja #titulo a {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

