﻿*								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif; background: #222; background-image: url('../../assets/image.jpg'); }

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

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal;  }

h3								{ font-family: Georgia, Serif; font-size: 25px; text-align: center; 
								  font-weight: normal; color: black; text-transform:uppercase;  }


h4								{ font-family: Georgia, Serif; font-size: 18px; text-align: center; 
								  font-weight: normal; color: black; text-transform:uppercase;  }

.red {
	color:#DF8713;
}

.blue {
	color:#022A5D;
}

.blanco {
	color:#ffffff;
}

								  
								  
								  

#page-wrap						{ background: #245259; width: 960px; margin: 0 auto; padding: 5px 0; position: fixed;top: 50%;left: 50%;margin-top: -300px;margin-left: -480px;}

#slider							{ background: white url(../images/top3.jpg); height: 350px; overflow: hidden;
								  position: relative; margin: 10px 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: 190px 30px; width: 900px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #ac0000; }
.slide h5						{ font-family: Helvetica, Sans-Serif; font-size: 25px; letter-spacing: 3px;
								   }

								  
								  
								  
								  
								  
								  
								  
.slide p						{ color: #fff; font-size: 12px; line-height: 22px; width: 400px; }
.slide img						{ position: absolute; top: 20px; left: 500px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }