﻿/* Body */
body {
	background:#fff;
	font-family:Arial;
	color:#333333;
}

img {
	border:0;
}

/* Notas */
.note {
	font-size:x-small;
}

/* Listas */
ul {
	list-style:none;
	list-style-image:url('images/marker_link.gif');
}

/* Centrado Horizontal*/
.center {
	text-align:center;
}

/* Títulos */
h1 {
	margin: 0;
	font-family: Tahoma;
	font-size: large;
	font-weight: lighter;
	color: #E5371A;
	line-height: 1.2em;
}

h2 {
	margin: 0;
	font-family: Tahoma;
	font-size: medium;
	font-weight: lighter;
	color: #E5371A;
	line-height: 1.2em;
}

/* Contenido*/
#content {
	font-size:0.8em;
	line-height:1.2em;
	text-align:justify;	
}
#content a {
	text-decoration:none;
	color: #e5371a;
}
#content a:hover {
	text-decoration:underline;
}

/* Footer */
#footer {
	font-size:0.69em;
	font-family:Tahoma;
	text-align:right;
	padding: 20px;
}
#footer a {
	color:#909090;
}

/* Company */
#company #content #partners table {
	width: 100%;
	margin: 20px auto;
}

