
body { 
	background: url(../img/bg1.jpg) top right no-repeat; 
	background-attachment:fixed; 
}

header {
    background: #2cad4a;
	padding-top:15px;
	padding-bottom:20px;
}

.header-line {
	background: #015b16;
	padding: 0 0 2px 0;
}

.logo {
	height:60px;
}

.titulo {
	font-family: 'Roboto Condensed', sans-serif;
	color:#01a8f7;
	font-size: 1.7em;
	text-align:center;
}

.subtitulo {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2d3235+0,6f747a+100 */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(45,50,53,1) 0%, rgba(111,116,122,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(0%,rgba(45,50,53,1)), color-stop(100%,rgba(111,116,122,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(45,50,53,1) 0%,rgba(111,116,122,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(45,50,53,1) 0%,rgba(111,116,122,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(45,50,53,1) 0%,rgba(111,116,122,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(45,50,53,1) 0%,rgba(111,116,122,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#6f747a',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.9em;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

.personalinfo {
	vertical-align: middle;
	display: table-cell;
	height: 90px;
	padding-top: 0px;
	padding-bottom: 12px;
}

h1 {
	position: relative;
	font-size: 27px;
	color: #ffffff;
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 2px 4px #000000;
	letter-spacing: 1px;
	-webkit-text-stroke: 1px white;
}

h1 a {
	text-decoration: none;
	color: #022e53;
	position: absolute;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));
	text-shadow: 2 3px 0 #e9e9e9;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
	
h1 a:hover {
	color: #185a50;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.3)), to(rgba(0,0,0,1)));
}

h1:after {
	color: #dbdbdb;
	content : attr(data-title);
}

h2 {
	position: relative;
	font-size: 22px;
	color: #FFF;
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 2px #000000;
	letter-spacing: 0px;
	-webkit-text-stroke: 1px white;
}

.descripcion {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1em;
	color:#ffffff;
	text-align:justify;
	padding-bottom:25px;
}

.lista {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1em;
	padding-left:35px;
	color:#ffffff;
}

ul {
	list-style-image: url(../img/vineta.png);
}

.cont-video {
	padding-top:35px;
	
}

.cont-datos {
	padding-bottom:35px;
}

.cont-datos h4 {
	color:#FFF;
	font-size:.9em;
}

.cont-datos span {
	color:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:.9em;
	text-shadow: 1px 1px 2px #000000;
}

.cont-form-bg {
	padding-bottom:35px;
}

.imagen {
 width: 98px;
 height: 97px;
 border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
-khtml-border-radius: 100px;
 overflow: hidden;
}

.imagen.medio {
	vertical-align: middle;
}

.boton {
	  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #515252);
  background-image: -moz-linear-gradient(top, #000000, #515252);
  background-image: -ms-linear-gradient(top, #000000, #515252);
  background-image: -o-linear-gradient(top, #000000, #515252);
  background-image: linear-gradient(to bottom, #000000, #515252);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
   -webkit-box-shadow: 2px 2px 4px #030303;
  -moz-box-shadow: 2px 2px 4px #030303;
  box-shadow: 2px 2px 4px #030303;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  padding-top:10px;
  padding-bottom:10px;
}

.boton:hover {
  background: #515252;
  background-image: -webkit-linear-gradient(top, #515252, #000000);
  background-image: -moz-linear-gradient(top, #515252, #000000);
  background-image: -ms-linear-gradient(top, #515252, #000000);
  background-image: -o-linear-gradient(top, #515252, #000000);
  background-image: linear-gradient(to bottom, #515252, #000000);
  text-decoration: none;
  color: #ffffff;
}

.form-bg{
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
	text-align:center;
	padding-left:17px;
	padding-right:17px;
	padding-top:17px;
	padding-bottom:17px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41MSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.51) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.66)), color-stop(100%,rgba(0,0,0,0.51))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.66) 0%,rgba(0,0,0,0.51) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.66) 0%,rgba(0,0,0,0.51) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.66) 0%,rgba(0,0,0,0.51) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.66) 0%,rgba(0,0,0,0.51) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#82000000',GradientType=0 ); /* IE6-8 */
}

.form-bg h4 {
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:1.1em;
}

.form-bg p {
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:0.8em;
}

.form-bg input {
	font-family:'Roboto Condensed', sans-serif;
	color:#000000;
	-webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
}

.content-bg {
	padding-top:35px;
	background:#2cad4a;
}

.content-line {
	background: #015b16;
	padding: 0 0 1px 0;
}

.contact-bg {
	padding-top:35px;
	background: #141414;
}

.emaillink {
	color:#b5b5b5;
	font-size:.9em;
}

.emaillink:hover {
	color:#FFF;
	font-size:.9em;
}

.footer-line {
	background: #6f747a;
	padding: 0 0 1px 0;
}

.footer {
	color:#ffffff;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:.9em;
	text-shadow: 1px 1px 2px #000000;
	padding-top:25px;
	padding-bottom:25px;
	background: #000000; 
}

.divider {
	padding: 0 0 25px 0;
}

::-webkit-input-placeholder { color:#000000; }
::-moz-placeholder { color:#000000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000000; } /* ie */
input:-moz-placeholder { color:#000000; }

@media only screen and (max-width:1020px) {
	header {
		text-align:center;
	}
	.content-bg {
		text-align:center;
	}
}



