@charset "UTF-8";
/* CSS Document */

html{
height: 100%;
overflow-x:hidden;
overflow-y: scroll;
}

body {
	font-size: 1em;
	text-align: center;
	background: #F0F0F0;
    overflow-y: hidden;
	padding:0px;
	margin:0px;
}

/*DIV Principal*/	
#pagecontainer {
width:955px;
text-align:center;
margin:15px auto 0px auto;
display:block;
}

/*Imagen Principal*/
#content {
	width:955px;
	margin:0px;
	padding:0px;
	}

/* Global
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
	
html {
	font: 62.5%/1.3em Verdana, Helvetica, Arial, sans-serif;
		color:#5E5E5E;
}


a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p a:link p a:visited {
	text-decoration: none;
	color:#FF3333;
	
}
p a:hover {
	text-decoration: underline;
	
}

a img {

border:none;

}

p {
	padding: 5px 0px;
	font-weight:normal;
}

ul {
	list-style: none;
}

ol {
padding-left:15px;
}

#center ol li, #fullright ol li {
	list-style: none;
	margin:5px  0 0 25px;
	background: url(../images/arrow_red.jpg) top left no-repeat;
	padding-left:20px;
}

#center ol ol li, #fullright ol ol li {
	list-style: none;
	margin:5px  0 0 0px;
	color:#999999;
	background: none;
	padding:0;
}

li {
	
}

li span {
	color: #555;
	font-size: 1em !important; 
}

th {
	border-bottom: 1px solid #efefef;
}



ol#council ol li{
	
margin:10px 0 0 0px;

text-indent:20px;
color:#999999;

}

ol#council h4
{
margin:0 5px 0 0;
padding:0 5px 0 0;
border-right: 1px solid #CCCCCC;
font-weight:normal;
display:inline;
font-weight:bold;
color:#999999

}
ol#council li:first-child {

background: url(../images/arrow_red.jpg) top left no-repeat;
margin:10px 0 0 0px;
color:#333333;



}


ol#council li:first-child h4 {

color:#FF3333;
font-weight:bold;

}

ol h4 {
margin-left: 0px;
}

