/*HOJA DE ESTILO DE WWW.STOPSTRESS.COM*/

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background: #222;
}

/*DOS CAPAS DIV PARA CENTRAR LA WEB*/
#container {
	position: relative;
	width: 100%;
	background: url(../images/stopstress_bg.jpg) no-repeat fixed top center;
	padding: 0px;
	min-height: 90%;
	overflow-y: hidden;
}

#container #middle {
	position: relative;
	height: 100%;
	width: 902px;
	margin: 0px auto 0px auto;
}

/*TABLA DE CABECERA*/
#cabecera{
	width: 902px;
	height: 231px;
	margin: 0px auto 0px auto;
	background-color:#222;
}

/*CELDA01 - CABECERA CON EL FLASH*/
#cabecera_celda01{
	background: url(../images/cabecera_01.jpg) no-repeat bottom right;
	width:705px;
	height:244px;
}

/*CELDA02 - CABECERA CON LOS IDIOMAS*/
#cabecera_celda02{
	background: url(../images/cabecera_02.jpg) no-repeat bottom left;
	width:197px;
	height:272px;
}

#cabecera_celda02 ul{
	*margin-top:13px;
	padding-top:120px;
	list-style-type:none;
}

#cabecera_celda02 ul li{
	text-decoration:none;
	float:none;
	padding:0px 0px 2px 20px;
}

#li_en{
	background: url(../images/flag_xx.gif) no-repeat;
}
#li_es{
	background: url(../images/flag_xx.gif) no-repeat;
}
#li_de{
	background: url(../images/flag_xx.gif) no-repeat;
}
#li_it{
	background: url(../images/flag_xx.gif) no-repeat;
}
#li_fr{
	background: url(../images/flag_xx.gif) no-repeat;
}
#li_nl{
	background: url(../images/flag_xx.gif) no-repeat;
}
#li_ja{
	background: url(../images/flag_xx.gif) no-repeat;
}

#cabecera_celda02 ul li a{
	color: #fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#cabecera_celda02 ul li a:hover{
	color: #000;
	background: url(../images/botonMenuHover.png) repeat-x center;
	/*background-color:#ECC301;*/
	text-decoration:none;
}

/*CELDA03 - CABECERA CON EL MENU*/
#cabecera_celda03{
	background: url(../images/cabecera_03.jpg) no-repeat top right;
	width:705px;
	height:28px;
}

#cabecera_celda03 ul{
	list-style-type:none;
	padding-left:50px;
	margin:0px;
	border:0px;
}
#cabecera_celda03 ul li{
	text-decoration:none;
	display:inline;
	color: #ECC301;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;

}

#cabecera_celda03 ul li a{
	text-transform:uppercase;
	color: #fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bolder;
	padding:2px 3px 0px 3px;
}

#cabecera_celda03 ul li a:hover{
	background: url(../images/botonMenuHover.png) repeat-x center;
	color: #000;
	/*background-color:#ECC301;*/
	text-decoration:none;
}

/*TABLA DE CONTENIDOS*/
#contenidos{
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #fff;
}


#contenidos_celda01{
	background: url(../images/bk_esqsupizq.gif) no-repeat top right;
}
#contenidos_celda02{
	vertical-align:top;
}
#contenidos_celda03{
	background: url(../images/bk_esqsupdch.gif) no-repeat top left;
}
#contenidos_celda04{
	background: url(../images/bk_esqinfizq.gif) no-repeat bottom right;
	width:18px;
	heigth:18px;
}
#contenidos_celda06{
	background: url(../images/bk_esqinfdch.gif) no-repeat bottom left;
	width:18px;
	heigth:18px;
}

/* TABLA PIE DE PAGINA */

#piePagina{
	width: 902px;
	margin: 0px auto 0px auto;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.piePagina01{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #fff;
}

.piePagina01 a{
	text-decoration:none;
	color: #fff;
}

.piePagina01 a:hover{
	background-color:#ECC301;
	text-decoration:none;
	color:#000;
}

/*TABLA LINKS WEB2.0*/
#ABOUT_banner_DCH_DENTRO_LINKS{
	width:179px;
	height:50px;
}

#ABOUT_banner_DCH_DENTRO_LINKS ul{
	padding-left:15px;
	*padding-top:10px;
	*margin-left:0px;
	list-style:none;
	text-align:left;
}

#ABOUT_banner_DCH_DENTRO_LINKS ul li{
	color:#333;
	float:none;
	padding:0px 0px 5px 20px;
}
#link_twitter{
	background: url(../images/twitter.gif) no-repeat;
}
#link_youtube{
	background: url(../images/youtube.gif) no-repeat;
}

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

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