﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #272727;
    text-align: center;
}
.caja {
	background-image:url(images/backgroundRecorte.png);
	background-repeat:repeat-y;
	width:962px;
	margin-left:0px;
}
.Contenido {
	clear:both;
	overflow:hidden;
	text-align:left;
	width:960px;
	padding-left:25px;
	padding-bottom:10px;
	widht:910px;

}
.Link {
	color:#fe0000;
	text-decoration:none;
}
.Link:over {
	color:#fe0000;
	text-decoration:underline;
}
.Texto 
{
	font-family:Arial;
	font-size:12px;
	color:Silver;
	color:#cccccc;
	width:910px;
}
.Subtitulo {
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:#fe0000;
	margin-top:10px;
}
.TituloPrincipal 
{
	font-family:Arial;
	font-weight:bold;
	font-size:24px;
	color:#fe0000;
	margin-top:15px;
}
