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

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

body {
	font-size: 1em;
	text-align: center;
	background: #171717 repeat-x left top;
    overflow-y: hidden;
		padding:0px;
	margin:0px;
}

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

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

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

/*Imagen Principal*/
#content {
	width:899px;
	margin:0px;
	padding:0px;
	z-index:10;
	}

#flash {
	width:410px;
	height:200px;
	display:block;
	padding:0px;
	position:relative;
	z-index:30;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}

#anuncios {
	width:469px;
	height:100px;
	display:block;
	padding:0px;
	position:relative;
	z-index:30;
	float: right;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}

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


a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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;
}

.doce_negrita {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

input[type=text]{
	font-family: arial;
	font-size: 11px;
}

input[type=password]{
	font-family: arial;
	font-size: 11px;
}

.catorce_blanca {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

.catorce_333333 {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
	
}