/* **************** VARIOS **************** 

azul: rgb(0,65,109)
azul claro: rgb(0,108,177)
celeste: rgb(109,159,210)
verde: rgb(175,206,119)

*/

 

/* **************** ELEMENTS **************** */

body { 
   background-color: rgb(255,255,255);
	 font-family: verdana, arial, sans-serif;
	 font-size: 11px;
	 margin: 0px;
	 }

:link, :visited, :active { 
   color: rgb(175,206,119);
	 font-weight: bold;
	 text-decoration: none;
	 }
													
:hover { 
   color: rgb(0,65,109);
	 font-weight: bold;
	 text-decoration: none;
	 }

h1 {
	 color: rgb(0,65,109);
	 font-size: 18px;
	 margin: 0px;
	 padding-top: 15px;
   padding-bottom: 5px;
	 }

img { 
   border-width: 0px;
	 }

li {
   margin-top: 15px;
	 margin-bottom: 15px;
	 padding-left: 10px;
	 position: relative;
	 }

ul {
   list-style-image: url("img/manito.gif");
	 }
	 		 
/* ************** CLASSES ************** */

.intro {
   font-size: 13px;
	 font-style: italic;
	 font-weight: bold;
	 width: 520px;
	 padding: 7px;
	 background-color: rgb(0,65,109);
	 color: rgb(255,255,255);
	 margin: 5px 0px;
	 }

.pieimg {
   font-size: 9px;
	 font-style: italic;
	 }

/* **************** IDs **************** */

#auto_con_lamina {
   font-size: 12px;
	 font-weight: bold;
	 text-align: right;
	 vertical-align: bottom;
	 padding-right: 5px;
	 }

#auto_sin_lamina {
   font-size: 12px;
	 font-weight: bold;
	 text-align: left;
	 vertical-align: bottom;
	 padding-left: 5px;
	 }

#autos {
   }

#casas {
   }

#cont_abajo:link, #cont_abajo:visited, #cont_abajo:active { 
   color: rgb(255,255,255);
   }

#cont_abajo:hover {
   color: rgb(0,65,109);
	 }													

#direcciones {
   background-color: rgb(220,220,220);
	 margin: 5px;
	 padding: 7px;
	 position: absolute;
	 left: 555px;
	 top: 590px;
	 width: 210px;
	 }

#h1_refs {
   font-size: 16px;
	 margin-top: 0px;
	 padding-top: 5px;
	 font-weight: bold;
	 }

#logo {
   margin: 5px;
	 }

#margen-abajo {
	 position: absolute;
	 left: 555px;
	 top: 1735px;
   }
	 
#menu {
   position: absolute;
	 left: 180px;
	 top: 44px;
   width: 580px;
	 height: 16px;
	 text-align: right;
	 }

#principal {
   border-style: dotted; /* antes: none dotted */
	 border-width: 2px;
	 border-color: rgb(175,206,119);
	 padding: 0px 7px;
	 margin-bottom: 30px;
	 position: absolute;
	 left: 10px;
	 top: 90px;
	 width: 540px;
	 }

#promos {
   background-color: rgb(175,206,119);
	 margin: 5px;
	 padding: 7px;
	 line-height: 24px;
	 position: absolute;
	 left: 555px;
	 top: 1610px;
	 width: 210px;
	 }

#referencias {
   background-color: rgb(175,206,119);
	 margin: 5px;
	 padding: 7px;
	 padding-top: 0px;
	 line-height: 34px;
	 position: absolute;
	 left: 555px;
	 top: 85px;
	 width: 210px;
	 }

#top {
   background-image: url("img/fondo_top.gif");
	 background-repeat: repeat;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 780px;
	 height: 80px;
	 }

