/**
 * Etiquetas genéricas
 *
 */

body {
	background-color: #0a676f;
	color: #353434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

acronym {
	cursor: help;
}

a {
	color: #353434;

	text-decoration: underline;

}

a:hover {
	text-decoration: none;
}

p{
	line-height:16px;
}

h1 {
	color: #212121;
	font-size: 18px;
	font-weight:normal;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color:#212121;
	margin:0 0 10px 0;
}

h3 {
	padding:10px 0;
	font-size: 12px;
	color:#212121;
}

h4 {
	font-size: 14px;
	color:#212121;
	font-weight:normal;
}


hr {
	color: #ddd;
	border: 1px solid #ddd;
	height: 2px;
	margin:10px 0;
}

/**
 * Etiquetas por ID
 *
 */

#wrapper {
	margin: 0 auto !important;
	width: 940px !important;
	padding:0px !important;
	height:auto;
}

#wrapper #content {
	background-color: white !important;
	padding:42px;
	height:auto;
	min-height:280px;
}

/**
 * Clases genéricas
 *
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}



		

