/* 
    Document   : estilos
    Created on : 01-oct-2012, 17:55:36
    Author     : israel parra
    Description 
        Purpose of the stylesheet follows.
*/
.Estilo1 { 
font-size : 13px; 
font-family : Verdana; 
color: #000;
} 
.Estilo2 { 
font-size : 12px; 
font-family : arial; 
} 
.Estilo3 { 
font-size : 24px; 
font-family : arial; 
color: #fff; 
} 
.Estilo4 { 
font-size : 15px; 
font-family : Verdana; 
color: #FFF;
} 
body{
  background-image: url("../Imagenes/fondo.jpg");
 /* height: "120";*/
  background-repeat: repeat-x;
}
#resultado:enabled{
    background-color: #fff;
    width: 400px;
}
.resultado:active{
    background-color: #fff;
    font-size: 12px;
}
.resultado{
    color: #000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
}
.resultado:hover{
    text-decoration: underline;
    font-family: sans-serif;
}
#completar{
    margin: 2px 0px 5px 20px; 
    font-family: Arial;
    float: left;
    font-size: 12px;
    padding: 15px;
    width: 800px;
}
#completar input[type=text]{
    padding: 2px;
    width: 215px;
}
#myDiv{
    position: relative; 
    margin: 5px 0px 5px 110px; 
    width:800px; 
    height:500px;
    color: #000; 
    /* background-color:#E6E6E6;*/
}
#sugerencia_titulo{
    position: relative; 
    margin: 20px 0px 3px 110px; 
    width:800px; 
    height:500px;
    color: #000; 
   background-color:#E0E0F8;
}
/*div {
    position: relative; 
    margin: 5px 0px 5px 225px; 
    background-color:#eeeeee;

}*/




