@charset "utf-8";
/* CSS Document */
body
{
	background-repeat:repeat;
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.titulo_principal
{
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:underline;
	letter-spacing:3px;
	word-spacing:6px;
}

.titulo_secundario
{
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:underline;
	letter-spacing:1px;
	word-spacing:1px;
}

.titulo_destaque
{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:2px;
}

.descripcion
{
	background-repeat:repeat;
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	text-align:justify;
	color:#333;
}

.item_ficha
{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
	padding-top:2px;
}

.nuestra_empresa
{
	margin:20px;
	margin-top:0px;
	line-height:15px;
}

h1
{
	color:#333;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:2px;
	word-spacing:2px;
}

h2
{
	color:#333;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:6px;
	word-spacing:6px;
}

h3
{
	margin:0px;
	color:#666;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:1px;
}

h4
{
	margin:0px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;
	word-spacing:0px;
}

h5
{
	margin:0px;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	word-spacing:1px;
}

h6
{
	margin:0px;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:1px;
	word-spacing:1px;
}

a
{
	color:#FFF;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:active
{
	text-decoration:none;
	cursor:pointer;
}

a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

#div_principal
{
	background-color:#FFF;
	width:780px;
	height:300px;
}
