/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 191px;
	left: 180px;
	color: #000;
}






/*necessities*/
.highContrast {
	position: relative;
	color: #fff;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
}
.highContrast span {
	position: relative;
	height: 15px;
}
span.shadow {
	position: absolute;
}	


.FondoWeb2 {
	background-image: url(images2/fondo.jpg);
	background-repeat: no-repeat;
	background-color: #472F55;
	background-position: center center;
}

.Layer_Galeria {

	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	width: 920px;
	margin-top: -300px;
	margin-left: -460px;
	background-image: url(images2/fondo_contenido7.jpg);
}
.Layer_Trainer {

	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	width: 920px;
	margin-top: -300px;
	margin-left: -460px;
	background-image: url(images2/fondo_contenido9.jpg);
}
.Foro_Ul {
	height: 275px;
	width: 625px;
	overflow: auto;
	scrollbar-face-color:472F55;
	scrollbar-highlight-color:#793F98;
	scrollbar-3dlight-color:#793F98;
	scrollbar-darkshadow-color:#793F98;
	scrollbar-shadow-color:#472F50;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:472F55;
	margin: 0px;
	padding: 0px;
	float: left;
}
.Arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.Arial11_Blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.Arial11_Blanco_AL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F446A7;
	font-weight: bold;
	margin: 4px;
}
.Arial11Rosa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F446A7;
	font-weight: bold;
}
.Arial11Morado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #793E98;
	font-weight: bold;
}
.Arial11Amarillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
}.Trainer_img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 9px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #793E98;
	border-right-color: #793E98;
	border-bottom-color: #793E98;
	border-left-color: #793E98;
}
.Campostexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #603179;
	border: 1px solid #8E4EB1;
	height: 20px;
}
.CamposArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #603179;
	border: 1px solid #8E4EB1;
}
.Trainer_Ul {
	height: 300px;
	width: 635px;
	overflow: auto;
	scrollbar-face-color:472F55;
	scrollbar-highlight-color:#793F98;
	scrollbar-3dlight-color:#793F98;
	scrollbar-darkshadow-color:#793F98;
	scrollbar-shadow-color:#472F50;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:472F55;
	margin: 0px;
	padding: 0px;
	float: left;
}
.Borde_Blanco {
	border: 1px solid #FFFFFF;
}

