@charset "utf-8"; /* CSS Document */  /* * * * * * * * * * * * * * * BODY * * * * * * * * * * * * * * * * * * */ body{ font:20px/21px 'Open Sans',sans-serif; color:#333; background-color:#E5E5E5; }   #container{ background-color:#FFF; width:1000px; margin:0 auto; margin-top:8%; padding-bottom:40px; box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.30);  border-radius:10px; } #inicio-provisional, #subtitulo, #datos-acceso{	text-align:center;  } #inicio-provisional{ background-color:#FFF; padding-bottom:20px; margin-bottom:50px; } #inicio-provisional img { margin-top:20px; } #subtitulo{ font:20px/20px 'Open Sans',sans-serif; color:#333;} #datos-acceso{ margin-top:50px; text-align:center; border:1px solid #f1f1f1; line-height:20px; color:#878579; line-height:40px; overflow:hidden; } #datos-acceso-container{ width: 65%; margin:0 auto; text-align:center; overflow:hidden; height:1%; font-size:90%; } .icono{ float:left; margin-top:5px; margin-right:5px; } .flotante-izquierda{ float:left; } .margin-right{ margin-right:20px; } .clearfloat{ clear:both; height:0px; font-size: 1px; line-height: 0px;}  /* * * * * * * * * * * * * * * ENLACES * * * * * * * * * * * * * * * * */ A:link, A:visited{ color:#878579; text-decoration:none; } A:active, A:hover{ color:#BC3925; text-decoration:underline; } .bold{ font-weight:bold; } #social { color: #000 !important; font-size:16px; text-align:center; margin-top:20px; color:#878579; line-height:25px; overflow:hidden;  } #social A:link, #social A:visited{ color:#000; text-decoration:none; } #social A:active, #social A:hover{ color:#BC3925; text-decoration:underline; } 