/** PSA - Estilos **/

/** Generales **/
body {
	background: url("../img/psa-bg.png")
}
header {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 4px 6px #000027;
	height: 120px;
	margin-top: 30px;
	position: relative;
}
nav {
	font: normal 200 24px 'yanone_kaffeesatzregular';
	position: absolute;
	right: 0;
	top: 30px;
}
	nav ul {
			margin: 0;
			padding: 0; 
			list-style: none;
			position: relative;
			display: inline-table;
		}
			nav ul:after {
				content: ""; clear: both; display: block;
			}
				nav ul li {
					float: left;
				}
				nav ul li:hover > ul {
					display: block;
				}
					nav ul li a {
						color: #007fc8;
						display: block;
						padding: 12px 24px;
						text-decoration: none;
						text-shadow: 0px 1px 2px #979797;
						transition: color 600ms ease-in-out;
					}
						nav ul li a:hover {
							color: #002e5a;
							transition: color 600ms ease-in-out;
						}
footer {
	clear: both;
	color: #007fc8;
	font: normal 200 12px 'sansationregular';
	height: 60px;
	text-align: center;
}
	footer p {
		line-height: 60px;
		margin: 0;
	}
span.facebook a:link,
span.facebook a:visited {
	background: url("../img/facebook.jpg") top left no-repeat;
	height: 44px;
	width: 44px;
}
	span.facebook a:hover {
		background-position: 0 -44px;
	}
span.linkedin a:link,
span.linkedin a:visited {
	background: url("../img/linkedin.jpg") top left no-repeat;
	height: 44px;
	width: 44px;
}
	span.linkedin a:hover {
		background-position: 0 -44px;
	}
span.redes a:link,
span.redes a:visited {
	display: inline-block;
	margin: 0 5px;
	text-indent: -9999px;
}
/** Clases **/
.activo a {
	color: #002e5a;
}
.autor {
	display: inline-block;
	margin-left: 115px;
}
	.autor a {
		color: #007fc8;
		text-decoration: none;
	}
.base {
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 960px;
}
	.base-header {
		margin: 0 auto;
		overflow: visible;
		position: relative;
		width: 960px;
	}
.contacto-info {
	height: 280px;
	left: 100px;
	position: absolute;
	top: 120px;
	width: 340px;
}
	.contacto-info h1 {
		border-bottom: 1px solid #dcdcdc;
		color: #007fc8;
		font: normal 200 36px 'yanone_kaffeesatzregular';
		margin: 10px 0 10px 0;
		padding-bottom: 10px;
	}
	.contacto-info p {
		color: #676767;
		font: normal 200 16px/22px 'sansationregular';
		margin: 0;
		padding: 0 0 0 12px;
	}
.clientes-list {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 4px 6px #000027;
	float: left;
	margin: 15px 0 0 0;
	position: relative;
	width: 350px;
}
	.clientes-list h1 {
		border-bottom: 1px solid #dcdcdc;
		color: #007fc8;
		display: block;
		font: normal 200 36px 'yanone_kaffeesatzregular';
		margin: 0 auto;
		padding: 10px;
		text-align: center;
		width: 300px;
	}
	.clientes-list ul {
		margin: 0;
		padding: 10px 20px 10px 30px;
	}
	.clientes-list li {
		color: #676767;
		font: normal 200 14px/20px 'sansationregular';
		text-indent: -3px;
	}
.derechos {
	display: inline-block;
}
.facebook {
	bottom: 10px;
	right: 55px;
}
.linkedin {
	bottom: 10px;
	right: 5px;
}
.lista-der {
	float: left;
	margin: 20px 40px 0 40px;
	padding: 0;
	width: 400px;
}
	.lista-der h1 {
		color: #007fc8;
		font: normal 200 30px 'yanone_kaffeesatzregular';
		margin: 10px 0 10px 0;
	}
	.lista-der p {
		color: #676767;
		font: normal 200 14px/18px 'sansationregular';
		margin: 0;
		padding: 0 0 0 12px;
	}
	.lista-der ul {
		color: #676767;
		column-count: 2;
		font: normal 200 14px/18px 'sansationregular';
		margin: 20px 0 0 0;
	}
.lista-izq {
	float: left;
	margin: 20px 40px 20px 40px;
	padding: 0;
	width: 400px;
}
	.lista-izq h1 {
		color: #007fc8;
		font: normal 200 30px 'yanone_kaffeesatzregular';
		margin: 10px 0 10px 0;
	}
	.lista-izq p {
		color: #676767;
		font: normal 200 14px/18px 'sansationregular';
		margin: 0;
		padding: 0 0 0 12px;
	}
.logos {
	background: #dedede;
}
.politicas {
	display: inline-block;
	margin-left: 130px;
}
	.politicas a {
		color: #007fc8;
		text-decoration: none;
	}
.redes {
	position: absolute;
}
.wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1140px;
}
/** ID's **/
#clientes {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 4px 6px #000027;
	height: 560px;
	margin: 15px 0 0 0;
	overflow: hidden;
	position: relative;
}
#contacto {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 4px 6px #000027;
	height: 560px;
	margin: 15px 0 0 0;
	overflow: hidden;
	position: relative;
}
#filosofia {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 2px 6px #000027;
	float: left;
	margin: 12px 10px 0 0;
	width: 450px;
}
	#filosofia h1 {
		border-bottom: 1px solid #ccc;
		color: #007fc8;
		font: normal 200 30px 'yanone_kaffeesatzregular';
		margin: 10px;
		padding: 0 0 10px 0;
		text-shadow: 0 2px 2px #ccc;
		width: 430px;
	}
	#filosofia p {
		color: #676767;
		font: normal 200 14px/18px 'sansationregular';
		margin: 10px;
		width: 430px;
	}
#form-contacto {
	position: absolute;
	right: 130px;
	top: 14px;
	width: 286px;
}
	#form-contacto label {
		color: #007fc8;
		font: normal 100 24px 'yanone_kaffeesatzregular';
	}
	#form-contacto input[type=submit] {
		background: #007fc8;
		border: 0;
		color: #fff;
		font: normal 100 24px 'yanone_kaffeesatzregular';
		margin: 3px 0;
		transition: background 600ms ease-in-out;
		width: 282px;
	}
		#form-contacto input[type=submit]:hover {
			background: #002e5a;
			transition: background 600ms ease-in-out;
		}
	#form-contacto input[type=text] {
		background: #cccccc;
		border: 0;
		color: #808080;
		font: normal 200 18px 'sansationregular';
		height: 24px;
		margin: 6px 0;
		text-indent: 4px;
		width: 280px;
	}
	#form-contacto textarea {
		background: #cccccc;
		border: 0;
		color: #808080;
		font: normal 200 12px 'sansationregular';
		height: 100px;
		margin: 6px 0;
		text-indent: 4px;
		width: 278px;
	}
#gracias {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 4px 6px #000027;
	height: 500px;
	margin: 15px 0 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
	#gracias h1 {
		color: #007fc8;
		font: normal 200 60px 'yanone_kaffeesatzregular';
		margin-top: 140px;
	}
	#gracias p {
		color: #808080;
		font: normal 200 24px 'sansationregular';
		margin: 0 auto;
		width: 600px;
	}
#logo-psa {
	position: absolute;
	left: 0;
	top: 35px;
}
#objetivos {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 2px 6px #000027;
	float: left;
	height: 223px;
	margin: 12px 0 0 10px;
	padding: 15px;
	width: 460px;
}
	#objetivos h1 {
		border-bottom: 1px solid #ccc;
		color: #007fc8;
		font: normal 200 30px 'yanone_kaffeesatzregular';
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		text-shadow: 0 2px 2px #ccc;
	}
	#objetivos ul {
		margin: 10px;
		padding: 0;
		width: 430px;
	}
	#objetivos li {
		color: #676767;
		font: normal 200 14px/18px 'sansationregular';
	}
#portadas {
	margin-top: 15px;
	text-align: center;
}
	#portadas iframe {
		box-shadow: 0px 0px 35px #007fc8;
	}
	#portadas img {
		box-shadow: 0px 0px 35px #007fc8;
	}
#servicios {
	background: linear-gradient(#fff, #e1e1e1);
	box-shadow: 0px 4px 6px #000027;
	margin: 15px 0 0 0;
	overflow: hidden;
}
#slide-clientes {
	float: left;
	list-style: none;
	margin: 15px 0 0 15px;
	padding: 0;
}
	#slide-clientes img {
		background: #ccc;
		box-shadow: 0px 2px 6px #000027;
	}
#slide-nos {
	margin: 16px 0 0 0;
	list-style: none;
	padding: 0;
	position: absolute !important;
	right: 30px;
	top: 680px;
	width: 460px;
}
	#slide-nos img {
		box-shadow: 0px 2px 6px #000027;
		width: 490px
	}
#social {
	height:	60px;
	position: relative;
}
	#social h2 {
		bottom: 12px;
		color: #007fc8;
		font: normal 200 30px 'yanone_kaffeesatzregular';
		margin: 0;
		padding: 0;
		position: absolute;
		right: 120px;
		text-shadow: 0 2px 2px #ccc;
	}
/** Fuentes **/
@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation-regular-webfont.eot');
    src: url('../fonts/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation-regular-webfont.woff') format('woff'),
         url('../fonts/sansation-regular-webfont.ttf') format('truetype'),
         url('../fonts/sansation-regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}