/* CSS principal para MBC usos de class= 
Application: MBC Model of Boxes and Containers v.8
Author: Juan Menéndez Crespo
Info: http://www.mastercafe.com
Copyright: Juen Menéndez Crespo - Mastercafe SL ©2003-2008. All rights reserved
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times;
	background-color:#ffffff;
	font-size:0.7em;
	padding:0px;
	margin:0px;
}
input {
	font-size:10px;
	}
select {
	font-size:10px;
	}
a {
	text-decoration:none;
	color:#000000;
	}
p {
	margin: 0px 0px 0px 0px;
}
img {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border:0px;
	}
img a{
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border:0px;
	}
.divimg {
}

td.contentarea {
    padding: 0px;
    }


/* clases para los contenidos de la web de los bloques principales */
.areac{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:0px;
	position:relative;
}

/*fijamos una columna con espacio vacio a la izquierda para fotos*/
.contentcolumn{
	margin-left:240px;
}
/*creamos la columna que va encajada a la izquierda*/
.leftcolumn {
	float:left;
	width:240px;
	margin-left:-100%;
	}
.imgdiv{
	width:auto;
	height:auto;
	padding-right:10px;
	float:left;
	display:block;
}
.rotulocn{
	height:auto;
	float:left;
	font-size:1.5em;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:2px;
	position:relative;
}
.rotulogenerico{
	background-color:#FFFFFF;
	font-size:20px;
	padding-top:7px;
	padding-bottom:2px;
}
.deta{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	position:relative;
}
.areacnpie{
	width:100%;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	display:block;
	position:relative;
	float:left;
}
.areacnpieblog{
	width:100%;
	height:1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	display:block;
	position:relative;
	float:left;
}
.pielista{
	width:100%;
	height:auto;
	text-align:right;
	padding-right:10px;
	padding-top:4px;
	float:left;
	position:relative;
	left:0px;
	margin-right:0px;
}
.pielista a{
	text-decoration:none;
}
.areacrotulorss {
	width:16px;
	height:16px;
	float:right;
	bottom:1px;
	right:1px;
	position:relative;
	}
.masinfo {
	width:9px;
	height:9px;
	float:right;
	bottom:3px;
	right:5px;
	position:absolute;
	}
.separador {
	width:auto;
	height:5px;
	float:left;
	background-color:#FFFFFF;
	}
.txtscroll a {
	color:#FFFFFF;
	}
/* bloque footer o pie de la web */
#footer {
	width:inherit;
	height:auto;
	background-color:#2a2623;
	color:#999999;
	padding-left:4px;
}
#footer a {
	color:#999999;
	text-decoration:none;
	}
	
/* lectores RSS mostrar sus contenidos */
.titulo_rss a{
         font: bold 13px "Trebuchet MS", Verdana, Arial;
         color: #676D46;
         text-decoration:none;
         display:block;
         margin-top:5px;
}
.titulo_rss a:hover{
         color: #666;
}
.descripcion_rss {
         font: 11px Verdana, Arial, Helvetica, sans-serif;
         color: #888;
         display:block;
         margin-top:5px;
		 margin-bottom:5px;
}
.fecha_rss {
         font: 10px "Lucida Sans Unicode", Verdana, Arial, Georgia;
         color: #CC6633;
}

/* bloque de thumbnails para galeria */
.thumbnail{
	padding: 3px 3px 5px 3px;
	background-color: #222222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}