.texto{
	padding: 10px 5px 5px 10px;
}
.texto2{
	padding: 20px 20px 20px 20px;
}
.intro{
	padding: 20px 20px 20px 20px;
	line-height: 16px;
	letter-spacing: 2px;
}

.textochico{
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing:2px;
	text-align:center;
	color:#363C5C;
	border-bottom:1px solid #363C5C;
}

.destacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing:2px;
	color:#FFFFFF;
}
.destacado2 {
	font-size: 14px;
	color:#658EA7;
}

.textoblanco {
	color:#FFFFFF;
}
.textoblancogr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.menu, menu:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.menu:hover, menu:active {
	color: #B1D386;
	text-decoration:none;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#4F4F94;
}
.link:hover, link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#6767AD;
}
/* page styling, unimportant for the example. only makes the page looks nicer */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
}

/* remove default white areas, establish measurement scales */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* table */
html {
	display: table;
	overflow: visible;
}

/* with one table cell. content in it is vertically centered */
body {
	background: "images/fondo.gif";
	display: table-cell;
	vertical-align: middle;
}

/* a bit more nice styling, to properly show the centered block  */
.deadcentre {
	color: #000;
	margin: 0 auto;
	padding: 1em 2%;
	width: 70%;
}

/*]]>*/

<!--[if lte IE 7]>
<style type="text/css" media="screen, tv, projection">
.deadcentre {
	margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}
</style>
<![endif]-->
