body{
    color:#666666;

}
#cabecera{
     background: #fff;
     border-bottom: 3px solid #d8000d;
}
.thumbnail{
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.thumbnail p{
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
.telefono{
    background:  url('../../bootstrap/img/Phone.png') no-repeat ;
    background-position: 43% 0%;
}
.punta{
    margin: 0px;
    display: inline;
    height: 120px;
    width: 50px;
    background:  url('../../bootstrap/img/punta-contactenos.png') no-repeat bottom right;
}
.registrate {
	background-color:transparent;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
        -moz-border-radius-bottomright:10px;
        border-bottom-right-radius:10px;
        -webkit-border-bottom-left-radius:10px;
        -moz-border-radius-bottomleft:10px;
        border-bottom-left-radius:10px;
        text-indent:0px;
        border:3px solid #ffffff;
        display:inline-block;
        color:#ffffff;
        font-family:Arial;
        font-size:18px;
        font-weight:bold;
        font-style:normal;
        height:56px;
        line-height:56px;
        width:200px;
        text-decoration:none;
        text-align:center;
        
}.registrate:active {
    position:relative;
    top:1px;}
.registrate:hover {
    text-decoration:none;
    color:#ffffff;
    -webkit-box-shadow: 5px 5px 0px -1px rgba(97,126,38,1);
-moz-box-shadow: 5px 5px 0px -1px rgba(97,126,38,1);
box-shadow: 5px 5px 0px -1px rgba(97,126,38,1);
}

#menu-cabecera li .seleccionado{
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #666;
    border-bottom:solid #e42128 2px;
}
#entrar{
    background-color: #51c6e7;
}

#entrar:hover{
    background: #367D91;
}

.enlace-entrar{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    color:#fff;
    background-color: #51c6e7;
}

.enlace-verde{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    color:#fff;
    background-color: #10AF40;
}
.activate{
    
    background-color: #D8000D
}

.activate :hover{
    background-color: #B90022
}

.enlace-entrar:hover{
    text-decoration: none;
    color:#fff;
    background: #367D91;
}

#menu-cabecera li .item:hover{
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #08c;
    border-bottom:solid #e42128 2px;
}
#menu-cabecera li .item{
    color:#666;
}
.thumbnail{
    border: 0px;
}
.caption p{
    color:#666;
}
.icono-fb{
    background: url('bootstrap/img/Facebook_1.png') no-repeat right top;
    height: 42px;
    width: 42px;

}

