@charset "utf-8";
/* CSS Document */

/*
	www.formalibre.com

	Tabla de contenidos:
		testimonio par
		Notciia impar
		Maquetación general
			- Cabecera
			- Cuerpo
			- Pie
		Variantes
*/

/* testimonio par
-------------------------------------------------- */

.medios {
	width: 510px;
	padding: 12px 0 0 0;
	margin: 0 auto 6px auto;
}

#medioi {
	background: #E6E6E6 url(../imagenes/bg_notii.png) top no-repeat;
}

#mediop {
	background: #F7F7F7 url(../imagenes/bg_notip.png) top no-repeat;
}

h4.titular {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	background: url(../imagenes/bg_titui.png) top no-repeat;
	text-align: left;
	display: inline;
	width: 330px;
	padding: 5px 5px 0 5px;
	float: right;
}

h5.nombremedio {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	background-color: #FFF;
	text-align: left;
	display: inline;
	width: 330px;
	padding: 0 5px 0 5px;
	margin: 0 0 6px 0;
	float: right;
}

p.resumen {
	line-height: 13px;
	padding: 0 0 0 145px;
}

p.fecha {
	line-height: 13px;
	padding: 0 0 0 145px;
}

p.desarrollo {
	line-height: 13px;
	padding: 0 0 0 145px;
}

#verpdfi {
	background-image: url(../imagenes/bt_verpi.png);
	height: 20px;
	width: 510px;
}
#vervideo {
	background-image: url(../imagenes/bt_vervi.png);
	height: 20px;
	width: 510px;
}

#verpdfp {
	background-image: url(../imagenes/bt_verpp.png);	
	height: 20px;
	width: 510px;
}

#volvertestis {
	background-image: url(../imagenes/bt_vollt.png);	
	height: 20px;
	width: 510px;
}

/* Videos
-------------------------------------------------- */

/* Reserteamos algunos atributos comunes */
.cajas img {
	background-image: none;
	padding: 0;
	margin: 0;
}

#videos {
	display: inline;
	height: 27px;
	width: 320px;
	margin: 0 4px 0 4px;
	padding: 0;
	float: left;
}

.videoteca {
	display: inline;
	margin: 0 8px 0 12px;
	float: left;
}

.videoteca p {
	line-height: 13px;
	text-align: left;
	padding: 4px 8px 4px 4px;
}

.cajas img.fijas {
	background-image: url(../imagenes/bg_focaj.png);
	padding: 3px;
	margin: 0 4px 0 8px;
	float: left;
}

.captura {
	background: url(../imagenes/bg_captu.png) no-repeat;
	height: 102px;
	width: 142px;
	float: left;
	margin: 0;
	padding: 5px 5px 15px 5px;
}


