.contenidobloques {
	width: 100%;
}

.bloquestitular
{ color: #000; font-weight: bold; font-size: 200%; padding-top: 5px; padding-bottom: 10px }

.bloquestitular2
{ color: #A42044; font-weight: bold; font-size: 140%; padding-top: 5px; padding-bottom: 10px }

.bloques_pdf
{ color: black; font: 9px/16px Verdana, Helvetica, Arial; text-align: left; vertical-align: middle; margin-top: 3px; margin-bottom: 3px }

.bloques_pdf a {
	text-decoration: none;
	margin-left: 5px;
}
.bloques_pdf a:hover  { }

.bloques
{  }

#bloquestabla
{ height:568px; width:905px; border-right:1px solid #000; }

.bloques_txt
{
	position: absolute;
	z-index: 1;
	width:905px;  
    height:568px;  
    left:50%;  
    margin-left:-452px;
    top:50%;  
    margin-top:-284px;  
	background-color: transparent;
	opacity:.9;filter: alpha(opacity=90); -moz-opacity: 0.9;

	text-align: left;
	padding:30px;
	padding-left: 248px;
	
}
html>body .bloques_txt
{
	height:508px;
	width:627px;
}

.foto_izquierda {
	height: auto;
	margin-right: 16px;
	margin-bottom: 8px;
	float: left;
	margin-left: 5px;
}

.foto_centro {
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.foto_derecha  { height:568px; width:905px; border-right:1px solid #000 }

#bloquestabla img { }

.bloques_txt .avisos {
	background: #fff;
}
html>body .bloques_txt .avisos {
/*	background: transparent url(/css/activo/img/fondo-avisos.png) repeat-x top left; */
}

.bloques_txt .aviso {
	padding: 15px;
}
.bloques_txt .aviso .titulo {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bloques_txt .aviso .texto {
}
.bloques_txt .aviso .texto a {
	color: blue;
}
.bloques_txt .aviso .fecha {
}
