@charset "utf-8";
/* CSS Document */

.color_fondo_image
{
	background-color:#a1a1a1;
	width:303px;
}


.linea
{
	background-color: #a1a1a1;
}

#seccion_title
{
	color:#fc705d;
}


#content_text
{
	background-color:#a1a1a1;
	border:none;
	margin:0;
	padding:0;
	background-image:url(../img/image_product.jpg) ;
	background-repeat:no-repeat;
}

#content_text_container ul
{
	margin:0;
	padding:0;
	width:676px;
}

#content_text_container li
{
	clear:both;
	margin:0;
	padding:0;
	text-transform:uppercase;
	height:33px;

}

#content_text_container li a
{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#content_text_container li a:hover
{
	text-decoration:underline;
	font-size:11px;
}


#content_text_container .li_first
{
	width:330px;
	text-align:right ;
}

#content_text_container .first_li_two
{
	margin-left:366px;
	margin-top:12px;
	text-align:left ;
	width:200px;
}

#content_text_container .li_two
{
	margin-left:366px;
	text-align:left ;
	width:200px;
}


#title_sub_section
{
	margin-left:205px;
	font-size:12px;
	font-weight:bold;
	color:#636363;
	width:490px;
	margin-bottom:12px;
	text-transform:uppercase;
}

.image_sub_section
{
	float:left;
	margin-left:20px;
	width:185px;
}

.text_sub_section
{
	float:left;
	width:490px;
}

.text_sub_section p
{
	text-align:justify;
	margin-top:-2px;
	margin-bottom:8px;
	color:#636363;
	font-size:12px;
	clear:both;
}	
