/* CSS Document */

h2 {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#c00000;
}


a {
color:#999999;
}

a:hover {
color:#000;
}


#titular {
float:left;
margin-top:10px;
margin-bottom:25px;
background-color:#c00000;
width:840px;
padding-left:10px;
padding-right:10px;
padding-top:15px;
color:#fff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#fff;
height:30px;


}

#titular a{
color:#FFFFFF;
text-decoration:none;
}

#titular a:hover{
color:#FFFFFF;
text-decoration:underline;
}
#list_not{
float:left;
width:860px;
clear:left;
}

#list_not #imagen {
float:left;
width:190px;

}

#list_not #texto {
float:right;
width:500px;
padding-right:150px;

}

#linea-sep {
float:left;
background-image:url(../imagenes/linea.jpg);
background-repeat:repeat-x;
height:30px;
width:860px;
margin-top:3px;
padding-top:0px;
}

#list_not .titulo{
width:450px;
font-size:16px;
text-transform:uppercase;
font-weight:bold;
margin:0 0 -15px 0;
padding-top:5px;
padding:0px;
padding-bottom:10px;
}

#list_not a{
font-size:14px;
font-weight:normal;
color:#0f0e0e;
text-decoration:none;
}
#list_not a:hover{
font-size:14px;
font-weight:normal;
color:#c00000;
text-decoration:none;
}
