body{
	margin:0px;
	padding:0px;
	font-family:'Happy Monkey', cursive;
}
p{
	margin:23px 0;
}
img{
	border:none;
}
table{
	width:100%;
	height:100%;
}
.barras{
	background-color:#e3e3e3;
}
.titulo{
	font-size:23px;
}
.titulo2{
	font-size:16px;
}
.contenido{
	font-size:20px;
}
.costura{
	background-image:url(../imagenes/costura.png);
	background-position: center center;
    background-repeat: repeat-x;
}
.fondoCuero{
	background-image:url(../imagenes/agenda-de-citas.jpg);
}
.logo-agenda-de-citas{
	background-image:url(../imagenes/logo-agenda-de-citas.png);
    bottom: 56px;
    height: 243px;
    left: 35px;
    position: absolute;
    width: 54px;
    z-index: 8000;
}
.mi-cita-previa{
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../imagenes/fondo-home-mi-cita-previa.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
.contenido-mi-cita-previa{
	font-family:'Open Sans', sans-serif;
	font-size: 13px;
    margin-left: 279px;
    position: relative;
    text-align: left;
    top: -12px;
    width: 448px;
}
.contenido-mi-cita-previa .titulo{
	font-size:22px;
}
.entrar{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.entrar:hover{
	color:#D5D5D5;
}
.espVert{
	height:10px;
}
.trabajos, .titulo2{
	padding:0 20px;
}
.trabajos,.trabajos a{
	font-size:17px;
	color:#FFF;
	text-decoration:none;
}
.contenido a{
	color:#0087E7;
	text-decoration:none;
}
.trabajos a:hover{
	color:#09F;
}
.contenido a:hover{
	color:#000;
}
.cajaDesplazable{
	float:left;
	width:100%;
}
.scroll{
	overflow: hidden;
}
.info{
	font-size:17px;
	margin:21px 100px;
}
#appSolidaria{
	position:absolute;
	top:42px;
	right:25px;
}
.colaboraciones{
	width:285px;
	display:inline-block;
	font-size:12px;
}
.destaque{
	background-color: #E3E3E3;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    margin-bottom: 23px;
    padding: 10px;
}
.textoMayor{
	font-size:20px;
}
@media (max-width: 980px) {
    img{
        width: 80%;
        height: auto;
        margin-top: 20px;
        margin-bottom: -15px;
    }
    .titulo{
        margin:5px 40px;
        padding-bottom: 5px;
        border-bottom: dashed  grey 3px;
    }
    .titulo.ultimo{
        border: none;
        margin-bottom: -10px;
        padding-bottom: 0px;
    }
    .titulo2{
        padding: 10px 40px 10px 40px;
    }
    .trabajos{
        padding: 10px;
    }
    .scroll{
        padding-bottom: 10px
    }
	.trabajos, .trabajos a{
		font-size: 20px;
		line-height: 34px;
	}
}