﻿header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:18px;
    font-weight:bold;
    margin-left:5px;
}


p.dotted 
{border-style: dotted;}

#divEjemplo {
    color: #000;
    font-family: "NombreFont";
    font-size:13px;
}


.white-text {
    color: #100707 !important;
    font-size:20px;
}

.cyan.lighten-5 {
    background-color: rgba(224, 247, 250, 0.41) !important;
}
nav {
    color: #000000;
    background-color: #a7ffeb teal accent-1;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

/* Codigo de redes sociales*/
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}


   
  .body {
    background:  #d4efdf ;
}



.blue {
    background-color:  #c5f3d9;
}

.main {
    background-color:   #eafaf1;
}