/* 

Camara de Comercio de Madrid
Created: 01-Dic-09 @ 12:23
Author: Allan Reyes

*/
/*
body {
	font: 84.5%/1.45em Georgia, "Times New Roman", Times, serif;
	color: #515151;
	background: #fff url(../images/bg-body.png) repeat-x left top;
}
*/
body {
	font-size: 84.5%/1.45em;
	font-family:"Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #515151;
	background: #fff url(../images/bg-body.png) repeat-x left top;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0f62ce;
}
a:visited {
	color: #4b89d0;
	text-decoration: underline;
}

a:hover {
	color: #000080;
	text-decoration: underline;
}

div.wrapper {
	width: 896px;
	margin: 0 auto;
	text-align: center;
	background: #dedede;
	padding: 0 15px 15px;
}

#header {
	background: #9d000e url(../images/bg-rounded-bottom.png) no-repeat center bottom;
	padding: 10px;
	min-height:	90px;
}

* html #header {
	background: #9d000e url(../images/bg-rounded-bottom.png) no-repeat center bottom;
	padding: 10px;
	
}

#logo {
	float: left;
	width: 209px;
	height: 90px;
}

#publi {
	float: left;
	width: 209px;
	margin-left:12px;
	height: 90px;
}

#banner {
	float: left;
	width: 433px;
	margin-left:12px;
	background-color:#DFDFDF;
	height: 90px;
}

#content {
	margin: 20px 0;
}

div.boxsmall {
	width: 190px;	
	float: left;
	display: block;
	background: #fff;
	margin: 5px;
	text-align: left;
	padding: 10px;
	height:107px;
}

div.margen-9 {
	margin-left: 9px;	
}

div.boxsmall h3 {
	font-size: 0.9em;
	letter-spacing: 0em;
	color:#9D000E;
	margin-bottom: 5px;
	font-weight:bold;
}

div.boxsmall h3 a,
div.boxsmall h3 a:hover,
div.boxsmall h3 a:visited {
	color:#9D000E;
	font-weight:bold;
}

div.boxsmall a:link,div.boxsmall a:visited {
	color:#616161;
	text-decoration:none;
}

div.boxsmall p {
	font-size: .8em;
	line-height: 1.25em;
}

div.boxsmall p a:link,
div.boxsmall p a:visited {
	color: #333;
	text-decoration: none;
}

div.boxsmall p a:hover {
	color: #000080;
	text-decoration: underline;
}

div.boxsmall img {
	float: left;
	margin: 2px 10px 20px 0;
	border:3px solid #EBEBEB;
	
}

#sidebar {
	width: 205px;
	min-height: 410px;
	float: left;
	background: #f4f4f4;
	padding: 15px;
}

#menu {
	text-align: left;	
}

#menu li {
	background: url(../images/arrows-menu2.png) no-repeat 0 4px;
	padding: 1px 4px 1px 18px;
	margin: 4px 0;
	font-size:.8em;
	line-height:1.4em;
}

#menu li.selected {
	background: url(../images/arrows-menu.png) no-repeat 0 -15px;
	font-size:.8em;
	line-height:1.4em;
}

#sidebar img {
	margin: 25px 0;
}

#main {
	background: #f7f7f7;
	padding: 15px;
	width: 600px;
	float: right;
	text-align: left;
	min-height: 410px;
}

#main h2 {
	color: #4B6F43;
	font-size: 1.2em;
	line-height:1.1em;
	margin: .2em 0 .5em;
	padding-bottom: .4em;
	border-bottom: 1px solid #a8a8a8;
}

#main h3 {
	color: #4B6F43;
	font-size: 1.5em;
	margin: .2em 0 .5em;
	padding-bottom: .4em;
	border-bottom: 1px solid #a8a8a8;
}

#main h2 em {
	color: #9d000e;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

#main p {
	margin: .2em 0 .8em;
	text-align:justify;
	font-size:.8em;
	line-height:1.4em;
}

#main .bigpix {
	float: right;
	margin: 6px 0 15px 15px;
	border:4px solid #EBEBEB;
}

