body
{
    background-color: #FFF;
    background-image:url(../images/gradiente-fondo.png);
    background-repeat:repeat-x;
    border-top: 5px solid #185B8C;
}

logo .a {
    background-image:url(../images/logo-fecz.jpg);
    width: 400px;
    height: 60px;
}

a
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-family: Georgia, serif;
    font-weight: normal;
    text-align: left;
}

h2
{
    padding: 12px 0 0;
    text-align: left;
    color: #185B8C;
}

h3
{
    padding: 3px 0 0 8px;
    text-align: left;
    color: #000;
}

p
{
    font-size: 13px;
    text-align: left;
}

/*Derecha*/
.container_4 {
    background-color: #FFF;
    background-image:url(../images/gradiente-gris-h.png);
    background-repeat:repeat-y;
}

/*Carrusell*/
.cabecera-rounded
{
    height: 10px;
    background: transparent url(../images/blanco-redondeado-h.gif) top no-repeat;

}
.cabecera {
    background: #FFF url(../images/header1.jpg) top no-repeat;
    height: 145px;
    margin-bottom: 10px;
}

.pie {
    background: #FFF url(../images/pie.jpg) top no-repeat;
    height: 87px;
    margin-bottom: 10px;
    color: #FFF;
}

.carrusell {
    margin: 10px 0px 10px 10px;
    height: 125px;
}
.servicio {
    margin-top: 10px;
    height: 80px;
    text-align: center;

}

.servicio {
    margin-top: 10px;
    height: 105px;
    text-align: center;
}

.servicio a {
    color: #185B8C;
    font-size: 13px;
    margin-top: 85px;
    float: left;
    text-align: center;
    width: 140px;
    display: block;
    font-weight: bold;
    text-decoration: underline;
}

.servicio a:hover {
    color: #E59201;
}

.servicio1 {
    background: transparent url(../images/servicios1.jpg) top center no-repeat;
}

.servicio2 {
    background: transparent url(../images/servicios2.jpg) top center no-repeat;
}

.servicio3 {
    background: transparent url(../images/servicios3.jpg) top center no-repeat;
}

.servicio4 {
    background: transparent url(../images/servicios4.jpg) top center no-repeat;
}

.servicio5 {
    background: transparent url(../images/servicios5.jpg) top center no-repeat;
}

.flecha{
    height: 80px;
    text-align: center;
    margin-top: 30px;
    color: #ccc;
}

.patologias {
    /*background-color: #F5C22A;*/
    margin-bottom: 10px;
    height: 125px;
}
.patologias div {
    color: #FFF;
    padding: 3px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

/*Menu*/
.menu {
    margin-top: 45px;
}
.menu li {
    padding-top: 5px;
    color: #CCC;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    list-style-type: none;
    float: left;
    height: 20px ;
    width: 90px;
    background-image:url(../images/tab-noselect.png);
}
.menu li.select {
    background-image:url(../images/tab-select.png);
}
.menu li a {
    text-decoration: none;
}
.menu li.select a {
    color: #000;
}

/*cajas cuerpo*/
.caja {
    background: transparent url(../images/fading_corner.gif) top left no-repeat;
    float: left;
    margin-bottom: 20px;

}

.icon-image {
    padding: 15px;
}

.icon-domicilio {
    background: transparent url(../images/icon-domicilio.png) top left no-repeat;
}
.icon-tarifas {
    background: transparent url(../images/icon-tarifas.png) top left no-repeat;
}
.icon-citas {
    background: transparent url(../images/icon-citas.png) top left no-repeat;
}
.icon-zaragoza {
    background: transparent url(../images/icon-zaragoza.png) top left no-repeat;
}

/*derecha*/
.tlf {
    background-image:url(../images/dcha_tlf.gif);
    background-position:left top;
    background-repeat:no-repeat;
    color:#626262;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    padding:0 0 5px 54px;
    margin-bottom: 20px;
}

.tlf span {
    color:#000000;
    font-size:25px;
    line-height:22px;
}

.fisio-rounded {
    height: 30px;
    background: transparent url(../images/tab-fisio.png) top no-repeat;
}

.fisio {
    background-color: #FFF;
    background-image:url(../images/gradiente-fondo.png);
    background-repeat:repeat-x;
    background-position: left top;
    border: 1px solid #185B8C;
    margin-bottom: 15px;
}

.flecha-cliente {
    background-image:url(../images/flecha_azul.gif);
    background-position:left center;
    background-repeat:no-repeat;
    padding:2px 0 2px 20px;
    text-decoration:none;
}

.fisio li {
    background-image:url(../images/flecha_azul.gif);
    background-position:left center;
    background-repeat:no-repeat;
    color:#000;
    margin:10px 10px 0 10px;
    padding:2px 0 2px 20px;
    text-decoration:none;
}
.fisio p {
    margin-left: 10px;
}


.fisio h3 {
    font-size: 14px;
    border-bottom: 2px solid #185B8C;
    text-align: center;
    margin-top: 0px;
}

.separador {
    margin: 10px 0 10px 0;
    border: 1px solid #185B8C;
}



