﻿body
{
	margin: 0;
	padding: 0;
}

.Titulos
{
	font-family: Arial;
	font-size: 16pt;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 100px;
}
.TitulosAnuncios
{
	font-family: Arial;
	font-size: 13pt;
	color: #ffffff;
	text-transform: uppercase;
}
.TitulosBlancos
{
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

.TitulosInformativas
{
	font-family: Arial;
	font-size: 13pt;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.TitulosNegrita
{
	font-family: Arial;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
}
.TitulosMenu
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.TitulosMenuInferior
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.TitulosAnuncio
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.TitulosGris
{
	font-family: Arial;
	font-size: 20pt;
	color: #BEBEBE;
	font-weight: bold;
}
.TitulosDirectorio
{
	font-family: Arial;
	font-size: 13pt;
	color: #FF8C00;
	font-weight: bold;
}

.Contenido
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	margin: 1px;
}
.ContenidoMenu
{
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	margin: 2px;
}

.ContenidoCeleste
{
	font-family: Arial;
	font-size: 13pt;
	color: #8AB1C3;
	text-align: left;
	margin: 10px;
	font-weight: bold;
}
.ContenidoRed
{
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	text-align: left;
	margin: 10px;
	font-weight: bold;
}
.ContenidoAnuncio
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}

.ContenidoNegrita
{
	font-family: Arial;
	text-align: justify;
	font-size: 10pt;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
}

.Links
{
	font-family: Arial;
	font-size: 10pt;
	color: #0000CD;
	text-decoration: underline;
}

.ContenidoBusqueda
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	margin: 1px;
}

.LinksNegrita
{
	font-family: Arial;
	font-size: 10pt;
	color: #0000CD;
	text-decoration: underline;
	font-weight: bold;
}

.ContenidoCursiva
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}

.Tablas
{
	border-collapse: collapse;
	border-color: #D5D5D5;
	border-width: 1;
	width:300px;
}

.TextoMenu
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

.TextoNegrita
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	margin: 3px;
	font-weight: bold;
}
.TextoNegritaBlanco
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	text-align: justify;
	margin: 3px;
	font-weight: bold;
}
.TextoVerde
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}

.dragContainer
{
	background-color: Transparent;
	height: 122px;
	width: 357px;
	border-bottom-color: black;
}

.dragHeader
{
	background-color: Transparent;
	height: 23px;
	width: 358px;
}
.ContenidoHome
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}
.fondo
{
	background-image: url(images/buscar.jpg);
}
.ContenidoCentrado
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	margin: 3px;
}
.ContenidoBlanco
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
.TextoPequeno
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
}
.TextoPequenoNegro
{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

table.fija
{
	table-layout: fixed;
	text-align: justify;
	width: 400px;
}

.scroll
{
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;  
}

.ContenidoNoAlineado
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin: 1px;
}