/**								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif; background: #222; }*/

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding: 0 30px 0 30px;
	line-height: 18px;
	color: #000000;
}

#page-wrap						{ /*background: white;*/
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#outerWrapper #contentWrapper #page-wrap h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 20px 20px 30px;
	text-align: center;
}

#slider							{
	background: url(../images/fondoslider2.jpg);
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: 25px 0 0 0;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{
	padding: 40px 30px;
	width: 840px;
	float: left;
	position: relative;
	height: 340px;
}
.slide h1						{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	color: #990000;
	line-height: 20px;
}
.slide p						{
	color: #333333;
	font-size: 12px;
	line-height: 22px;
	width: 260px;
	text-align: left;
}
.slide img						{
	position: absolute;
	top: 20px;
	left: 340px;
}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #990000; background-image:url(../images/fondorayas.jpg); color: #FFFFFF;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
