﻿body {margin: 0; background-image: url('../img/bg.jpg'); font-family: Times New Roman, Verdana, Arial; font-size: 14px; }



#intro {
	width: 488px;
	height: 361px;
	background-color: #c0c0c0;
	margin: 100px auto;
}

	#introUp {
		width: 488px;
		height: 331px;
		background-color: White;
	}
	
		.introSx {
			float: left;
			width: 151px;
			height: 331px;
			background-image: url('../img/logoIntro.jpg');
			background-position: top;
			background-repeat: no-repeat;
		}
		
			#btnEntra {
				width: 124px;
				height: 19px;
				margin-top: 270px;
				margin-left: 10px;
				background-image: url('../img/btnIntro.jpg');
				padding: 5px;
			}
			
			#btnEntra a {color: White; text-decoration: none; width: 134px; height: 29px;}
			#btnEntra a:hover {color: White; text-decoration: underline; width: 134px; height: 29px;}
		
		.introFoto {
			width: 337px;
			height: 331px;
			float: right;
			background-image: url('../img/imgIntro.jpg');
		}
		
	.introFooter {
		width: 480px;
		margin: 7px auto;
		color: White;
		text-align: center;
		font-size: 12px;
	}
	
	.introFooter a {color: White; font-weight: bold}
	.introFooter a:hover {color: #ece8e3}