/******************************************/
/*              GENERICOS                 */
/******************************************/
html, body {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background: #EDF0F4;
	height: 100%;
	font-family: Verdana, Arial;
	font-size: 12px;
}

ul li {
	list-style-type: circle;
	}

a:link {
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 16px;
}

p.margin {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

h2 {
	font-size: 21px;
	font-family: arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FF9900;
	letter-spacing: -1px;	
}

h3 {
	font-size: 14px;
	margin: 0px;	
	padding: 4px 0px 4px 16px;
	background-image: url(../img_migracion/bullet.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	float: left;
	line-height: 14px;
}

h3.new-home {
	width: 357px !important;	
	width/**/: 375px;		
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 3px 18px;
	background-image: url(../img_migracion/bullet_noticia.gif);
	background-position: 1px 0px;
	background-repeat: no-repeat;
	float: left;
}

h3.title-new {
	margin: 0px;	
	padding: 4px 0px 4px 20px;
	background-image: url(../img_migracion/bullet_noticia.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	float: left;
}

h3.manual {
	width: 255px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 18px;
	background-image: url(../img_migracion/bullet_manual.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}

h3.manual-list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 18px;
	background-image: url(../img_migracion/bullet_manual_list.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}

.clear {
	clear: both;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
} 

input {
	font-size: 10px;
	height: 18px;	
	padding: 2px 2px 2px 4px;
	margin: 0px;	
	border: 1px solid #A4A4A4;
	background: #ffffff;
}

select {
	font-size: 10px;
	margin: 0px;	
	background: #ffffff;
}

.orange {
	color: #FF9900;
}