/**
 * Style rules for the IPS' site
 * @author Luis Pirir <luispirir@gmail.com, lpirir@truepresence.com>
 */

		  #submenu h3 {
			color: #cfbd83;
			text-align: left;
			font-size: 1.3em;
		  }
		  #text {
		  	float: left;
			width: 750px;
			padding: 1em 0;
			text-align: left;
			padding-left: 10px;
			font-size: 1.2em;
			line-height: 1.4em;
			border-left: 1px solid #ccc;
			color: #424242;
		  }
		  	#text ul, #text ol { margin: 1em 2em; }
			#slider { 
				background-color: #fff; 
				height: 286px;
				width: 719px;
				overflow: hidden;
			}
				#slider ul, #slider li {
					margin:0;
					padding:0;
					list-style:none;
				}
				#slider li{ 				
					width: 721px;
					height: 150px;			
					padding-top: 134px;
					font-family: Georgia;
					font-size: 3.0em;
					line-height: 1.5em;
					text-align: center;
					color: #a69466;
				}
					#slider li#slide7 {
						background: url(../images/ips7.jpg);
					}
					#slider li#slide6 {
						background: url(../images/ips6.jpg);
					}
					#slider li#slide5 {
						background: url(../images/ips5.jpg);
					}
					#slider li#slide4 {
						background: url(../images/ips4.jpg);
					}
					#slider li#slide3 {
						background: url(../images/ips3.jpg);
					}
					#slider li#slide2 {
						background: url(../images/ips2.jpg);
					}
					#slider li#slide1 {
						background: url(../images/ips1.jpg);
					}
					#slider li#slide8 {
						background: url(../images/newhomebanner.jpg);
					}
			#playlist {
				overflow: hidden;
				margin-top: 1em;
			}
				#playlist a {
					float: left;
					width: 185px;
					height: 210px;
					padding: 10px 40px 10px 10px;
					display: block;					
					background: #e9e1cb url(../images/control_play.png) right center no-repeat;
					border: 1px solid #dfd3ac;
					margin-right: 10px;
					color: #6f6c67;
					text-decoration: none;
				}
					#playlist a.last { margin-right: 0; }
					#playlist a cite { 
						font-style: normal;
						display: block;	
						margin-top: 5px;
					}
					#playlist .playing { background: #e9e1cb url(../images/control_pause.png) right center no-repeat; }
					/*#playlist .paused { background: #e9e1cb url(../images/control_play.png) right center no-repeat; }*/
					#playlist a img {
						float: left;
						margin-right: 5px;
						/*display: block;
						text-align: center;
						margin: auto;
						padding: 5px;
						border: 1px solid #efefef;
						margin-bottom: 5px;*/
					}
						#playlist a:hover { text-decoration: none; }
							#playlist a:hover img { border-color: #dfd3ac; }
#boton .lista a .menu_default {
				color: white;
			}
			
#boton .lista  a {
				color: white;
			}			

