
.bg-cafobs{background-color: #492b0f;color:White}
.bg-cafcla{background-color: #583e23;color:White}
.bg-grisf{background-color: #888; color: white}
.bg-grisl{background-color: #DBDAE0 ; color: black}
.bg-white{background-color: whitesmoke;color:whitesmoke}
.padding0_5por{padding:  0.5% 0.5% 0.5% 0.5%;}
.padding0{padding: 0px 0px 0px 0px;}
.padding1{padding: 1px 1px 1px 1px;}
.padding2{padding: 2px 2px 2px 2px;}
.padding3{padding: 3px 3px 3px 3px;}
.padding4{padding: 4px 4px 4px 4px;}
.padding5{padding: 5px 5px 5px 5px;}
.padding10{padding: 10px 10px 10px 10px;}
.padding15{padding: 15px 15px 15px 15px;}
.padding20{padding: 20px 20px 20px 20px;}

.margin0_5por{margin: 0.5% 0.5% 0.5% 0.5%;}

.separador
{
    font-size: 20px;
    color: steelblue;
    font-weight: bold;
}

/* Tooltip */
.test + .tooltip > .tooltip-inner {
    background-color: black; 
    color: white; 
    border: 1px solid green; 
    padding: 15px;
    font-size: 18px;
}
/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}
/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}
/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}
/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

.imitarimagen 
{
    background : #DBDAE0;
    font-family : serif;
    font-size : 24px;
    margin-left : 5px;
    border-style : outset;
    text-align : center;
    padding : 2px 2px 2px 2px;
    font-weight : bold;
    color : gray;
    line-height : 1.2em;
}
.imitarimagen:hover 
{
    color : black;
    text-decoration : underline;
}

.botonovalado
{
    font-size : 24px;
    width : 100%;
    height : auto;
    border-radius : 50%;
    padding-top : 15px;
    padding-bottom: 15px;
    color : black;
    background : darkgoldenrod;
    line-height : 1.1em;
    cursor : pointer;
    text-align : center;
}
.botonresaltado:hover 
{
    color : yellow;
    text-decoration : underline;
}

.fotogral 
{
    float : left;
    margin : 20px 0 20px 0;
    width : 200px;
}

.menuseccion 
{
    height: auto;
    background : #DBDAE0;
    color : black;
    text-align : center;
    vertical-align : middle;
    padding : 1% 1% 1% 1%;   
    text-shadow : 0.1em 0.1em 0.4em black;
    font-size : 20px;
    font-weight : bold;
}

.textoconsombra 
{
    color : white;
    text-shadow : 0.1em 0.1em 0.2em black;
    font-size : 22px;
    font-weight : bold;
}

.textoconsombra2 
{
    color : black;
    text-shadow : 0.1em 0.1em 0.4em white;
    font-size : 22px;
    font-weight : bold;
}

.modal-header, .modal-header h4, .close 
{
    background-color: #5cb85c;
    color:white !important;
    text-align: center;
    font-size: 30px;
}

.modal-footer 
{
    background-color: #f9f9f9;
}

.btn-success 
{
    width: 100%;
    padding: 10px;
}

.map_canvas
{
    width : 98%;
    height : 410px;
    margin : 10px 1% 30px 1%;
}

//Para redes Sociales

.caja-redes 
{
    margin: 0 auto;    
    position: relative;
    width: auto;        
}
.caja-redes a {
    text-align: center;
    font-size: 30px;
}
a.icon-button {
    background-color: white;
    border-radius: 3em;
    cursor: pointer;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    margin: 0 8px;
    position: relative;
    width: 2em;
}
a.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
a.icon-button:hover span {
    width: 2em;
    height: 2em;
    border-radius: 3em;
    margin: -1em;
}

.foursquare span
{
    background-color: #4393BB;
}

.linkedin span {
    background-color: #4393BB;
}
.pinterest span {
    background-color: #C92228;
}
.twitter span {
    background-color: #4099ff;
}
.facebook span {
    background-color: #3B5998;
}
.google-plus span {
    background-color: #db5a3c;
}
/* Iconos */
.icon-button i 
{
    background: none;
    color: white;
    left: 0;
    line-height: 2em;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2em;
    z-index: 2;
}

.icon-button .icon-foursquare {
    color: #4393BB;   
}
.icon-button .icon-linkedin {
    color: #4393BB;   
}
.icon-button .icon-pinterest {
    color: #C92228;
}
.icon-button .icon-twitter {
    color: #4099ff;
}
.icon-button .icon-facebook {
    color: #3B5998;
}
.icon-button .icon-google-plus {
    color: #db5a3c;
}
.icon-button:hover icon-foursquare, .icon-button:hover .icon-linkedin, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus 
{
    color: white;   
}

.text-luciana
{    
    color:whitesmoke;
    font:80% Lucida Handwriting;
}
//Termina Para redes Sociales