body{
    background: #fff;
    font: 8pt Verdana, sans-serif, Geneva, Arial, Helvetica;
    color: #666;
    margin: 30px 0 30px 0;
    text-align: center;
    }
#contenedor{
    background: #fff;
    text-align: left;
    margin: auto;
    width: 900px;
    border: 2px solid #c0c0c0;
    -moz-box-shadow: 0px 0px 20px 10px #c0c0c0;
    box-shadow: 0 0 20px 10px #c0c0c0;
    -webkit-box-shadow: 0 0 20px 10px #c0c0c0;
    behavior:url(border-radius.htc);
}
#cabecera{
    width: 900px;
    height: 210px;
    padding-top: 15px;
}
#cabecera span{
    /*display: none;*/
}
#info_izquierda{
    float: left;
    width: 290px;
}
#leyenda{
    color: black;
    font-size: 22px;
    margin-left: 5px;
    margin-top: 60px;
    /*padding-top: 10px;
    /*margin-left: 10px;*/
}
#caic{
    background: transparent url(../images/logocaic.jpg) no-repeat;
    /*float:left;*/
    width: 100px;
    height: 54px;
    padding-bottom: 10px;
}
#caic span{
    display: none;
}
#navegador{
    background: #a00;
    margin: 0 5px;
    padding: 12px 10px 20px 10px;
    height: 15px;
    clear: both;
    behavior:url(border-radius.htc);
    text-align: left;
}
#nav2 {
    /*margin: 15px 5px;*/
}
a{
    color: #800;
    text-decoration: none;
    font-weight: bold;
    /*outline: none;*/
}
.redondo{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior:url(border-radius.htc);
}
/*
a,a:visited, a:active, a:focus, a:link{
  color: #800;
  text-decoration: none;
}
a:hover{
    color: #700;
}*/
a.enlacenav , a.enlacenav:focus, a.enlacenav:link, a.enlacenav:visited{
    /*background: #808080;*/
    padding: 10px;
    color: white;
}
a.enlacenav:hover {
    background: #c0c0c0;
}
a.enlacenav:active{
    background:#c0c0c0;
}
#compra{
    font-size: 1.50em;
}
#cuerpo{
    width: 900px;
    border-bottom: 1px solid  #ccc;
    text-align: center;
    margin-top: 20px;
    clear: both;
}
#contenido{
    width: auto;
    margin: auto;
}
#contenido span{
    display: none;
}
#pie{
    padding-left: 15px;
    width: 885px;
    clear: both;
    margin: 10px 10px 0px 0px;
}
#empresa{
    clear: both;
    text-align: right;
    padding-right: 10px;
}

/*begin code rotator*/
div.rotator {
    /*position:relative;*/
    /*height:400px;*/
    /*margin-left: 15px;*/
    padding-right: 1px;
    margin: 0;
    display: none;
    float: right;
}
/* rotator css */
div.rotator ul{
    margin:0;
    padding:0;
}
div.rotator ul li {
    float:left;
    position:absolute;
    list-style: none;
    margin:0;
}
/* rotator image style */	
div.rotator ul li img {
    border:1px solid #ccc;
    /*padding: 4px;*/
    background: #FFF;
}
div.rotator ul li.show {
    z-index:500;
}
.imgrotator{
    width: 600px;
    height: 200px;
}
/*end code rotator*/

/*Pagina de Nosotros*/
#info_nosotros{
    margin-bottom: 10px;
    height: 350px;
}
#nosotros_image img{
    border-right: 1px solid #ccc;
    padding: 5px;
    float: left;
}
#nosotros_texto{
    padding: 40px 10px 0 10px;
    width: 410px;
    float: right;
    text-align: left;
    line-height: normal;
}
#nosotros_texto #pregunta{
    font-size: 22px;
    color: #a00;
}
#nosotros_texto #respuesta{
    font-size: 15px;
}
/*Pagina de otros*/
#info_otros{
    margin-bottom: 10px;
    height:500px;
}
#otros_image{
    width: 465px;
    height: 400px;
    float: left;
    padding-top: 100px;
    border-right: 1px solid #ccc;
}
/*Pagina de Accidente*/
#info_accidente{
    margin-bottom: 10px;
    height: 600px;
}
#accidente_image{
    width: 465px;
    height: 450px;
    float: left;
    padding-top: 150px;
    border-right: 1px solid #ccc;
}
#accidente_texto{
    padding: 20px 10px 0 10px;
    width: 410px;
    float: right;
    text-align: left;
    /*border-left: 1px solid #ccc;*/
    font-size: 15px;
    line-height: normal;
}
/*Pagina de Contacto*/
#info_contacto{
    margin-bottom: 10px;
    height: 330px;
}
#contacto_image{
    width: 465px;
    border-right: 1px solid #ccc;
    float: left;
}
#contacto_texto{
    padding: 80px 10px 0 10px;
    width: 410px;
    float: right;
    text-align: left;
    line-height: normal;
}
#contacto_texto p{
    font-size: 25px;
}