/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#9fb1b5;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#013857;
	
	scrollbar-face-color: #DFE5E8; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #3E505A; 
	scrollbar-3dlight-color: #F3F3F3; 
	scrollbar-darkshadow-color: #3E505A; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #D4108D;
}

a:link { 
	color: #3E505A;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited  {
	color: #3E505A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #A4B4BC; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: bold;
}

/* Estructura */
.Bg {
	
}

.Contenido {
	background-color:#FFF;
	width:948px;
}	

.SombraIzquierda {
	background:url(../ima/sombra-izquierda-repetir.jpg) top repeat-y;
	width:10px;
}

.SombraDerecha {
	background:url(../ima/sombra-derecha-repetir.jpg) top repeat-y;
	width:10px;
}

/* Menu */
.Menu {
	display:block;
	text-align:center;
	background:url(../ima/menu-fondo.jpg) center no-repeat;;
}

/* Base */
.TxtBase {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#516566;
	line-height:12px;
}

.aTxtBase,.aTxtBase:link,.aTxtBase:visited,.aTxtBase:active {
	font-size:11px;
	font-weight:normal;
	color:#516566 !important;
	text-decoration:none;
}

.aTxtBase:hover {
	color:#F06 !important;
	text-decoration:underline;
}

/* Estilo sitio original */
.Tit { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#D40E8C;
	font-weight: bold;
}

.Tit2 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#00396E;
	font-weight: bold;
}

.SubM {  
	font-size: 11px;
}

.SubM a:link {
	color: #00396E;
	font-weight:
	bold;
	text-decoration:none;
}

.SubM a:visited  {
	color: #00396E;
	font-weight: bold; 
	text-decoration:none;
}

.SubM a:hover {
	color:#0087BD; 
	font-weight: bold; 
	cursor:hand;
}

.SubM a:active {
	color: #00396E; 
	font-weight: bold; 
	text-decoration:underline;
}

.Esp {
	font-family: Arial, Helvetica, sans-serif;
	color:#0087BD;
	font-weight: bold;
}

.Esp2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight: bold;
}

.r1 {
	background-color: #E9F4FE;
}

.linkOculto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

