/*HOJA DE ESTILO DE WWW.STOPSTRESS.COM*/
/* TABLA DE CONTENIDO DE LA PAGINA "DOWNLOADS" */
#pagina_DOWNLOADS{
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

#tituloCELDA{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 24px;
	font-weight:bold;
	color:#222222;
	padding:5px 0px 5px 0px;
}

#centralCELDA{
	background-color:#eaeaea;
	border: solid 1px #BFBFBF;
	border-bottom:none;
	padding:10px 10px 0px 10px;
	*padding-bottom:10px;
}

#centralCELDA a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	text-decoration:underline;
}

#centralCELDA a:hover{
	text-decoration:underline;
	color:#000;
	background-color: #ECC301;
}

/*TABLA DE SEPARADOR*/
#separador{
	width: 902px;
	height: 31px;
	margin: 0px auto 0px auto;
}

#separador_celda01{
	background: url(../images/separador_01.jpg) no-repeat top right;
}

#separador_celda02{
	width:197px;
	background: url(../images/separador_02_2.jpg) no-repeat top right;
}

/*ESTILOS TEXTOS*/

.subtitulo01{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #ECC301;
	display:block;
	text-indent:7px;
}

.negrita{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
	color: #000;
	text-indent:7px;
}

.parrafo{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000;
	text-align:left;
	padding-left:7px;
}

.listado{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	list-style-type:none;
	padding-left:15px;
}

.listado li{
	background: url(../images/flecha.gif) no-repeat;
	color:#333;
	float:none;
	padding:0px 0px 4px 15px;
}

/*TABLA THUMBNAILS*/
#tablaThumbnails{
}
#tablaThumbnails td{
	text-align:center;
	width:94px;
	background-color:#bbb;
	padding:4px;
}
#tablaThumbnails a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000;
	text-decoration:none;
}
#tablaThumbnails a:hover{
	background-color: #ECC301;
	text-decoration:none;
}


/*BANNER DERECHA*/
#DOWNLOADS_banner_DCH{
	width:179px;
	vertical-align:top;
}

#DOWNLOADS_banner_DCH_DENTRO{
	width:179px;
	height:404px;
}

#DOWNLOADS_banner_DCH_DENTRO_CELDA01{
	
	background: url(../images/about_banner_dch_3.jpg) no-repeat top left;
	text-align:center;
	padding-bottom:10px;
	*padding-bottom:24px;
	vertical-align:bottom;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
}

#DOWNLOADS_banner_DCH_DENTRO_CELDA01 a{
	text-decoration:none;
	color:#834f37;
	padding:5px 4px 5px 4px;
}

#DOWNLOADS_banner_DCH_DENTRO_CELDA01 a:hover{
	text-decoration:none;
	background: url(../images/botonMenuHover02.png) repeat-x center;
}


/*BANNER ABAJO*/
#DOWNLOADS_banner_ABAJO{
	height:92px;
	vertical-align:bottom;
	background-color:#eaeaea;
}

/*LISTADO DESCARGAS*/

#listadoDownloads{
	padding-left:10px;
	*padding-top:10px;
	*margin-left:0px;
	list-style:none;
	text-align:left;
}
#listadoDownloads li{
	color:#333;
	float:none;
	padding:0px 0px 5px 20px;
	}
#pdf{
	background: url(../images/pdf.gif) no-repeat;
}
#zip{
	background: url(../images/zip.gif) no-repeat;
}

#listadoDownloads li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

#listadoDownloads li a:hover{
	text-decoration:none;
	color:#000;
	background-color:#ebd87b;
}

/*LINEA HORIZONTAL*/
hr{
	border: 0;
 	width: 100%;
	color: #bbb;
	background-color: #bbb;
	height: 1px;
}
