html, body{
  height: 100%;
}

body { 
            background-image: url(http://carteles.com.ar/images/fondo-paradigma.jpg);
            background-position: center center;
            background-repeat:  no-repeat;
            background-attachment: fixed;
            background-size:  cover;
            background-color: #ffffff;
            margin-top: 0;
            margin-bottom: 0;
  
}



p {

	display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: "verdana";
}

h1 {

	font-size: 34px;
	font-style: bold;
	font-family: "arial";
	color: #F6B284;
	text-align: center;

}

h3 {

	font-size: 16px;
	font-style: bold;
	font-family: "arial";
	color: #16200C;
	text-align: center;

}

h4 {

	font-size: 16px;
	font-style: bold;
	font-family: "tahoma";
	color: #000000;
	text-align: left;

}

h5 {

	font-size: 10px;
	font-style: none;
	font-family: "arial";
	color: #008000;

}

h6 {

	font-size: 20px;
	font-style: none;
	font-family: "arial";
	color: #008000;

}

.div1 {

	display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 30%;
    margin-right: 30%;
    font-family: "verdana";
    font-size: 10px;
    text-align: justify;

}

.div2 {

	display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 20%;
    margin-right: 20%;
    font-family: "verdana";
    font-size: 10px;
    color: #4C8CF5;
    text-align: justify;
    float: none;

}

.div3 {

	display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 20%;
    margin-right: 20%;
    font-family: "verdana";
    font-size: 11px;
    color: #4C8CF5;    
    text-align: left;
    vertical-align: top;
    columns: 3;
    column-rule-width: 3;
    column-rule-color: #000000;
    column-rule-style: solid;
    float: none;

}


.divcen {

    display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 45%;
    font-family: "verdana";
    font-size: 11px;
    color: #4C8CF5;    
    text-align: left;
    vertical-align: top;
    float: none;

}

div#abajo 
{

position: fixed;
bottom: 5%;
left: 0%;
width:100%;
height: 25px;
background: #000;
opacity: .6; 
text-align: right;
font-family: "verdana";
font-size: 10px;
color: #ffffff;
vertical-align: middle;
display: table;
}

div#medio
{

    display: table-cell;
    vertical-align: middle;

}


div#logo
{

position: fixed;
bottom: 85%;
right: 2%;
width:100%;
align-content: right;

}
