/* ---------- ---------- Reset CSS ---------- ----------*/
html, body, 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: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* 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;
}

/* ---------- ---------- Estilos CSS ---------- ----------*/

html {
	height: 100%;
	background-color: #cccccc;
}

body {
	height: 100%;
	width: 1000px;
	margin: auto;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
}

#container {
	min-height: 100%;
	width: 1000px;
	background: #ffffff url(../images/nav.png) repeat-y scroll left top;	
	margin: 0 auto;
}

#nav {
	float: left;
	width: 256px;
}

#accordion{	
	font-size: 12px;
	padding: 40px 0 0 5px;
	margin: 0 30px 0 0;
}

#accordion h3{	
	font-size: 12px;
	padding: 3px 5px 3px 22px;	
}

#accordion ul{
	color: #df0015;
}

#accordion ul li{
	background: transparent url(../images/bullet.png) no-repeat scroll left 8px;
	padding-left: 8px;
}

#accordion a:link{
	color: #000000;
	text-decoration: none;
}

#accordion a:visited{
	color: #0078a3;
	text-decoration: none;
}

#accordion a:hover{
	color: #df0015;
	text-decoration: underline;
}

#accordion div{
	overflow: hidden;
}

#content{
	float: left;
	width: 744px;
	background-color: #ffffff;
}

#content h1{
	line-height: 20px;
	font-weight: bold;	
	padding-bottom: 20px;
}

#title{
	height: 45px;
	background: #ffffff url(../images/title.png) no-repeat scroll right top;
}

#info{
	padding: 10px 0 15px 0;	
	color: black;
}

#info p{
	line-height: 20px;
	padding-right: 25px;
}

#info ul{
	line-height: 20px;
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: disc;
}

#info object{
	margin: 10px 0 0 35px;
}

.txtLink{
	cursor: pointer;
	color: #E32436;
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

#clearfooter {
	height: 68px;
	clear: both;
}

#footer {
	width: 1000px;
	background: transparent url(../images/footer.png) no-repeat scroll left top;
	height: 68px;
	margin: -68px auto 0 auto;
}
