/**
 * Etiquetas genéricas
 *
 */

body {
	background-color: #8c0a22;
	color: #353434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

acronym {
	cursor: help;
}

a {
	color: #353434;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	color: #212121;
	font-size: 18px;
	font-weight:normal;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color:#212121;
}

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;
}

/**
 * Etiquetas por ID
 *
 */

#wrapper {
	margin: 0 auto !important;
	width: 940px !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;
}

/*estilos para id*/
#wrapper #agesic{
	float:right;
	width:136px;
	height:45px;
	margin:-100px 150px 0 0;
	*margin:-100px 0 0 0;
}

#wrapper #presidencia{
	float:right;
	width:115px;
	height:65px;
	margin:-115px 27px 0 0;
}

#wrapper #datos{
	float:left;
	width:360px;
	height:80px;
	margin:-130px 0px 0 30px;
}
