/* CSS Document */


#home
{

   overflow: hidden;
   width: 740px;
   /*border: 1px solid #bbb;*/
   padding: 10px;
   padding-left: 25px;
   padding-right: 32px;
   height: 350px;
}

.text-area
{
/*    background-image: url("../img/linea_puntos_vertical_rep.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
  */
    /*background-image: url("../img/linea_puntos_vertical.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/

    float: left;

    color: white;
    font-family: "helvetica";
    font-size: 14px;

    text-align: left;

    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    /*padding-top: 10px;*/
    font-weight:bold;
    
}

#garantias
{

   overflow: hidden;
   width: 740px;
   /*border: 1px solid #bbb;*/
   padding: 10px;
   padding-left: 30px;
   padding-right: 32px;
   height: 350px;
}

.text-areagarantiasazul
{
/*    background-image: url("../img/linea_puntos_vertical_rep.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
  */
    /*background-image: url("../img/linea_puntos_vertical.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/

    /*float: left;*/
    
    color: #00a4e2;
    font-family: "Helvetica";
    font-size: 13px;

    text-align: left;
    /*padding-top: 10px;*/
    font-weight:bold;
    
}

.text-areagarantiasblanco
{
/*    background-image: url("../img/linea_puntos_vertical_rep.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
  */
    /*background-image: url("../img/linea_puntos_vertical.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/

    /*float: left;*/

    color: white;
    font-family: "Helvetica";
    font-size: 13px;

    text-align: left;
    /*padding-top: 10px;*/
    font-weight:bold;
    
}

.text-areagarantiasblanco ul
{
    padding:0px;
    /*background-color: silver;*/
    list-style: none;
    list-style-type: none;
    
}

.bvqi
{
    width: 150px;
    height: 98px;
    margin-left: auto;
    margin-right: auto;
}

#garantias dl
{
    text-align: left;
	list-style-type: none;
	
   /* background-color: red;*/
}

#garantias dl dt:before {
	list-style-type: none;
	content: "-";
	padding-right: 30px;

}

#servicios
{
    height: 400px;
	padding-left: 58px;
	padding-right: 50px;
	padding-top: 10px;
}

#servicios .izquierda 
{
    float: left;
    width: 463px;
    font-family: "Helvetica";
    font-size: 11px;
    font-weight:bold;

}

#servicios .izquierda .blanco
{
    float: left;
    width: 463px;
    color: white;
	padding-left: 30px;

}

#servicios .izquierda .violeta
{
    color: #5f9bfd;
	font-family: "Helvetica";
    font-size: 11px;
	font-weight:bold;
	padding-left: 0px;

}

#servicios .izquierda .violetasin
{
    color: #5f9bfd;
	font-family: "Helvetica";
    font-size: 11px;
	font-weight:bold;
	padding-left: 0px;

}

#servicios .derecha
{
    float: right;
    width: 140px;  
	 
}


#contacto
{
    overflow: hidden;
    width: 740px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 32px;
    height: 350px;

}

.text-areacontactoblanco
{
    color: white;
    font-family: "Helvetica";
    font-size: 13px;
    text-align: center;
    font-weight:bold;
    margin-top: 30px;
}

.text-areacontactoblanco a
{

    color: white;
    font-family: "Helvetica";
    font-size: 13px;

}

#imgcontacto
{
	height: 200px;
    margin-top: 30px;

}



/* Estilos para la seccion */

.section
{
   overflow: hidden;
   width: 740px;
   padding: 10px;
   padding-left: 30px;
   padding-right: 32px;
   height: 350px;
   /*background-color: white;*/
}

.image_detail
{
    /*background-color: red;*/
    /*height: 200px;*/
    margin-top: 20px;
    height: 250px;
    overflow: hidden;
}

.image
{
    /*background-color: silver;*/
    /*height: 200px;*/
    margin-left: 48px;
    float: left;
}

.description
{
    float: left;
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: "helvetica";
    margin-left: 20px;

}
.image_list
{
    margin-top: 20px;
    margin-left: 82px;
}

.thumb
{
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

ul.lista
{
    list-style-image: url("../img/estrellita.png");
}

ul.lista li
{
    padding-top: 5px;
}

ul.sublista
{
    list-style-image: none;
}


ul.sublista li
{
    padding-top: 5px;
}

#sublista
{
    margin-top: 5px;
    list-style: none;
}


.intro
{
    color: white;
/*	padding-left: 30px;*/
    margin-left: 40px;
}

.image-t
{
    float: left;
    margin-left: 5px;
}

















