@charset "utf-8";
#contenedor #contenido #ajuste_contenido {
	height: auto;
	width: 950px;
}
#ajuste_contenido  .caja_seccion {
	height: inherit;
	width: 950px;
}
#ajuste_contenido  .caja_seccion  .caja_titulo {
	height: auto;
	width: 210px;
	float: left;
	display: block;
}
#ajuste_contenido  .caja_seccion  .caja_titulo  .caja_titulo_imagen {
	height: auto;
	width: 200px;
	margin-left: 10px;
	text-align: center;
}
#ajuste_contenido  .caja_seccion  .caja_titulo  .caja_titulo_texto {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 170px;
	margin-left: 30px;
	text-align: right;
}
#ajuste_contenido .caja_seccion .caja_titulo .caja_titulo_texto p {
	padding: 0px 0px 5px;
	margin: 0px;
}
#ajuste_contenido .caja_seccion .caja_titulo .caja_titulo_texto a {
	background: #CC0000;
	padding: 0px 2px;
	color: #FFFFFF;
	text-decoration: none;
}
#ajuste_contenido .caja_seccion .caja_titulo .caja_titulo_texto a:hover {
	color: #FFFFFF;
	background: #000000;
}


#ajuste_contenido .caja_seccion .caja_ejemplos {
	width: 740px;
	height: inherit;
	float: left;
	display: block;
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo {
	float: left;
	height: 320px;
	width: 185px;
	overflow: hidden;
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .imagen_ejemplo {
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .texto_ejemplo {
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .texto_ejemplo h1 {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	text-transform: uppercase;
	width: 170px;
	margin-left: 10px;
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .texto_ejemplo h2 {
	font: italic bold 9px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 170px;
	margin-left: 10px;
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .texto_ejemplo p {
	margin-left: 10px;
	color: #666666;
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .texto_ejemplo span {
	margin-top: 2px;
	display: block;
	text-align: right;
	width: 160px;
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .texto_ejemplo a {
	padding: 0px 2px;
	background: #FBF51E;
	color: #333333;
	text-decoration: none;
	font: bold 9px Georgia, "Times New Roman", Times, serif;
}
#ajuste_contenido .caja_seccion .caja_ejemplos .ficha_ejemplo .texto_ejemplo a:hover {
	background: #000000;
	color: #FFFFFF;
}
