html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
} 
body {
	clear: both;
	width: 100%;
	font-family: tahoma, Arial, Helvetica, Sans-Serif;	
	font-size: 11px;
	color: #32456c;
	text-align: center;
}
a, a:visited, a:active {
	letter-spacing: 0px;
	text-decoration: none;
	font-family: tahoma, Arial, Helvetica, Sans-Serif;
	color: #32456c;
	display: inline;
}
a:hover{
	text-decoration: underline;
}

.clear { 
	clear: both 
}
acronym, abbr { 
	cursor: help 
}
.curp {
	cursor: pointer;
}

img {
	border: 0px;
	display: inline;
}
.container {
	height: auto;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
}

.header {
	font-size: 12px;
	color: #DA0802;
	margin-bottom: 5px;
}
.header2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: black;

}
