
* {
	padding:0;
	margin:0;
}

html{
	height:100%;
	overflow: auto;
}

body { 
	background:#CCCCCC;
	height:100%;
	font-family:Tahoma, Verdana, Arial;
	font-size:9pt;
	margin: 0;
	padding:0;
    line-height: 1.3em;

}

p {
	font-weight:normal;
	font-size:1em;
	margin-bottom:10px;
    padding-top: 1em;
	color:#333333;
}

h1 {
	color:#000000;
	font-weight:normal;
	font-size:2.6em;
	margin-bottom:10px;
    line-height: 1em;
}

h2 {
	color:#000000;
	font-weight:normal;
	font-size:1.8em;
	margin-bottom:10px;
    line-height: 1em;

}

h3 {
	color:#000000;
	font-weight:normal;
	font-size:1.5em;
	margin-bottom:10px;
    line-height: 1em;

}

.claro {
	color:#868686;
}


a {
    color:#336600;
    font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#00ef7c;
	text-decoration:underline;
}

#dbmedia_image {
    padding-top: 1em;
    padding-bottom: 1em;
}

#contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 856px;
	background-color:#FFFFFF;
}

/* CABECERA */

#cabecera{
	float:left;
	height:84px;
	width:100%;
	background:url(imagenes/cabecera.png) repeat-x;
}

#logo_cab {
	float:left;
	padding:14px 0px 0px 24px;
}

#logo_cab img{
    border: none;
}


#botones_cab {
	float:right;
	padding:30px 25px 0px 0px;
}

#hilo {
	background:url(imagenes/pie_noticia.png) bottom left repeat-x;
	padding:0px 25px;
	float:left;
	width:806px;
	color:#333333;
	min-height:1px;
}

#hilo a {
	text-decoration:none;
	color:#999999;
}

#hilo a:hover {
	text-decoration:underline;
	color:#333333;
}

/* MENU SUPERIOR */

#menu_top{
	float:left;
	height:20px;
	width:100%;
	margin-top:20px;
}



#menu_top ul, li {
    list-style-type:none;
}

#menu_top ul{
    text-align:center;
}

#menu_top li {
    display:inline;
    background:url(imagenes/menu_top_list.png) no-repeat;
}

#menu_top li.primera {
    display:inline;
    background:none;
}

#menu_top a {
    border:0px;
    text-decoration:none;
    color:#999999;
    padding:0px 2em;
    text-align:center;
    text-transform:uppercase;
}

#menu_top a.selected {
    text-decoration:underline;
    color:#333333;
}

#menu_top a:hover {
    text-decoration:underline;
    color:#333333;
}

/* NOTIFICATIONS (User Gmail-alike messages) */
#notifications{
    float:left;
    height:20px;
    width:100%;
    margin-top:20px;
}

#notifications ul {
    text-align: center;
    background-color: red;
    font-size:1.2em;
    font-weight: bold;
    color: white;
    list-style-type: none;
}

#notifications li {
    list-style-type: none;
}

/* MENU IZQUIERDA */

#submenu_izq ul, li {
	list-style-type:square;
}

#submenu_izq ul{
	text-align:left;
}

#submenu_izq li {
	margin-top:8px;
	margin-left:14px;
}

#submenu_izq a {
	border:0px;
	text-decoration:none;
	color:#999999;
	text-align:left;
	font-size:1.2em;
}

#submenu_izq a.selected {
	text-decoration:underline;
	color:#333333;
}

#submenu_izq a:hover {
	text-decoration:underline;
	color:#333333;
}

/* CONTENIDO */

#top_col {
	float:left;
	padding:15px;
}

#left_col {
	float:left;
	padding:15px 15px 0px 15px;
	width:220px;
}

#main_col {
	float:right;
	padding:15px 15px 0px 0px;
	width:566px;
}

#main_col li {
    margin-top:8px;
    margin-left:14px;
}

#main_noticia {
	background:url(imagenes/pie_noticia.png) bottom left repeat-x;
	padding-bottom:5px;
	margin-bottom:20px;
}

#main_noticia img {
	border:1px solid #555555;
	margin:3px 15px 10px 0px;
	float:left;
}

/* CAJAS REDONDAS */

#cajaredonda_verde {
	background: url(imagenes/fondo_verde.png) no-repeat bottom left;
	width:826px;
}

#cajaredonda_verde_nowidth {
	background: url(imagenes/fondo_verde.png) no-repeat bottom left;
}



#cajaredonda_rojo {
	background: url(imagenes/fondo_rojo.png) no-repeat bottom left;
	width:826px;
}

#cajaredonda_gris {
	background: url(imagenes/fondo_gris.png) repeat-x top left;
}

