/* HolaChina CSS - 26 de Marzo de 2006 */

BODY
{
	//background-image: url('bg.jpg');
	margin-top:0px;
	margin-left:0px;
}

/* TABLAS */

TABLE.normal
{
	width: 75%;
	text-align:justify;
	font-size:14px;
	font-family:"Trebuchet MS";

}

TABLE.photonormal
{
	width: 95%;
	text-align:justify;
	font-size:14px;
	font-family:"Trebuchet MS";

}

TABLE.intable
{
	width: 100%;
	text-align:justify;
	font-size:14px;
	font-family:"Trebuchet MS";
}


/* FORMATOS TEXTO */




td.navbar
{
	background-color:red;
	text-align:center;
	font-size:11px;
	font-family:"Trebuchet MS";
	color:white;
	border-style:solid;
	border-width:1px;
	border-color:green;
}

td.langbar
{
	background-color:white;
	text-align:left;
	font-size:11px;
	font-family:"Trebuchet MS";
	color:black;
	border-style:solid;
	border-width:1px;
	border-color:grey;

}


td.BoxedTitle
{
	background-color:red;
	vertical-align:top;
	text-align:justify;
	font-size:14px;
	font-family:"Trebuchet MS";
	color:White;
	border-style:ridge;
	border-width:1px;
	border-color:black;
	padding-left:15px;
	padding-right:15px;
}

td.NormalGrey
{
	background-color:#E8E8E8;
	border-style:ridge;
	border-width:1px;
	border-color:black;
	padding-right:8px;
	padding-left:8px;

}

td.BoxedContent
{
	vertical-align:top;
	padding-right:8px;
	padding-left:8px;
	text-align:justify;
	font-size:12px;
	font-family:"Arial";
}

td.inNormalGrey
{
	vertical-align:top;
	padding-right:8px;
	padding-left:8px;
	text-align:left;
	font-size:12px;
	font-family:"Trebuchet MS";
}

.intro
{
	font-size:16px;
	font-family:"Times new Roman";

}


.mas
{
	font-size:11px;
}

P.title
{
	font-size:18px;
	font-family:"Times new Roman";
	font-weight:bold;
}

/* ENLACES: BARRA DE NAVEGACION */

a.navbar:link
{
	font-size:11px;
	font-family:"Trebuchet MS";
	color:white;
	text-decoration:none;
}

a.navbar:visited
{
	font-size:11px;
	font-family:"Trebuchet MS";
	color:white;
	text-decoration:none;
}

a.navbar:hover
{
	font-size:11px;
	font-family:"Trebuchet MS";
	background-color:green;
	border-color:green;

}

/* ENLACES: NORMAL */

a.normal:link
{
	font-size:14px;
	font-family:"Trebuchet MS";
	color:blue;
	text-decoration:none;
}

a.normal:visited
{
	font-size:14px;
	font-family:"Trebuchet MS";
	color:blue;
	text-decoration:none;
}

a.normal:hover
{
	font-size:14px;
	font-family:"Trebuchet MS";
	color:black;
	text-decoration:underline;
}

.img_left {
float: left;
padding: 3px;
margin: 0;
}


