
body{
	background-color:#FFF;		
}

#wrap {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	font: normal 10pt Verdana, Helvetica, Arial, Sans-serif;
}

	#head {
		height: 275px;
		background: url("img/head.jpg") no-repeat top;	
		padding: 20px 0 0 20px;
		position: relative;	
	}
		
		#logo {
			text-indent: -9999px;
			display: block;
			height: 170px;
			width: 150px;
			margin-bottom: 35px;
		}
		
		#head p {
			font-size: 8pt;
			letter-spacing:-1px;
			margin-left: -15px;
		}
		
		#head ul {
			margin-left: -1px;
		}
		
		#head span {
			color:#161045;
			font-size: 10pt;
			font-weight: bold;
		}
		
		#head div {
			position: absolute; 
			right: 15px;
			bottom: 60px;
			width: 115px;
		}
		
			#head div p {
				float: left;
				margin-top: 3px;
				margin-right: 5px;
				margin-left: 0;
				color: #aaa;
			}

		#contacto {
			position: absolute;
			right: 10px;
			bottom: 0;
		}
		
	#content {
		overflow: hidden;
		padding: 10px;
	}
		
		#content a:hover {
			background-color: #004080;
			cursor: pointer;
		}
		
		#content a{
			color:  #000;
			text-decoration: none;
			width: 238px;
			height: 110px;
			border:1px solid #ddd;
			float:left;
			background-color:#eee;
			overflow: hidden;
			font-size: 9pt;
			-webkit-transition-duration: 0.3s;
		}
		
			#content a img {
				width: 95px;
				height: 100px;
				margin: 5px;
				float: left;
				-webkit-transition-duration: 0.3s;
			}
			#content a h4 {
				float: right;
				width: 125px;
				margin: 5px 5px 0 0;
			}
	
	#footer {
		height:150px;
		position: relative;
	}
	
		#footer div {
			width: 520px;
			background: #aacfd8;
			float: left;
			color: #161045;
			margin-top: 25px;
			padding: 5px;
			padding-right: 210px;
			box-shadow: 0 10px 10px -2px #ddd;
			-webkit-box-shadow: 0 10px 10px -2px #ddd;
			-moz-box-shadow: 0 10px 10px -2px #ddd;
		}
		
		#footer span {
			color: #ce0808;
		}
		
		#footer a {
			position: absolute;
			right: 10px;
		}
	
	#data {
		font-size:8pt;
		margin: 5px;
		color: #666;
	}
	
	#php-content {
		padding: 10px;
		position: relative;
		overflow: hidden ;
		margin-bottom: 30px;
	}
		#php-content img {
			float: left;
			margin-top: 20px;
		}
		
		
		#php-content a img {
			float: none;
			position: absolute;
			top: 0;
			right: 10px;
			margin-top: 0;
		}
		
		#php-content div {
			float: right;
			width: 500px;
			margin-top: 20px;
		}
			
			#php-content div h1 {
				font-size: 14pt;
				font-weight: bold;
				color: #161045;
				padding-bottom: 10px;
				margin-bottom: 10px;
				border-bottom: 2px solid #bbb;
			}
			
			#php-content div li {
				text-indent: 20px;
				margin: 5px 0;
				background: url("img/bp.gif") no-repeat top left;
				color: #333;
			}
			
			#php-content div p {
				text-indent: 10px;
				color: #333;
				margin-top: 10px;
			}
			
			#php-content div a {
				color: #161045;
				text-decoration: none;
				border-bottom: 1px solid #161045;
			}
			#php-content div a:hover {
				border-bottom: 1px dotted #161045;
			}
			
			#php-content div h2 {
				color: #161045;
				font-weight: bold;
				margin-top: 10px;
			}
			
		
		
