html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: top; */
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
/*	line-height: 1; */
}
body {
	background-repeat:repeat-x;
	color:#363636;
	font-family:Arial,sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
b{
	color:#c11e24;
	font-size:15px;
}
i{
	font-size:11px;
	font-style:normal;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	float:left;
}

em{
	color:#2397C2;
	font-style:normal;
}
h4{
	font-size:16px;
	font-weight:bold;
	float:left;
	width:100%;
	padding:2px 0 7px 5px;
	color:#336e99;
}
a{
	color:#398fc0;
	text-decoration:none;
}
a:hover{
	color:#17628c;
	text-decoration:underline;
}
.bg_boton_important{
	background-image:url("../images/bg_boton_important.gif");
	background-color:#fff;
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #2D90BB;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	padding:3px 5px;
	margin:3px 0 0;
}
a:hover.bg_boton_important{
	background-position: bottom;
	color:#FFFFFF;
}
.edit_data{
	background-image:url("../images/edit_content.gif");
	background-position:left -37px;
	background-repeat:no-repeat;
	text-decoration:none;
	height:18px;
	float:left;
	padding:1px 0 0 18px;
}
textarea{
	border:1px solid #CCCCCC;
}

