﻿@charset "utf-8";
/* CSS Document */


body
{
	background-image: url(../images/fodos_sistesep/FONDO.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	
	width: 100%;
	
	}


.header-top{
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;	
}

p {
 text-align:justify;		
}

address{

font-size:10px;
color:#FFF;
text-align:center;



}


#footer {
    width: auto;
    height: 88px;
    
    
    margin-top:0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background: #212020;
    border-top: 2px solid #000;
 
}