﻿body, html
{
	font-family:"Lucida Sans Unicode", "Arial";
	font-size:13px;
	background:#f2f2f2;
}

a 
{ 
	text-decoration:none;
}

#CajaGeneral
{
	text-align:center;
	display:table;
	margin:0 auto 0 auto;
	width:958px;
	border:1px solid #CCC;
}

#CajaInformacion
{
	background:#FFF;
	padding-top:10px;
	clear:both;
}

img
{
	border:0px;
}

#CajaTexto
{
	width:530px;
	position:relative;
	left:35px;
	margin-top:20px;
	text-align:left;
	float:left;
}

.TextoTitulo
{
	color:#0a1825;
}

.TextoCopete
{
	float:right;
}

.TextoContenido
{
	color:#444;
	font-family:"trebuchet ms";
}

#CajaImagen
{
	float:right;
	position:relative;
	left:-30px;
	width:340px;
}
