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

@font-face {
     font-family: Open Sans Light;
     src: url('../fonts/OpenSans-Light.ttf');
	 font-weight: normal;
     font-style: normal;
}
@font-face {
	 font-family: Open Sans Bold;
     src: url('../fonts/OpenSans-Bold.ttf');
	 font-weight: normal;
     font-style: normal;
}
@font-face {
	 font-family: Open Sans Regular;
     src: url('../fonts/OpenSans-Regular.ttf');
	 font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: Open Sans Semibold;
     src: url('../fonts/OpenSans-Semibold.ttf');
	 font-weight: normal;
     font-style: normal;
}
span.stretch {
    display:inline-block;
    transform:scale(2,2); /* W3C */
    -webkit-transform:scale(2,2); /* Safari and Chrome */
    -moz-transform:scale(2,2); /* Firefox */
    -ms-transform:scale(2,2); /* IE 9 */
    -o-transform:scale(2,2); /* Opera */
	font-family: "Open Sans Light";
}

/*IE*/
@font-face {
     font-family: Open Sans Light;
     src: url('../fonts/OpenSans-Light.eot');
	/* src: url('OpenSans-Light?#iefix') format('embedded-opentype'),
          url('OpenSans-Light.svg#Locaweb-Icons') format('svg'),
          url('OpenSans-Light.ttf') format('truetype');*/
	 font-weight: normal;
     font-style: normal;
}
@font-face {
	 font-family: Open Sans Bold;
     src: url('../fonts/OpenSans-Bold.eot');
	 /*src: url('OpenSans-Bold?#iefix') format('embedded-opentype'),
          url('OpenSans-Bold.svg#Locaweb-Icons') format('svg'),
          url('OpenSans-Bold.ttf') format('truetype');*/
	 font-weight: normal;
     font-style: normal;
}
@font-face {
	 font-family: Open Sans Regular;
     src: url('../fonts/OpenSans-Regular.eot');
	 /*src: url('OpenSans-Regular?#iefix') format('embedded-opentype'),
          url('OpenSans-Regular.svg#Locaweb-Icons') format('svg'),
          url('OpenSans-Regular.ttf') format('truetype');*/
	 font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: Open Sans Semibold;
     src: url('../fonts/OpenSans-Semibold.eot');
	 /*src: url('OpenSans-Semibold?#iefix') format('embedded-opentype'),
          url('OpenSans-Semibold.svg#Locaweb-Icons') format('svg'),
          url('OpenSans-Semibold.ttf') format('truetype');*/
	 font-weight: normal;
     font-style: normal;
}


#celula{
 
width: 50px;
 padding:10px;
 _width: 50px;
}
SubTitulo {
	font-family: "Open Sans Light";
	font-size: 50px;
	color: #791025;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	line-height: 35px;
	padding-bottom: 5px;
	text-shadow: black 0.0em 0.0em 0.06em;
}
.SubTexto {
	font-family: "Open Sans Light";
	font-size: 22px;
	color: #032611;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}

.centered {
	text-align: center
}