html, body {margin: 0;padding: 0;height: 100%;}
body {font-family:  Arial;background-color: #000;color: #333;background: #fff;}
p {font-size: 20px;font-weight:bold;color: #000;text-align:justify;line-height: 150%;}
h1 {color: #11618d;text-shadow: #000 0px 0px 0px;text-align:center;}
#container {display: table;height: 100%;width: 100%;margin: 0;}
#content {display: table-cell;vertical-align: middle;position: relative;}
#inner {border: 2px dashed #FFF;width: 50%;margin: 0 auto;padding: 0 20px;}
.Contorno_Div{width:100px !important;border-top: 1px solid #fff;background-color:#eaecee;height:50px;}
.Contorno_Div:hover span{ /*efecto Icono*/color:#3b5998;border:1px solid #3b5998;background-color:#fff;cursor: pointer;}
.Contorno_Div:hover p{ /*efecto letra*/	color:#fff;cursor: pointer;}
.Contorno_Div:hover{ /*efecto div*/	background-color: #7c92be; cursor: pointer;}
.Contorno_Div.selected{	background-color:#7c92be;}
.Contorno_Div.selected span{color: #000;background-color:#fff;border:1px solid #3b5998;}  /*efecto texto*/
.Contorno_Div.selected p{color: #fff;}
.Contorno_Div.Borde_AzulOsc{border-bottom: 1.5px solid #3b5998;}
.Contorno_Div.Borde_AzulCla{border-bottom: 1.5px solid #7c92be;}
.Contorno_Div.Borde_Naranja{border-bottom: 1.5px solid #ed5829;}
.Icono_Lateral{font-size:40px;color:#f2f2f2;text-align:center;padding-top:10px;height:50px;width:100px;border:0px solid #000;margin-left:2px;float:right;}
.Icono_Lateral.AzulOsc{background-color:#3b5998;}
.Icono_Lateral.AzulCla{background-color:#7c92be;}
.Icono_Lateral.Naranja{background-color:#ed5829;}
#Boton{float:right;margin-left:10px;}	
* html #content {top: 50%;left: 0;height: 1px;}
* html #content #inner {position: relative;top: -50%;}