#corn_left_top {
	background: url(imagenes/corn_left_top.png) no-repeat top left;
}
#corn_left_dwn {
	background: url(imagenes/corn_left_dwn.png) no-repeat bottom left;
}
#corn_right_top {
	background: url(imagenes/corn_right_top.png) no-repeat top right;
}
#corn_right_dwn {
	background: url(imagenes/corn_right_dwn.png) no-repeat bottom right;
}
#corn_left_dwn {
	padding-left:10px;
}
#corn_right_dwn {
	padding:10px 10px 10px 0px;
}

.cajablanca { }
.cajablanca_rt { background: url(imagenes/white_right_top.png) no-repeat top right; }
.cajablanca_lt { background: url(imagenes/white_left_top.png) no-repeat top left; margin-right:15px; }
.cajablanca_rd { background: url(imagenes/white_right_dwn.png) no-repeat bottom right; }
.cajablanca_ld { background: url(imagenes/white_left_dwn.png) no-repeat bottom left; margin-right:15px; height:15px; }
.cajablanca_content { padding: 10px 0px 0px 15px; }
.cajablanca p { margin:0px }
.rss_content { padding: 10px 0px 0px 15px; }
.rss_content img { 
	border:none;
	margin:3px 15px 10px 0px;
    float:left;
}

#tweet_main{ 
    width: 20px;
    height: 20px;
}



#cajaredonda_tweet {
	background: url(imagenes/fondo_verde.png) no-repeat bottom left;
	width:826px;
	clear:both;
	margin:50px 15px 15px 15px;
}



.tweet_content { 
    padding: 10px 0px 0px 15px; 
    }
.tweet_content a { font-size: 10px; }

.tweet_content #time { font-size: 8px; }
.tweet_content #text { 
    font-size: 10px; 
    font-style: italic;}

.tweet_content img  { 
	border:none;
	margin:3px 15px 10px 0px;
    float:left;
}

#cajaredonda_blog {
	background: url(imagenes/fondo_verde.png) no-repeat bottom left;
	width:826px;
	clear:both;
	margin:50px 15px 15px 15px;
}

/* Blog box */

.blog_content { 
    padding: 10px 0px 0px 15px; 
    }
.blog_content a { font-size: 10px; }

.blog_content #time { font-size: 8px; }
.blog_content #text { 
    font-size: 10px; 
    font-style: italic;}

.blog_content img  { 
	border:none;
	margin:3px 15px 10px 0px;
    float:left;
}

#blog_tease_link {
    color: #000;
    text-decoration: none;
}

#blog_tease_link a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

#blog_tease_link a:hover {
    text-decoration: none;
}

#blog_tease_link a:active {
    text-decoration: none;
}

#blog_tease_link a:visited {
    text-decoration: none;
}

/* PIE */

#pie {
	clear:both;
	margin:15px;
	background:url(imagenes/pie_left.png) no-repeat;
	height:30px;
	padding-bottom:15px;
}

#pie_r { background:url(imagenes/pie_right.png) no-repeat right; height:30px }

#pie p{
	font-size:.8em;
	padding-top:8px;
	color:#fff;
	text-align:center;
}

#pie a{
	color:#fff;
	text-decoration:none;
}

#pie a:hover{
	color:#000000;
}

/** PAGINATOR **/
.paginator { padding:.5em .75em; float:left; font:normal .8em arial; text-align:center; }

.paginator .prev-na,
.paginator .next-na {
   padding:.3em;
   font:bold .875em arial;
}

.paginator .prev-na,
.paginator .next-na {
   border:1px solid #ccc;
   background-color:#f9f9f9;
   color:#aaa;
   font-weight:normal;
}

.paginator .prev a, .paginator .prev a:visited,
.paginator .next a, .paginator .next a:visited {
   border:1px solid #c2ee62;
   background-color:#edfdd0;
   color:#234f32;
   padding:.3em;
   font:bold .875em arial;
}

.paginator .prev, .paginator .prev-na { margin-right:.5em; }
.paginator .next, .paginator .next-na { margin-left:.5em; }

.paginator .page a, .paginator .page a:visited, .paginator .curr {
   padding:.25em;
   font:normal .875em verdana;
   border:1px solid #C2EE62;
   background-color:#EDFDD0;
   margin:0em .25em;
   color:#006000;
}

.paginator .curr {
   background-color:#234f32;
   color:#fff;
   border:1px solid #234f32;
   font-weight:bold;
   font-size:1em;
}

.paginator .page a:hover,
.paginator .curr a:hover,
.paginator .prev a:hover,
.paginator .next a:hover {
   color:#fff;
   background-color:#234f32;
}

