/*-------------------------------------'
' Script: Hoja de Estilo Principal     '
' Site:   www.ayrprieto.cl             '
'-------------------------------------*/

/* GENERAL */

Body
{	background-color:#000000;
	font-family:Verdana;
	font-size:11px;
}
A
{	font-family:Verdana;
	font-size:11px;
}
A:Link
{	color:#B50106;
	text-decoration:none;
}
A:Visited
{	color:#B50106;
	text-decoration:none;
}
A:Hover
{	color:#FF0000;
	text-decoration:underline;
}

/* TEXTO */

.Title,
.Title2,
.Text,
.Footer,
.RightBarTitle
{	font-family:Verdana;
}
.Title
{	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	text-indent:20px;
}
.Title2
{	font-size:14px;
	color:#000000;
	text-indent:20px;
}
.Text,
{	font-size:11px;
	color:#444444;
}
.Footer
{	font-size:11px;
	color:#000000;
}
.RightBarTitle
{	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}