/* ----------------------------------------------------------------- */
/* default styles */



body {
	background-color: white;
	background-image: url(images/bg.png);
	background-repeat: repeat-x; 
	
	font: 12px/1.5 arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}

img{
	border:none;
}


a:link {
	text-decoration: none;
	color:#ffffff;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#ffffff;
}
a:active {
	text-decoration: none;
	color:#ffffff;
}
a:hover {text-decoration: underline; }


 #header { 
 	
	color:white;
	display:block;
}
 #header ul {	
 	margin:0px; 
	list-style-type:none;	
	display:inline;	
	list-style: none;	
	text-align:right;		
	padding-bottom:0px;	
	padding-top:0px;
	font-weight:bolder;
	font-size:16px;
	margin-left:70px;
}
#header li {
	list-style-type:none;
	margin:0px;		
	display:inline;
	padding-left:30px;
}

td { 
	text-align: center;
	padding-top:20px; 
}

#destacados{
	clear:both;
}

#whitePage{
	clear:both;
	background-color:white;
	border:1px solid grey;
	
	padding:20px;
	padding-top:20px;
}

#title{
	clear:both;
}

h1{
	text-align:left;
	color:white;
	
}

#listAppS{
	clear:both;
}

#body {
	padding: 4px 0;
	float: left;
	display: inline;
	width: 100%;
}



#footer{
	clear:both;
	text-align:center;
	padding:50px;
	margin:auto;
	color:#333;
}


.area {
	text-align: center;
	
	display: inline;
	width: 100%;
}

 .content {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0 19px;
	
}


 .stepcarousel{
position: relative; /*leave this value alone*/
border: 2px solid grey;
overflow: scroll; /*leave this value alone*/
width: 780px; /*Width of Carousel Viewer itself*/
height: 400px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 780px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

  



