*{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	text-decoration:none;
	outline::none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.Header
{
    width:100%;
	height:auto;
	overflow:auto;
    background:#274a93;
}

.infoHeader
{
  width:960px;
  margin:0 auto;
}

.Logo
{
    float:left;
    margin-top:60px;
}

.Iconos
{
    float:right;
    margin:10px 0;
}

.Conte
{
    width:100%;
}

.infoConte
{
    width:960px;
    margin:0 auto;
}

.Frase
{   
    margin-bottom:60px;
}

.PantasOrigo
{
    margin:10px 0 10px 0;
}

.footer
{
    width:100%;
    height:40px;
    background:#1c3e7c;  
    clear:both;
	position:absolute;
	bottom:0;
}

.InfoFooter
{
    width:960px;
    height:100%;
    margin:0 auto;
}

.InfoFooter p
{
    text-align:center;
    line-height:40px;  
    font-weight:bold;
    color:#FFF;
    font-size:0.8em;   
}

