/* Esto es mi hoja de estilo */


BODY { text-align: center; background-color: #4B4B4B ; }
 
/* Mis links como actúan según la posición del ratón */

A:LINK{ font-weight: bold ; color: black ; text-decoration: underline ; }

A:VISITED { color: black ; text-decoration: underline ; }

A:HOVER { color: red ; text-decoration: underline ;  }

A:ACTIVE {  ; }

#dibujo_presupuesto A:LINK { text-decoration: none;}
#dibujo_presupuesto A:VISITED { text-decoration: none;}
#dibujo_presupuesto A:HOVER { color: none ; text-decoration: underline;}
#dibujo_presupuesto A:ACTIVE { text-decoration: none;}

#dibujo_presupuesto p {font-family: Verdana, Helvetica, sans-serif ; font-size: 10px ; text-align:justify ; }

#dibujo_presupuesto {float:left; width: 250px ; color: black; border: black 2px solid; text-align: center; background-color: #FFFFE1; font-weight: bold; margin: 10px 0px 10x 0px; padding: 5px 3px 5px 2px ; clear:right; }

#margen_margen2 {float: left; width:80px; }

#margen_margen3 {float: left; width:50px; }

#margen_margen4 {width:100px; clear:right; }

/* Estilo de una frase y una frase centrada */

P { font-family: Verdana, Helvetica, sans-serif ; font-size: 12px ;

text-align:justify ; }

p.centrado { font-family: Arial, Helvetica, sans-serif ; font-size: 14px ;

font-weight: bold ; text-align: center ; text-indent: 0px; margin: 5px 0px 0px 0px ;}


p.centrado-subrayado { font-family: Arial, Helvetica, sans-serif ; font-size: 14px ; font-weight: bold ; 
text-align: center ; text-indent: 0px; margin: 5px 0px 5px 0px ; color: black ; text-decoration: underline ; }



/* Estilo de una empresa recomendada con dibujo*/

img {border-style: none; float: left ;}

#dibujo {background-color: white ; width: 99%; height: 140px; cellspadding: 0px; border: black 2px solid; margin: 2px auto;}

#enlace_dibujo {background-color: yellow; width: 250px; height: 250px; cellspadding: 0px; border: black 0px solid; margin: 0px auto; }

#enlace_dibujo2 {width: 240px; height: 120px; cellspadding: 0px; border: black 0px solid; margin: 0px auto; }


/* DIVS para el título, subtítulo, y enlaces de la derecha */


#global {background-color: black ; width: 958px; MARGIN: 2px auto ; color: blue ; }

#globalderecha {float: right ; width: 250px ; height:1642px; margin: 0px 0px 0px 0px; background-color: #FFECEC ; clear:none}

#globalizquierda {float: left ; width:706px ; height:1642px; margin: 0px 0px 0px 0px; background-color: #FFFFE1 ; clear: none} 

H1 { font-size: 22px ;  font-weight: bold ; color: white ; border: 0px ; margin-bottom: 0px; }

H2 { font-size: 14px ; color: white ; margin-bottom: 1px ; margin-top: 0px; }

#enlacederecha { font-weight: bold ; text-align: left; font-size: 13px ; text-indent: 10px ; margin: 0px 0px 5px 0px ; }

#enlacetitulo { background-color: #E0E0E0 ; color: blue; font-weight: bold; font-size: 14px ; TEXT-ALIGN:center ; margin: 0px 0px 2px 0px ;}



/* Vamos a por los enlaces de la izquierda */

#enlaceizquierda { color: #919191 ; font-weight: lighter ; text-align: left ; font-size: 14px ; text-indent: 10px ;
margin: 10px 0px 0px 0px ; }

#enlaceizquierda2 { width: 340px ; color: #919191 ; font-weight: lighter ; float: left ; text-align: left ; font-size: 10px ; text-indent: 5px ;
margin: 4px 0px 0px 0px ; OVERFLOW: hidden ;}

#enlaceizquierda3 { width: 150px ; font-weight: lighter ; float: left; margin: 4px 0px 0px 5px; text-align: left; font-size: 10px ; color: black ; OVERFLOW: hidden ; }

#enlaceizquierda4 { width: 200px ; font-weight: lighter ; float: left; margin: 4px 0px 0px 5px; text-align: left; font-size: 11px ; color: black ; OVERFLOW: hidden ;}

#direccion { color: black ; font-weight: lighter ; text-align: left ; font-size: 12px ; text-indent: 10px ; }

#seguridad { font-weight: lighter ; text-align: left ; font-size: 12px ; text-indent: 10px ; color: black ; float: left ;}

#servicios { font-weight: lighter ; text-align: left ; font-size: 12px ; text-indent: 10px ; color: #FF0000 ; }

#seguridad3 { text-align: left; font-size: 10px ; width: 160px ; color: black ; float: left; }

#margen_texto { width:680px ; margin: 0px 10px 0px 14px; text-align: center ; color: black; }

/* Vamos a por el enlace final */
    
H5 { clear: both ; color: white ; background-color: black ; font-size: 14px ; text-align: center ; margin-bottom: 1px ; margin-top: 0px; }

/* Fin de mi hoja de estilo */



