body {
	font-size:100%;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: no-repeat;
}

.fotos {
	background-image: url(img/introfondos/rotar.php);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
}

@font-face {  
	font-family: "tnormalit";  
	font-style:oblique;
	src: url( fonts/tnormal-SemiboldIta.eot ); /* IE */  
	src: local("tnormal-SemiboldIta"), url( fonts/tnormal-SemiboldIta.ttf ) format("truetype"); /* non-IE */  
}
@font-face {  
	font-family: "ttitulos";  
	src: url( fonts/ttitulos.eot ); /* IE */  
	src: local("ttitulos"), url( fonts/ttitulos.ttf ) format("truetype"); /* non-IE */  
} 	 

.elegir {
	font-family:"ttitulos";
	font-size: 26px;
	color: #FFF;
	text-align: right;
	font-weight:normal;
	font-style:normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.textonormal {
	font-family:"tnormalit";
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight:lighter;
	font-style: normal;
	letter-spacing:normal;
	word-spacing:normal;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CC0;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-color: #EFEFEF;
}
