/* Estilos importados Sección 1 */
@import url(sec1.css);

/* Estilos sobreescritos */
#sec1_content
{
	background-image: url("../img/sec11_fondo.jpg");
	background-repeat: no-repeat;
}
p
{
	margin-bottom: 8px;
}
#maincontent a
{
	font-weight: bold;
}

/* Estilos personalizados */
#sec11_video
{
	float: right;
	width: 321px;
	height: 45px;
	margin: 24px;
	clear: both;
	text-align: left;
	cursor: pointer;
}
#sec11_content,#sec11_btn,#sec11_btn2
{
	float: right;
	margin: 10px 20px 0 0;
	line-height: 18px;
}
#sec11_btn
{
	clear: right;
	margin-top: 20px;
	width: 170px;
	text-align: right;
}
#sec11_btn2
{
	margin: 11px 0 0 0;
}
#sec11_info
{
	width: 560px;
	clear: both;
	padding-top: 40px;
	margin-left: 64px;
	line-height: 18px;
	text-align: justify;
}
#sec11_info ul
{
	margin-top: 0;
	margin-left: 0;
}
#sec11_info ul li
{
	margin-bottom: 8px;
}

.general_info
{
	/*height: 2745px !important;*/
}
.sec1_content_info
{
	/*height: 2715px !important;*/
}
.general_coll
{
	/*height: 639px !important;*/
}
.sec1_content_coll
{
	/*height: 608px !important;*/
}

.inv {display: none;}
.vis {display: block;}
