body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.fondoBlanco{
	background-color: #FFFFFF;
}

/* FLOAT PARA POSICIONAR LA IMAGEN A LA DERECHA EN LAS NOTICIAS */

.floatright { float: right; }

/* ACA TERMINA EL CODIGO CSS PARA ALINEAR UNA IMAGEN A LA DERECHA  */

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


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

.BordeMenuFondo {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #006699;
	background-color: #0033FF;
	color:#FFFFFF;
 	font-weight:bold;
}

.BordeEntidadesInformaFondo {
	border: 1px solid #000099;
	font-size:13px;
	background-color:#FFFFFF;
 	font-weight:bold;
}

.BordeEntidadesInformaFondoNOPUBLICAN {
	border: 1px solid #FFFFFF;
	font-size:13px;
	background-color:#FFFFFF;
 	font-weight:bold;
}


.BordeEntidadesInformaFondoNombreLinea {
	border-bottom: 1px solid #000099;
	font-size:13px;
	background-color:#D7F5FF;
 	font-weight:bold;
}

.BordeTituloInformaFondo {
	border: 1px solid #C4C4FF;
	background-color:#FFFFFF;
 	font-weight:bold;
	color:#FFFFFF;
	height:26px;
	background-image:url(../imagenes/titulos.jpg);
}

.BordeDelivery {
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	color:#FF6600;
 	font-weight:bold;
}


.Separador {
	color:#0066FF;
	border-top: 1px #0066FF;
	border-top:thin dashed;
	border-bottom:none;
	border-left:none;
	border-right:none;
	
}

.bordeGris{
	border: 1px solid #E8E8E8;
}

.bordeGrisFondo {
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
 	font-weight:bold;
}

/* Este es un estilo para los campos de formulario simples y multiline */

.camporFormularioSimple {
	font-size: 12px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	width: 250px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border: 1px solid #000066;
}

.camporFormularioSimpleSELECT {
	font-size: 12px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	width: 160px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border: 1px solid #000066;
}

.camporFormularioMultiline {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 250px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #B2C2D7;
	height: 100px;
}


.camporFormularioMultiline {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 400px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #B2C2D7;
	height: 150px;
}

/* Estos son los estilos de los titulos */

.tituloInforma {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}

.tituloRestaurantes {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

.tituloDelivery {
	font-size: 16px;
	font-weight: bold;
	color: #660099;
}

.tituloFarmacias {
	font-size: 16px;
	font-weight: bold;
	color: #66FF00;
}

.tituloRecetas {
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
}


.tituloRecetasIndex {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}

.tituloEstamosTrabajando {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}

/* Estos son los estilos de los botones */

.botonBuscarInforma {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	height: 22px;
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	font-weight:bold;
}

/* Este es un estilo para los links */

a.linkMenu:link {
	font-weight: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.linkMenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: none;
}
a.linkMenu:hover {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	font-weight:bold;
}
a.linkMenu:active {
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}


/* Este es un estilo para los links DE RESTAURANTES DEL MENU */

a.linkRestaurantes:link {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}
a.linkRestaurantes:visited {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}
a.linkRestaurantes:hover {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}
a.linkRestaurantes:active {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}

/* Este es un estilo para los links DE DELIVERY DEL MENU */

a.linkDelivery:link {
	color: #660099;
	font-size: 16px;
	font-weight: bold;
}
a.linkDelivery:visited {
	color: #660099;
	font-size: 16px;
	font-weight: bold;
}
a.linkDelivery:hover {
	color: #660099;
	font-size: 16px;
	font-weight: bold;
}
a.linkDelivery:active {
	color: #660099;
	font-size: 16px;
	font-weight: bold;
}

/* Este es un estilo para los links DE FARMACIAS DEL MENU */

a.linkFarmacias:link {
	color: #66FF00;
	font-size: 16px;
	font-weight: bold;
}
a.linkFarmacias:visited {
	color: #66FF00;
	font-size: 16px;
	font-weight: bold;
}
a.linkFarmacias:hover {
	color: #66FF00;
	font-size: 16px;
	font-weight: bold;
}
a.linkFarmacias:active {
	color: #66FF00;
	font-size: 16px;
	font-weight: bold;
}

/* Este es un estilo para los links DE RECETAS DEL MENU */

a.linkRecetas:link {
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}
a.linkRecetas:visited {
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}
a.linkRecetas:hover {
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}
a.linkRecetas:active {
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}


/* Este es un estilo para los links DE RECETAS DE TITULOS */

a.linkRecetasTitulos:link {
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
}
a.linkRecetasTitulos:visited {
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
}
a.linkRecetasTitulos:hover {
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
}
a.linkRecetasTitulos:active {
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
}

/* Este es un estilo para los links DE RECETAS DEL MENU */

a.linkInformaInforma:link {
	color: #FFFFFF;
	line-height:1.3;
	font-size: 16px;
	font-weight: bold;
}
a.linkInformaInforma:visited {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height:1.3;
}
a.linkInformaInforma:hover {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height:1.3;
}
a.linkInformaInforma:active {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height:1.3;
}

/* Este es un estilo para los links DE VER MAS */

a.linkVerMasInforma:link {
	color: #000066;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasInforma:visited {
	color: #000066;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasInforma:hover {
	color: #000066;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasInforma:active {
	color: #000066;
	font-size: 11px;
	font-weight: bold;
}

/* Este es un estilo para los links DE LISTADO COn POP UP */

a.linkVerMasPopUp:link {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasPopUp:visited {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasPopUp:hover {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasPopUp:active {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

/* Este es un estilo para los links DE VER MAS */

a.linkVerMasRecetas:link {
	color: #0099FF;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasRecetas:visited {
	color: #0099FF;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasRecetas:hover {
	color: #0099FF;
	font-size: 11px;
	font-weight: bold;
}
a.linkVerMasRecetas:active {
	color: #0099FF;
	font-size: 11px;
	font-weight: bold;
}


/* Este es un estilo para LOS LINKS DEL FOOTER */
.footerLetra{
	color:#808080;
	font-size: 12px;
	font-weight: bold;
}

a.linkFooter:link {
	color: #0066FF;
	font-size: 12px;
	font-weight: bold;
}
a.linkFooter:visited {
	color: #0066FF;
	font-size: 12px;
	font-weight: bold;
}
a.linkFooter:hover {
	color: #0066FF;
	font-size: 12px;
	font-weight: bold;
}
a.linkFooter:active {
	color: #0066FF;
	font-size: 12px;
	font-weight: bold;
}

.Contenido {
	font-size: 12px;
}

