@charset "utf-8";
/*definiciones para la pagina en general*/
* {
	margin: 0px; /* se le aplica a todos los <tags> a menos que indiquen una regla distinta */
	padding: 0px;
}
body {
	background: #50ADDC;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.fondo {
	min-width: 1000px;
	width: auto;
	background: #FFF;
}
.contenedor {
	width: 1000px;
	display: block;
}
.pie {
	background: url(../imagenes/banda.gif) repeat-x;
	width: auto;
	min-height: 60px;
	text-align: center;
	padding-top: 50px;
}
.pie a {
	color: #03F;
}
/*definicion para el cuerpo de la página*/
.cuerpo {
	width: 1000px;
	clear: right;
}
.contenido{
	width: 745px;
	min-height: 520px;
	background: url(../imagenes/grayline.gif) repeat-x bottom;
}
.caja {
	width: 225px;
	background: url(../imagenes/right_span.gif) repeat-y right    ;
	float: right;
	clear: right;
}
.caja #st{
	color: #333;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 5px;
}
.caja #tl{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.caja p {
	color: #666;
	margin-left: 13px;
	margin-right: 13px;
}
.caja a {
	margin-left: 58px;
}
.cajaabajo {
	width: 225px;
	height: 9px;
	background:url(../imagenes/bottom_span.gif) no-repeat;
}