@charset "utf-8";

	/*contenedores ir directo a contenidos*/	
.ir_directo{
	width:100px;
	height:105px;
	margin:0 auto;
	margin-top:4px;
	float:right;
}
.linea_vert_ir_dir{
	height:80px;
	width:2px;
	margin:0 auto;
	float:right;
	margin-left:3px;
	margin-right:3px;
	background-color:#999;
}
.ir_directo_imagen{
	width:100px;
	height:75px;
	margin:0 auto;
	float:right;
}
.ejemplo3_imagen{
	float:left;
	width:100px;
	height:68px;
	margin:0 auto;
	background-image: url(../imagenes0800/imagen_ejemplo3.jpg);
	background-repeat: no-repeat;
}
.ejemplo4_imagen{
	float:left;
	width:100px;
	height:68px;
	margin:0 auto;
	background-image:url(../imagenes0800/imagen_ejemplo4.jpg);
	background-repeat: no-repeat;
}.ejemplo5_imagen{
	float:left;
	width:100px;
	height:68px;
	margin:0 auto;
	background-image:url(../imagenes0800/imagen_ejemplo5.jpg);
	background-repeat: no-repeat;
}
.titulo_ir_directo{
	margin:0 auto;
	width:100%;
	float: right;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #777;
	font-weight: bold;
}