.titulo {
	font-size: 36pt;
	font-family: "Arial";
	font-weight: bold;
	color: #000000;
}
.cabecera {
	font-family:"Arial";
	font-size: 10pt;
	color: #000000;
	text-decoration:none;
}
.parrafo{ text-align:left;
	font-size:8pt;
	font-family:"Arial";
	color:#000000;
	text-decoration:none;
}
.boton {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family:'Arial';
	font-size:8pt;
	color: #000000;
	text-decoration:none;
}
.cuadro {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	font-family: "Arial";
	font-size: 8pt;
	color: #000000;
}

.imagen {
	max-width: 450px;
    width: 450px;
	margin: 4px auto;

}
.imagenp {
	max-height: 104px;
	height: 104px;    
	max-margin: 4px auto;
}
.imagens {
    max-width: 150px;
	max-height: 150px;    
	margin: 4px auto;
}

.imagen_office {
	width: 360px;
}

.imagen_new {
    max-width: 130px;
	height: 110px;    
	max-margin: 4px auto;
}
a img {
	border: none;
}