a.doc-pdf {
	padding: 7px 15px 8px 32px;
	background: #fff url(../images/page_white_acrobat.png) no-repeat 10px 10px;
	border: 2px solid #e9e9e9;
	display: block;
	margin: 15px 0;
	font-size:.8em;
}

ul.titulares li {
	margin: 15px 15px 15px 0;
}

#main .titulares li a {
	color: #616161;	
	text-decoration:underline;
}

#main dl.titulares {
	margin: 30px 0;
	font-size:.8em;
}

#main dl.titulares a,
#main dl.titulares a:visited {
	text-decoration:underline;
	line-height:1.4em;
}

#main dl.agenda,
#cal-unmes {
	margin: 10px 0;
	font-size:.8em;
}

#main .titulares dt,
#main .agenda dt {
	width: 70px;
	float: left;
	display: block;
	overflow: hidden;
	line-height:1.2em;
	color: #9d000e;
}

#main .titulares dt {
	line-height:1.4em;
}

#main .titulares dd {
	width: 520px;
	float: left;
	display: block;
	overflow: hidden;
	line-height:1.4em;

}

#main .agenda dd {
	width:300px;
	float: left;
	display: block;
	overflow: hidden;
	line-height:1.2em;
}

#main dl.agenda {
	width: 62%;
	float: left;
}

#main #cal-unmes {
	width: 37%;
	float: right;

}

dl.titulares hr {
	border: none;
	padding: 4px 0;
}

#main dl.agenda a {
	color: #9D000E;	
}

#tres-cal {
	margin: 10px 0;
}

.cal-colsml {
	width: 33.3%;
	float: left;
}

.cal-colsml img {
	padding: 8px;
}

#bottom {
	padding: 7px;
}

#agenda,  #cal  {
	float: left;
}

#cal .ancho_216, 
#cal1 .ancho_188,
#cal2 .ancho_188,
#cal3 .ancho_188{
	margin: 0 10px 0 0;
}

div.headlines-latest ul li {
	padding: 5px 0;
	font-size: .8em;
	letter-spacing:0px;
	line-height:1.2em;
}

div.headlines-latest ul li em {
	font-size: .9em;
}

div.headlines-latest ul li em,
#menu li a,
#main a,
#main dl.agenda dt {
	color: #9d000e;
}

#menu li a:hover,
#main a:hover,
#main ul.titulares li a:hover,
#main dl.agenda a:hover {
	color: #111;
}

#titulares, #titulares img  {
	float: right;
}

#titulares img  {
	margin-left: 10px;
	border:3px solid #EBEBEB;
}

#titulares a.noticia, #agenda a.noticia  {
	color:#9D000E;
	font-size:.9em;
}

div.boxbig {
	width: 402px;
	display: block;
	background: #fff;
	text-align: left;
	padding: 15px;
	margin-left:1px;
	height:200px;
	
}

div.boxbig h3 {
	font-size: 0.9em;
	letter-spacing: 0em;
	color:#9D000E;
	margin-bottom: 5px;
	font-weight:bold;
}

#footer {
	font-size: .8em;
	margin: 25px 0;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #444;
}

#footer a:hover {
	color: #222;
	text-decoration: underline;
}

#footer div {
	padding: 15px 0;
	border-top: 2px dotted #aaa;
	border-bottom: 2px dotted #aaa;
}

#footer p {
	margin: 10px 0;
}

#footer p#copyright {
	padding-bottom: 15px;
	border-bottom: 1px dotted #bbb;
}

#footer strong {
	font-weight: bold;
	color: #9d000e;
	margin-right: 10px;
}



/* Miscellaneous */
div.boxsmall,
div.boxbig,
#sidebar,
#main {
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}


.clearfix:after,
#bottom:after,
#footer:after,
hr
 {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.enlaces, .enlaces:visited {
	list-style-type:disc;
	color:#9D000E;
	margin-left:14px;
	margin-top:10px;
	font-size:0.8em;
	line-height:1.2em;
}

.volver, .volver:visited {
	color:black;
	font-size:.8em;
}

.clear {
	clear:both;
}


#agenda a.titular,
#titulares a.titular {
	text-decoration:none;
	letter-spacing:0em;
}