#bloqueContenido {
	margin-top: 40px;
}
#menuIzquierdo {
	background-color: #FFFFFF;
	color: #666666;
	padding: 10px;
}
#menuIzquierdo a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#menuIzquierdo a:hover {
	color: #000000;
}
#menuIzquierdo .borde {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menuIzquierdo h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menuIzquierdo h2 {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.margen {
	margin-left: 10px;
}
#menuIzquierdo h3 {
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#contenidoTextos {
	padding: 10px;
	color: #333333;
	font-size: 12px;
}
#contenidoTextos .fecha {
	font-size: 10px;
	margin: 0px 0px 10px;
}
#contenidoTextos h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px;
}
#contenidoTextos h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
#contenidoTextos form {
	background-color: #F1F1F1;
	border: thin solid #CCCCCC;
	padding: 10px;
}
#contenidoTextos .entradilla {
	margin: 0px;
	font-size: 12px;
	font-style: italic;
}
#contenidoTextos a {
	color: #999999;
	text-decoration: none;
}
#contenidoTextos p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
}
#opciones {
	background-color: #F1F1F1;
	padding: 5px;
	float: right;
	width: 230px;
	font-size: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-left: 5px;
}
#opciones a {
	color: #000000;
	text-decoration: none;
}
#opciones a:hover {
	text-decoration: underline;
}
#opciones HR {
	height: 1px;
	border: none;
	color: #CCCCCC;
	background-color: #CCCCCC;
}
#opciones form {
	margin: 0px;
	padding: 0px;
}
#opciones input {
	width: 100%;
}
#contenidoTextos h2.subcont {
	font-size: 18px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

