/* 
    Document   : cssUtils
    Created on : 24-sep-2008, 21:52:52
    Author     : franciscobibi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#botonCerrar{
      cursor: pointer;
      height: 35px;
      position: absolute;
      width: 35px;
      margin-top:-15px;
      margin-left:490px;
      z-index: 100;
}

#windowRecomendar h3{
    background:#111F2A;
    color:#FFFFFF;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size:18px;
    margin:15px;
    padding:5px;
    text-align:center;
}


#anunciosWindowRecom{
    position:absolute;
    margin-left:10px;
    border-right:1px solid #000000;
    width:250px;
    height:275px;
}

#contentWindowRecom{
    margin-left:15px;
    margin-top:-10px;
    position:absolute;
}

#contentWindowRecom fieldset{
    border: 0 none;
    margin-top:10px;
}

#contentWindowRecom fieldset legend{
    display:none;
}

#contentWindowRecom fieldset ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

#contentWindowRecom fieldset ul li{
    margin-bottom:10px;
    margin:0 0 7px;
    padding:0;
}

#contentWindowRecom fieldset ul li label{
    display:block;
    margin-bottom:3px;
}

.textInput{
    width:220px;
    padding:3px;
}

.botonClose{
    
}

.camposRequeridos{
    margin:0px;
    padding:0px;
    font-size:10px;
}

input.error{
    background-color:red;
    color:#FFFFFF;
}
