/*HOJA DE ESTILO DE WWW.STOPSTRESS.COM*/
/* TABLA DE CONTENIDO DE LA PAGINA "ABOUT THE GAME" */
#pagina_ABOUT{
	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;
}

/*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.jpg) no-repeat top right;
}

/*VIDEO TRAILER*/
.videoTabla{
	margin:0px auto 10px auto;
	border:5px solid #ccc;
}

.videoTabla img{
	border:0px;
}

.video{
	display:block;
	/*width:480px;
	height:270px;*/
	width:652px;
	height:367px;
}


/*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;
}

.subtitulo02{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #ebd87b;
	display:block;
	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;
	margin-left:0px;
}

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

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

.listado li a:hover{
	text-decoration:underline;
	color:#cc0000;
}


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

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

#ABOUT_banner_DCH_DENTRO_CELDA01{
	background: url(../images/about_banner_dch.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;
}

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

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

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