/* CSS Document */
/*  ----------------------------------- estilo del show ------------------------------------------  */
#show{
	width:800px;
	height:209px;
	border-bottom:1px solid #6cbcbd;
	background-image:url(../images/slide1.jpg);
	background-repeat:no-repeat;
}
/*  ---------------------------------estilos de la seccion del separador-------------------------  */
#sep_central{
	width:1px;
	float:left;
	background-image:url(../images/sec_sep.jpg);
	background-repeat:no-repeat;
	height:538px;
}
/*  ----------------------------------estilos de la seccion de derecha--------------------------  */
h2{
	padding:7px 0 10px 120px;
	font-family:"Arial Narrow";
	font-size:13px;
	color:#167373;
	margin:0px;
	line-height:13px;
}
#art_resumen{
	width:640px;
	float:left;
}
.ar_sd{
	width:320px;
	height:269px;
	background:url(../images/sd_bg2.jpg);
	background-repeat:repeat-x;
	float:left;
}
.ar_si{
	width:320px;
	height:269px;
	background:url(../images/sd_bg1.jpg);
	background-repeat:repeat-x;
	float:left;
}
.ar_title{
	padding:7px 0 10px 120px;
}
.ar_sepi{
	background:url(../images/sd_sepi.jpg);
	background-repeat:no-repeat;
	width:320px;
	height:1px;
}
.ar_sepd{
	background:url(../images/sd_sepd.jpg);
	background-repeat:no-repeat;
	width:320px;
	height:1px;
}
.ar_ico{
	width:100px;
	padding:10px 0px 0 20px;
	float:left;
	_margin-top:-12px;
}
.ar_text {
	float:left;
	width:200px;
	_margin-top:-12px;
}
.ar_text p{
	margin-top:8px;
	padding-right:10px;
}
.ar_link{
	text-align:right;
	margin-top:0px; 
	padding-right:10px;
}
.ar_link a{
 	text-decoration:none;
	color:#1c7c7b;
}
.ar_link a:hover{
 	text-decoration:underline;
	color:#1c7c7b;
}
.ar_text ul{
	margin:0px 5px 0px 15px;
	padding:0px 5px 0px 5px;
	list-style-image:url(../images/dot.gif);
}
