﻿    #div_principal{
    margin: 0 auto; 
    width: 1300px ;   
    border: 1px solid #000000
    }
    
    
    #div_cabecera{
    clear: both;
	font-size: 15px;
	color: White;
	text-align:center;
    }

    
 	#div_pie{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: GrayText;
	margin-top: 0px;
	text-align:center;
    }
    
    
    #div_logi_cabe{
    clear: both;
	font-size: 30px;
	color: Orange;
	text-align:center;
    }
    
    #div_logi_titu{
    clear: both;
	font-size: 30px;
	color: Orange;
	text-align:center;
    }


    #titulo2{
    clear: both;
	font-size: 20px;
	text-align:center;
    }

    #H_titulo1{
    clear: both;
	font-size: 20px;
	text-align:center;
	color:Orange;
	font-weight:100
    }

    .titulos{
            font-family:sans-serif;
            font-size:20pt;
            color:black;
           
    }
    .titulos3{
            font-family:sans-serif;
            font-size:15pt;
            color:black;
           
    }
    .subtitulos{
            font-family:sans-serif;
            font-size:13pt;
            color:black;
    } 
            
#table {
/*border:inset 1px #300208;*/
width:85%;
margin-left:20px;

}



/*****************************************gridview*************************************************/
td {
    padding: 0;
}
 
.RadGrid a.bookNowLink:visited,
.RadGrid a.bookNowLink:link,
.RadGrid a.bookNowLink:hover,
.RadGrid a.bookNowLink:active {
    color: #176f8f;
    text-decoration: none;
}
 
div.qsf-right-content .qsf-col-wrap {
    padding-right: 0;
}
 
div.carTitle {
    color: #555555;
    font-weight: bold;
    font-size: 15pt;
    font-family: 'Segoe UI';
    padding: 30px 0 5px 0;
}
 
.carBackground {
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 263px;
    border-top: 1px solid #dae2e8;
    border-bottom: 1px solid #dae2e8;
}
 
.carInfo {
    color: #555555;
    font-size: 12px;
    font-family: 'Segoe UI';
    line-height: 24px;
}
 
hr.lineSeparator {
    color: #a9b5be;
    background-color: #a9b5be;
    height: 1px;
    border: none;
}
 
.bookNowTitle {
    font-size: 20px;
}
 
.bookNowFrame {
    padding: 20px 20px 0 20px;
    font-family: 'Segoe UI';
    color: #2a5e8c;
}
 
.bookNowComplete {
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #000000;
}
 
.gridPositioning {
    background-image: url("Images/cars_background.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    padding: 78px 0 50px 71px;
}
 
.RadWindow .rwCorner .rwTopLeft, .RadWindow .rwTitlebar, .RadWindow .rwCorner .rwTopRight, .RadWindow .rwIcon, .RadWindow table .rwTopLeft, .RadWindow table .rwTopRight, .RadWindow table .rwFooterLeft, .RadWindow table .rwFooterRight, .RadWindow table .rwFooterCenter, .RadWindow table .rwBodyLeft, .RadWindow table .rwBodyRight, .RadWindow table .rwTitlebar, .RadWindow table .rwTopResize, .RadWindow table .rwStatusbar, .RadWindow table .rwStatusbar .rwLoading {
    display: none;
}
 
.settingsButton {
    margin-left: 178px;
    margin-bottom: 15px;
}
 
div.RadGrid_WebBlue .rgFilterRow td {
    padding-bottom: 4px;
    padding-top: 8px;
}
 
.rbDecorated {
    padding-right: 10px !important;
}
/*************************************************end*****************************************************/


/******************************************* ajax tool kit ***********************************************/

/* Accordion */
.accordionHeader
{
    border: 1px solid #yellow;/*#2F4F4F;*/
    color: white;
    background-color: #696969;
	/*font-family: Arial, Sans-Serif;*/
	font-size: 10pt;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    letter-spacing:1px;
    
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    color: #696969;
    background-color: #E2E6E7;
	font-size: 10pt;
	/*font-weight: bold;*/
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    letter-spacing:1px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px dashed #CCCCCC;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/********************* end **********************/
