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

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

body {
	font-size: 1em;
	text-align: center;
	background: url(../images/fondo2.jpg) repeat-x left top #2d2c28;
    overflow-y: hidden;
	padding:0px;
	margin:0px;
}

#imagenflotante{
       width: 410px;
       height: 680px;
       background-image: url(../images/cfondo.jpg);
	   margin: 0px 0px -680px -410px;
	   position:relative;
	   z-index:0;
	   padding:0px;
	   display:block;
	   float:left;
}

#imagenflotante2{
       width: 423px;
       height: 680px;
       background: url(../images/dfondo.jpg) right top;
	   margin: 0px -423px -680px 0px;
	   position:relative;
	   z-index:0;
	   padding:0px;
	   display:block;
	   float:right;
}

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

}

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

/* Global
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
	
html {
	font: 70.5%/1.2em Arial, Helvetica, Verdana, sans-serif;
		color:#333333;
}


a {
	color:#fff;
	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;
}
