
* {
	font-family: Arial;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;	
}

* html input { overflow: visible; }

html {}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;	
	color: #333333;
	background: #ffffff url('/_resources/media/img/default/bg_repeat.gif') repeat-x;	
}

body.print {
	background: #ffffff;
	padding: 30px;
}

h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: -0.5px;	
	color: #f8550f;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 18px;	
	line-height: 20px;
	font-weight: bold;	
	letter-spacing: -0.5px;	
	margin: 15px 0px 15px 0px;
	color: #333333;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;	
	margin: 10px 0px 10px 0px;
}

h2.denuncia {
	display: block;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0px;
	background: url('/_resources/media/img/default/bg_alertas.gif') repeat-x;	
	margin: 0px;
	margin-top: 10px;
    color: #fff;
    height: 50px;
}

h3.denuncia {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0px;
	margin-top: 10px;
	color: #f8550f;
}

h4.denuncia {
	font-size: 18px;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

p {
	margin: 0px;
}
br { }
hr {
	height: 1px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d4d4d4;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
}

img {
	border: 0px;
}

textarea {
	font-size: 12px;
}

ul {
	margin-top: 10px;
	list-style-type: square;
}