@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
	height: 100%; / * hacer que la página llene toda la altura * /
}
.border_title {
	border-left: 10px solid #b7b7b7;
	display: block;
	padding-left: 10px;
	font-weight: normal;
  font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 15px;
	padding: 0;
    .position: relative;
}
h2 {
	font-family: 'Droid Serif', serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 30px;
}
.h2 {
	font-family: 'Droid Serif', serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: none;
}
h3 {
	font-family: 'Droid Serif', serif;
	font-size: 28px;
	font-weight: 400;
}
.h3 {
	font-family: 'Droid Serif', serif;
	font-size: 28px;
	font-weight: 400;
	text-transform: none;
}
h4 {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.h4 {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
h5 {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}
.h5 {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.container > header,
.content-wrapper {
	padding: 20px;
	width: 90%;
	height: 100%;
/ * empuja el pie hacia abajo * /
	max-width: 960px;
	margin: 0 auto;
	table-layout: auto;
}

.content-wrapper p{
	padding-top: 320px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
line-height: 18px;

}
.piedepagina {
	height: 100%;
/ * establece la altura del pie de página * /
    margin-top: -50px;  / * estas cifras tienen que ser opostas * /
	color: #fff;
	background: #E6E6E6;
  border-top: 1px dashed #FFFFFF;
  padding: 0 0.5em;
  

}
.subT_CELESTE
{
	font-family: 'Asap', sans-serif;
	padding-bottom: 8px;
	color: #00A9A7;
	padding-top: 3px;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
}

.columna {
  width:90%;
  float:none;

}

@media (max-width: 500px) {
  
  .columna {
    width:50%;
    float:none;

}