/*Inicio Reset*/
/*
html5doctor.com Reset Stylesheet
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;}
nav ul {
  list-style:none;}
blockquote, q {
  quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;}
/* cambiar los colores para adaptarse a sus necesidades */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;}
/* cambiar los colores para adaptarse a sus necesidades */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;}
del {
  text-decoration: line-through;}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;}
table {
  border-collapse:collapse;
  border-spacing:0;}
/* cambiar los colores para adaptarse a sus necesidades */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;}
input, select {
  vertical-align:middle;}
/*Fin Reset*/
/*Herramientas Generales*/
html{height:100%;}
body{
	overflow-x:hidden;
	width:100%;
	height:100%;
	/*font-family: 'TitilliumRegular';*/
	color: #888888;
	font-size: 14px;}

*,:before,:after{
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	outline:0;}
::-moz-selection{
	background:#005286;
	text-shadow:none;
	color: #FFF;}
::selection{
	background:#005286;
	text-shadow:none;}
.boxed{
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;}
#wrapper{
	display:table;
	height:100%;
	width:100%;
	border-top:0px solid;}
header, #content, footer{
	display:table-row;}
#centerlizer{
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
	border-top: 3px solid #E8334F;
	border-bottom: 2px solid #E8E6E6;}
@media only screen and (max-device-width:480px),(max-width:480px){
	#wrapper, header, #content, #centerlizer, footer{display:block;}
	.no-js #preloader,.no-js .timer_container,.no-js .tweets_box,.no-js .text_slider ul{display:none;}
	#centerlizer{ height: auto;}
}