/* CSS para la web */

body {
	background-color:#FFF;
	margin-top:10px;
	text-align: center;
} 

a {color: #0000FF;text-decoration: none}
a:visited {color: #0000FF;}
a:hover {color: #003399;text-decoration: underline;}
#chat a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height:20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#chat a:visited {
	color: #000;
	font-weight: bold;
	line-height:20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#chat a:hover {
	color:#0A8DBE;
	text-decoration: underline;
	font-weight: bold;
	line-height:20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}#cabecera a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height:20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#cabecera a:visited {
	color: #FFF;
	font-weight: bold;
	line-height:20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#cabecera a:hover {
	color:#0A8DBE;
	text-decoration: underline;
	font-weight: bold;
	line-height:20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#Webs {
	position:absolute;
	width:100%;
	z-index:1;
	visibility: hidden;
}
#Admin {
	position:absolute;
	width:100%;
	z-index:1;
	visibility: hidden;
}

.Cabecera {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	
}
.Disenio {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #DF6B02;
	line-height: 26px;
	letter-spacing: 2px;
}
.Marcos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	color: #1474B0;
	font-weight: bold;
	font-style: italic;
	line-height: 32px;
	letter-spacing: 1px;
}
.Sombra{
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px black, 1px -1px 1px #fff, -1px -1px 1px #fff, 0px 1px 1px #fff, 1px 0px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
	filter: Glow(Color=#400000, Strength=2);
	height:0;
}
.Cuerpo {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	/*border: thin outset #CCCCCC;*/
	margin-top: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
	vertical-align:middle;
}
.Chat{
	background-image: url(../Imagenes/Chat.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.Contenido {
	width: 100%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position:center;
}
.ContenidoBD {
	width: 805px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position:center;
}

.FinalPagina {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


.BarraMenu {
	background-color: #8BDBF9;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}
td.transOFF {
	background-color:#0A8DBE;
}
td.transON {background-color: #FFFFFF;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.50;}

h1{
	margin:0px;
	font:13px;
	display:inline;
	font-family: "Cooper Std Black";
	color: #1474B0;
} 
h2{ margin:0px;font:13px; display:inline;} 
h3{ margin:0px;font:13px; display:inline;} 
h4{ margin:0px;font:13px; display:inline;} 
.Titulos {
	font-family: "Palatino Linotype";
	color: #CC0000;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.BarraDerecha {
	float:right;
	width: 165px;
	margin-left:auto;
	margin-right:auto;
}
.TextoP {
	font-size: 12px;
}
.TextoN {
	font-size: 16px;
}
.TablaCabecera {
	color: #FFF;
	background-color: #444;
}
.Tit {
	font-family: "Cooper Std Black";
	font-size: 24px;
	text-align: center;
	color: #1474B0;
}
.Tit1 {
	font:13px;
	display:inline;
	font-family: "Cooper Std Black";
	color: #1474B0;
}
.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.Arial20bi {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.BarraMenuP {
	background-color: #CC6600;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	line-height: 4px;
	text-decoration: none;
	text-align: center;
}
.Arial13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
