body {
    background-color: #cccccc;
    color: #222;
    font-family: Helvetica;
    font-size: 14px;
	margin-left:0px;
	margin: 0;
    padding: 0;
}


#contflash { 
	width:950px;
	margin: 0 auto;
}

#contentflash { 
	margin: 0 auto;
}

#header {
	margin-left:0px;
	margin: 0;
    padding: 0;
	background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    border-color: #666;
    border-style: solid;
    border-width: 0 0 1px 0;
}


#header h1 { 
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#header h3 { 
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#header div.leftButton {
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: white;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	position: absolute;
	top: 7px;
	left: 6px;
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(../images/back_button.png) 0 8 0 14;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#header div.leftButton.clicked {
    -webkit-border-image: url(../images/back_button_clicked.png) 0 8 0 14;
}

#header div.pressed {
    -webkit-border-image: url(../images/button_clicked.png) 0 8 0 8;
}


ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

ul li: first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

ul li: last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

ul li a:active, ul li a:hover {
    background-color:blue;
    color: white;
}

#content {
    padding: 10px;
    text-shadow: 0px 1px 0px #fff;
}

#content a {
    color: blue;
}

#progress {
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}



.foot { 
	font-size:9px; 
	text-align:right;
	}

a:link { 
	color:#0485e1; 
	} 
	
.negrita {
	font-weight: bold;
}


#cuerpolista {	
				width:320px;
				background:#0282D1;
				float:left;
				}
				
#colizqlista {
				width:320px;
				background:#eeeeee;
				border: 1px solid #999999;
				float:left;
				color: #222222;
				display: block;
				font-size: 12px;
				font-weight: bold;
				margin-bottom: -1px;
				padding: 5px 5px;
				text-decoration: none;
				text-align:left;
				}


#colderlista {
				width:60px;
				height:26px;
				background:#ff0000;
				float:right;
}

label {
			float:left;
			width:70px;
}

input, textarea {
			width:180px;	
}