/* $Id: home.css 2266 2005-11-17 21:59:44Z luque $ */

/* Common style rules for Red Local website

   The stylesheet is divided into the following three parts:
   
   1. Layout rules: 
      Box properties (exclusive of borders), positioning, text-indent, alignment, lists
      
   2. Visual rules: 
      Colors, backgrounds, borders, links, emphasis
      
   3. Typographical rules: 
      Font and text properties (exclusive of links, alignment and text-indent)

   NOTE: Validate CSS syntax before add your changes to the CVS tree!!
*/

@import "common.css";

/* ------------------------- Layout rules ------------------------- */

dt{
	font-weight:normal;
	font-size:1.8em;
	color:#505050;
}

dd{
	margin:0px;
	padding:0px;
}

.clearfix {
    clear: both;
}

table{
	width:100%;
	border:1px solid #eee;
	border-collapse:collapse;
	margin-bottom:2em;
}
col{
	width:9em;
}
caption{
	background-color:#f3f3f3;
	color:#BC0000;
	padding:.3em;
	text-align:left;
}
th{
	background: #BC0000;
	color:#FFF;
	text-align:left;
	padding:.3em;
}
td{
	vertical-align:text-top;
	padding:1em;
	margin:0;
	border:1px solid #eee;
	border-collapse:collapse;
}
td p{
	padding:0px;
	margin:0px;
}

/* -------------- Colors, backgrounds, borders, links ------------- */

#home-bg1 {
    background: #fff url("../images/home1_bg.png") no-repeat top left;
}

strong {
    color: #c00;
}

dd a{
	color: #666;
}

dd.fecha{
	color:#006;
}

p.vernoticias{
	float:right;
	padding:0px 2em;
	background: url(../images/ico_mas.gif) no-repeat right;
}

p.vernoticias a{
	text-decoration:none;
}

/* ----------------------- Typographical rules -------------------- */

dd.fecha{
	font-size:.9em;
}

p.vernoticias{
	font-weight:bold;
}