﻿body
{
	font-family:Tahoma;
	font-size:8pt;
	background-image: url(../Images/fondoBody.jpg);
	background-repeat:repeat;
}
H1
{
	font-family:Tahoma;
	font-size:12pt;
	color:#cf3b22;
	font-weight:bold;
	}
H2
{
	font-family:Tahoma;
	font-size:10pt;
	color:#cf3b22;
	font-weight:bold;
	}
	
.exito
{
	font-style:italic;
	}
	
.Pie
{
	font-family:Tahoma;
	font-size:8pt;
	color:Gray;
	}
.BoldRed
{
	font-family:Tahoma;
	font-size:8pt;
	color:#cf3b22;
	font-weight:bold;
	}
.Taller
{
	font-family:Tahoma;
	font-size:8pt;
	color:#008700;
	font-weight:bold;
	}
.BoldGray
{
	font-family:Tahoma;
	font-size:8pt;
	color:Gray;
	font-weight:bold;
	}
.Bordes
{
	border-right:dotted 1px silver;
	border-left:dotted 1px silver;
	border-top:dotted 1px silver;
	border-bottom:dotted 1px silver;
	}
.TextBox
{
	background-color:gainsboro;
	font-family:Tahoma;
	font-size:8pt;
	border-style:none;
	}
.Boton
{
	border-width:1px;
	border-style: solid;
	border-color: Black;
	font-size:8pt;
	font-family:Tahoma;
	background-color:white;
	}
.Slogan
{
	font-family:Tahoma;
	font-size:9pt;
	color:white;
	font-weight:bold;
	}
a
{
	text-decoration:none;
	color:mediumblue;
	}
.linkSinEstilo
{
	text-decoration:none;
	color:black;
	}
.CabeceraNoticias
{
	font-family:Tahoma;
	font-size:8pt;
	color:Gray;
	font-weight:bold;
	border-right:dotted 1px silver;
	border-left:dotted 1px silver;
	border-top:dotted 1px silver;
	border-bottom:dotted 1px silver;
	padding-bottom:2px;
	padding-top:2px;
	}
.Solid
{
	color:#cf3b22;
	font-weight:bold;
	}