
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff url(../images/fondo.rueda.gif) repeat;
	/*background:#fafafa;*/
}
#wrapper { 
	margin: 0 auto;
	width: 960px;
}
#header {
	color: #333;
	width: 100%;
	float: left;
	height: 240px;
	margin: 0px 0px 5px 0px; /* top right bottom left */
	background: url(../images/cabecera.jpg) no-repeat;
}
	#header #menu{
		color: #333;
		width: 100%;
		height: 31px;
		margin: 208px 0px 0px 541px; /* top right bottom left */
		/*background:red;*/
	}
#navigation {
	float: left;
	width: 950px;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	background: #FFFFFF;
	padding:5px;
	font-weight:bold;
	font-size:11px;
}
#countbox {
	clear: both;
	width: 950px;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	background: #FFFFFF;
	padding:5px;
	font-weight:bold;
	font-size:11px;
}
#countbox span#reloj{
	color:#C00;
}
#navigation #breadcumbs{
	float:left;
}
#navigation #mesde{
	float:right;
}
#content { 
	float: left;
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 0px 5px 5px 0px; /* top right bottom left */
	padding: 10px;
	/*height: 100%;*/
	height:100%;
	width: 940px;
}
#content img{
	border:none;
	padding:10px; 
}
table.contenido{
	border:0;
	padding:0px;
	width:"100%";
	border-spacing: 10px;
}

table.contenido td{
	border: 1px solid #ccc;
	padding: 0px 10px 0px 10px; /* top right bottom left */
}
table.contenido td.youtube{
	padding: 10px; /* top right bottom left */
	text-align:center;
}
table.contenido td.convencion{
	width:50%;
	text-align:center;
	padding: 10px;
}

#footer { 
	width: 100%;
	clear: both;
	height:50px;
	color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
	background: url(../images/pie.jpg) no-repeat;
	text-align:center;
}
#copyl {
	font-size:10px;
	font-weight:bold;
	margin-top:5px;
	color:#000000;
	text-align:center;
}
.article-content h2{
	color:#135cae;
	font-size:1.4em;
}
a.mas{
	color:#135cae;
	font-weight:bold;
	font-style:italic;
}

a:hover.mas{
	color: #b19f04;
	text-decoration: none;
}
div.texto{
	text-align:justify;	
}

div.texto h1{
	font-size:14px;
	color:#F00;
}
div.texto h2{
	font-size:14px;
	color:#006;
}
span.cursivaazul{
	font-style:italic;
	font-weight:bold;
	color:#006;
}
span.azulcentrado{
	color:#006;
	text-align:center;
	font-style:italic;
}
span.negritacentrada{
	font-weight:bold;
	text-align:center;
}
span.subrayado{
	text-decoration:underline;
	text-align:right;
}
span.cursivanegra{
	font-style:italic;
	font-weight:bold;
}
span.rojoblanco{
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
}
span.rojoblanco a{
	color:#FFF;
	font-weight:bold;
}

span.letrero{
	font-size:18px;
	font-weight:bold;
}
span.letrerochico{
	font-size:14px;
}