/*
***********************************
* FONT-CSS FOR COCHES-ALQUILER.ES *
* DESIGN AND CSS BY:              *
* Nicolas Caballero Rau           *
***********************************
*/

p{
    font-size: 12px;
}

a{
    text-decoration:none;
    color: #333333;
    font-weight: bold;
}

a:hover{
    color: #CC0033;
}

.active{
    color: #CC0033;
}

.searchenginetext{
    text-align: center;
    font-size:12px;
    font-weight: bold;
}

.textblue{
    font-size: 12px;
    color: #CC0033;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

#bookingengine h1{
    font-size:15px;
    padding-left:15px;
}

#box2 img,#box5 img,#box9 img,#box7 img,#box8 img,#box6 img{
    border:1px solid black;
}

/* Define HEADER TEXT */
#headtransparent h1{
    position: absolute;
    top:-10px;
    left:15px;
    font-size:36px;
    color: #CC0033;
    text-shadow:3px 3px 5px #999999;
}

#headtransparent p{
    position: absolute;
    top:27px;
    right:15px;
    font-size:12px;
    font-weight: bold;
}

/* Define MAIN NAVIGATION */
#navigation ul{
    display: block;
    list-style-type: none;
    margin-top:10px;
    margin-left:-25px;
    /*border:1px solid green;*/
}

#navigation ul li{
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-right:25px;
}

/* Define <H1> for BOXES */
#bookingengine h1{
    padding-top:30px;
}

/* Define TABLES */
.maintable{
    font-size:12px;
}