@font-face {
    font-family: 'open_sansregular';
    src: url('../fuentes/OpenSans-Regular-webfont.eot');
    src: url('../fuentes/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fuentes/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fuentes/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'linux_libertine';
    src: url('linlibertine_adrs-webfont.eot');
    src: url('linlibertine_adrs-webfont.eot?#iefix') format('embedded-opentype'),
         url('linlibertine_adrs-webfont.woff') format('woff'),
         url('linlibertine_adrs-webfont.ttf') format('truetype'),
         url('linlibertine_adrs-webfont.svg#linux_libertine_dispsmallcaps') format('svg');
    font-weight: normal;
    font-style: normal;
 
}


*{
	margin: 0;
	padding: 0;
}
iframe{
	border: none;
}
img{
	border: none;
}
body{
	background-color: #ededed;
	height: 2000px;
	font-family: 'open_sansregular';
}
#contenido{
	width: 100%;
	margin: 0 auto;
}

a{
	text-decoration: none;
	color: #fff;
}
ul{
	list-style: none outside none;
}
h1{
	font-weight: 100 !important;
}
article{
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
}
.ancla{
	float: left;
	width: 100%;
	margin: -60px 0 0 0;
}

.cierre{
	float: left;
	width: 100%;
}

#ampliado{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	display: none;
	background-image: url("../img/negro_trans.png");
	
}
.ampliado{
	width: 800px;
	height: 60%;
	overflow-x: hidden;
	position: fixed;
	width: 75%;
	position: fixed;
	left: 50%;
	margin: 100px 0 0 -37.5%;
	background-color: #fff;
	padding: 20px;
}
#cer{
	position: absolute;
	right: 10px;
	top:10px;
	width: 27px;
	height: 27px;
	background-image: url("../img/close.png");
	cursor: pointer;
}

/*LIGHTBOX*/


body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-style: solid;
    border-width: 20px;
    border-color: #7a7a7a;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #7a7a7a;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  margin: 20px;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 34%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;

}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  margin: 40px -50px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* CABECERA */
header{
	left: 0;
	position: fixed;
	height: 60px;
	width: 100%;
	background-image: url("../img/negro_trans.png");
	color: #fff;
	
}
header img{
	float: left;
}
#cabecera{
	width: 1008px;
	margin: 0 auto;
}
#cabecera ul{
	float: right;
}
#cabecera ul li{
	float: right;
	position: relative;
	font-size: 12px;
	padding: 20px 10px 0 0;
	height: 40px;
	display:block;
}
#cabecera ul li a:hover{
	color: #ca819f;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}


/* MENU */
#menn{
	display: none;
}
nav{
	 pointer-events: none;
	left: 0;
	position: fixed;
	height: 60px;
	width: 100%;
	color: #fff;
}
#menu{
	width: 858px;
	margin: 0 auto;
	padding: 0 0 0 100px;
}
#menu ul li{
	pointer-events: all;
	float: left;
	font-size: 12px;
	padding: 20px 10px 0 10px;
	height: 40px;
	
}
#menu ul li a{
	color: #fff;
}
.activo{
	background-color: #ca819f;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#menu ul li a:hover{
	color: #ca819f;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
.activo a:hover{
	color: #fff !important;
}

/* DESTACADO */

.destacado{
	float: left;
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #000;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.destacado #contenido{
	width: 1008px;
	margin: 0 auto;
	text-shadow: rgba(50, 50, 50, 0.498039) 0px 1px 5px;
	
}
/*
.destacado #contenido img{
	position: absolute;
	height: 500px;
	top:0;
	margin: 0 auto;
}
*/
.destacado #contenido h1{
	font-family: 'linux_libertine';
	position: relative;
	width: 800px;
	text-align: center;
	font-size: 56px;
	color: #ca819f;
	margin: 130px auto 0 auto;
	font-weight:bold;
	font-weight: 100;
}
.destacado #contenido p{
	position: relative;
	width: 800px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin: 20px auto 0 auto;
	line-height: 30px;
	font-weight: 100;
}

/* DESTACADO 3COL */

.destacado3{
	float: left;
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #000;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.destacado3 #contenido{
	width: 1008px;
	margin: 0 auto;
	text-shadow: rgba(50, 50, 50, 0.498039) 0px 1px 5px;
	
}
/*
.destacado #contenido img{
	position: absolute;
	height: 500px;
	top:0;
	margin: 0 auto;
}
*/
#iz{
	width: 36px;
	height: 69px;
	background-image: url("../img/izq.png");
	position: absolute;
	left: 0;
	top: 230px;
}
#iz:hover{
	background-position: 0 69px;
}
#de{
	width: 36px;
	height: 69px;
	background-image: url("../img/der.png");
	position: absolute;
	right: 0;
	top: 230px;
}
#de:hover{
	background-position: 0 69px;
}
.destacado3 #contenido h1{
	font-family: 'linux_libertine';
	position: relative;
	width: 800px;
	text-align: center;
	font-size: 56px;
	color: #ca819f;
	margin: 130px auto 0 auto;
	font-weight:bold;
	font-weight: 100;
}
.destacado3 #contenido p{
	position: relative;
	width: 800px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin: 20px auto 0 auto;
	line-height: 30px;
	font-weight: 100;
}
#des1{
	position: absolute;
}
#des2{
	position: absolute;
	display: none;
}
#des3{
	position: absolute;
	display: none;
}


/* AMPLIADO */

.ampliado h1{
	font-family: 'linux_libertine';
	position: absolute;
	font-size: 26px;
	float: left;
	width: 20%;
	padding: 30px 0 0 30px;
	color: #ca819f;
}
.ampliado p{
	float: right;
	width: 70%;
	line-height: 130%;
	font-size: 15px;
	color: #777777;
	padding: 30px 30px 0 0;
	position: relative;
}
.ampliado .img{
	width: 20%;
	height: 20%;
	position: absolute;
	left: 50px;
	top: 117px;
}
.ampliado .over{
	width: 100%;
	height: 320%;
	background-size: 100%;
	background-repeat: no-repeat;
	
}

/*ARTICULO 1COL*/
.col1{
	background-color: #f6f6f6;
	padding-bottom: 50px;
}
.articulo1{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
	
}
.articulo1 h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	width: 220px;
	float: left;
	color: #ca819f;
	font-size: 26px;
	margin: 0 20px 0 0;
	height: 200px;
}
b{
	float: right;
	color: #ca819f;
	width: 648px;
}
strong{
	float: right;
	color: #ca819f;
	width: 100%;
}

h1 strong{
	
	color: #fff;
	font-weight: 100;
	
}

.articulo1 p{
	float: right;
	position: relative;
	width: 746px;
	font-size: 15px;
	line-height: 30px;
	right: 0;
	margin-left: 20px;
}
.articulo1 img{
	width: 228px;
	float: left;
	left: 0;
	position: relative;
	clear: both;
	margin: 10px 0 150px 0;
}

/*ARTICULO 1COLB*/
.col1b{
	background-color: #000;
	padding-bottom: 50px;
}
.articulo1b{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
	padding-bottom: 50px;
}
.articulo1b h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	width: 1008px;
	float: left;
	color: #ca819f;
	font-size: 30px;
	text-align: left;
	margin: 0 20px 10px 0;
}
b{
	float: right;
	color: #ca819f;
	width: 648px;
}
.articulo1b p{
	float: left;
	position: relative;
	width: 648px;
	font-size: 14px;
	right: 0;
	color: #A3A3A3;
}


/*ARTICULO 1COLC*/
.col1c{
	background-color: #000000;
	padding-bottom: 50px;
}


/*ARTICULO 2COL*/
.col2{
	background-color: #434547;
	padding-bottom: 50px;
}
.articulo2{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
	background-color: #eeeeee;
}
.articulo2 .columna{
	width: 490px;
	position: relative;
	padding: 4px;
	margin-right: 4px;
	margin-top: 4px;
	float: left;
}

.articulo2 h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	position: relative;
	width: 1008px;
	float: left;
	color: #ca819f;
	font-size: 28px;
	margin: 0 0 10px 0;
}

.articulo2 .columna h1{
	font-family: 'open_sansregular';
	width: 490px;
	float: left;
	color: #ca819f;
	font-size: 16px;
	margin: 10px 0 0 0;
}
b{
	float: left;
	color: #ca819f;
	width: 648px;
}
.articulo2 p{
	color: #A3A3A3;
	float: left;
	width: 490px;
	font-size: 18px;
	line-height: 36px;
	margin: 10px 0 0 0;
}
.articulo2 img{
	position: relative;
	top: 4px;
	width: 100%;
	float: left;
}


/*ARTICULO 4COL*/


.col4{
	background-color: #eeeeee;
	margin-bottom: 50px;
	
}
.articulo4 .columna{
	width: 220px;
	position: relative;
	padding: 4px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 10px;
	cursor: pointer;
	
	display: inline-block;
    vertical-align: top;
    *display: inline;
	
}

.articulo4 h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	position: relative;
	width: 1008px;
	float: left;
	color: #ca819f;
	font-size: 26px;
	margin: 0 0 20px 0;
	font-weight: 100;
}
.articulo4 h1 b{
	color: #000;
	font-size: 10px;
	font-weight: 100;
}
.articulo4{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
	background-color: #eeeeee;
}
.articulo4 .columna h1{
	font-family: 'open_sansregular';
	width: 240px;
	float: left;
	color: #ca819f;
	font-size: 14px;
	margin: 228px 0 0 0;
	margin-bottom:10px;
}
b{
	float: left;
	color: #ca819f;
	width: 648px;
}
.articulo4 p{
	float: left;
	width: 240px;
	font-size: 14px;
	right: 0;
	margin: 10px 0 0 0;
	display: none;
}
.articulo4 .img{
	position: absolute;
	width: 220px;
	height: 224px;
	overflow: hidden;

}
.articulo4 .over{
	position: absolute;
	top: 4px;
	width: 220px;
	height: 220px;
	float: left;
	background-size: 220px;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.articulo4 .over:hover{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

/*ARTICULO 4COLB*/
.col4b{
	background-color: #434547;
	padding-bottom: 50px;
}
.articulo4b .columna{
	background-image: url("../img/negra.png");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 220px;
	position: relative;
	padding: 4px;
	margin-right: 20px;
	margin-top: 4px;
	display: inline-block;
    vertical-align: top;
    *display: inline;
}
.articulo4b .columna:hover{
	background-color: #fff;	
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.articulo4b h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	position: relative;
	width: 1008px;
	float: left;
	color: #ca819f;
	font-size: 28px;
	margin: 0 0 20px 0;
}
.articulo4b{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
}
.articulo4b .columna h1{
	font-family: 'open_sansregular';
	width: 210px;
	float: left;
	color: #ca819f;
	font-size: 16px;
	margin: 6px 0 0 0;
	padding-left: 10px;
	padding-bottom: 4px;
}
b{
	float: left;
	color: #ca819f;
	width: 648px;
}
.articulo4b p{
	float: left;
	width: 210px;
	font-size: 14px;
	right: 0;
	margin: 10px 0 0 0;
	display: none;
}
.articulo4b img{
	position: relative;
	top: 4px;
	width: 240px;
	float: left;
	margin: 0 0 4px 0;
}
/*ENLACES*/
.enla{
	background-color: #f6f6f6;
	padding-bottom: 50px;
}
.enlaces .columna{
	background-image: url("../img/negra.png");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 236px;
	position: relative;
	padding: 4px;
	margin-right: 4px;
	margin-top: 4px;
	display: inline-block;
    vertical-align: top;
    *display: inline;
    
}
.enlaces .columna:hover{
	
	background-color: #fff;	
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.enlaces h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	position: relative;
	width: 1008px;
	float: left;
	color: #ca819f;
	font-size: 28px;
	margin: 0 0 20px 0;
}
.enlaces{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
}
.enlaces .columna h1{
	font-family: 'open_sansregular';
	width: 240px;
	float: left;
	color: #ca819f;
	font-size: 16px;
	margin: 6px 0 4px 0;
	padding-left: 10px;
	padding-bottom: 4px;
}
b{
	float: left;
	color: #ca819f;
	width: 648px;
}


.enlaces a{
	color: #ca819f;
}


/*ARTICULO FOTOSA*/
.foto_a{
	background-color: #434547;
	float: left;
	padding-bottom: 50px;
}
.fotos_a{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
	background-color: #eeeeee;
}
.fotos_a h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	position: relative;
	width: 1008px;
	float: left;
	color: #ca819f;
	font-size: 28px;
	margin: 0 0 20px 0;
}


.fotos_a .columna{
	width: 220px;
	position: relative;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 20px;
	float: left;
	padding: 4px;
	height: 219px;
}

.fotos_a .columna .foto{
	width: 220px;
	height: 220px;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
}
.fotos_a .columna #img{
	position: relative;
	float: left;
	margin: 0;
	width:220px;
	height: 220px;
	background-repeat: no-repeat;
}
.fotos_a .columna .over{
	position: relative;
	float: left;
	margin: 0;
	width:220px;
	height: 220px;
	background-position: top center;
	background-size: 450px;
}
.fotos_a .over{
	position: absolute;
	width: 220px;
	height: 220px;
	float: left;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    background-repeat: no-repeat;
    background-position: center center;
}
.fotos_a .over:hover{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

/*ARTICULO VIDEOSA*/
.vida{
	background-color: #eeeeee;
	margin-bottom: 50px;
}
.videosa .columna{
	width: 304px;
	position: relative;
	padding: 4px;
	margin-right: 24px;
	margin-top: 4px;
	float: left; 
	
}
.videosa .columna:hover{
	background-color: #fff;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	
}
.videosa h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	position: relative;
	width: 1008px;
	float: left;
	color: #ca819f;
	font-size: 28px;
	margin: 0 0 20px 0;
}
.videosa{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
	background-color: #eeeeee;
}
.videosa .columna h1{
	font-family: 'open_sansregular';
	width: 304px;
	float: left;
	color: #ca819f;
	font-size: 14px;
	margin: 256px 0 6px 0;
}
b{
	float: left;
	color: #ca819f;
	width: 648px;
}
.videosa p{
	float: left;
	width: 304px;
	font-size: 14px;
	right: 0;
	margin: 10px 0 0 0;
	display: none;
}
.videosa iframe{
	position: absolute;
	top: 4px;
	width: 304px;
	float: left;
	margin: 0 0 0 -304px;
}

/* CONTACTO */

.contacto h1{
	margin: 4px 0 14px 40px !important;
	width: 480px !important;
	float: right;
	font-family: 'open_sansregular' !important;
	font-size: 16px!important;
}
.contacto p{
	width: 480px !important;
	float: right;
	margin: 0px 0 0 40px !important;
	line-height: 30px;
	font-size: 15px;
}
fieldset{
	border: none;
	float: left;
	text-align: left;
}
input{
	width: 80%;
	float: left;
	border: none;
	background-color: #eeeeee;
	height: 30px;
	margin-bottom: 10px;
}
.con{
	background-color: #25292D;
	padding-bottom: 50px;
}
.cont{
	position: relative;
	width: 1008px;
	margin: 0 auto;
	color: #777777;
	margin-top: 50px;
	padding-bottom: 50px;
}
.cont h1{
	font-family: 'linux_libertine';
	font-weight: 100;
	width: 100%;
	float: left;
	color: #ca819f;
	font-size: 30px;
	text-align: left;
	margin: 0 20px 20px 0;
}
.cont b{
	float: left;
	color: #ca819f;
}
.cont p{
	float: left;
	position: relative;
	font-size: 14px;
	color: #fff;
	width: 20%;
	margin-top: 6px;
	margin-bottom: 13px;
}
form{
	width: 480px;
	float: left;
}
#enviado{
	width: 1008px;
	background-color: #5d985d;
	margin: 8px 0 0 0;
	padding: 4px 0;
	color: #fff;
	float: left;
	text-align: center;
}
#error{
	width: 1008px;
	background-color: #ca0000;
	margin: 8px 0 0 0;
	padding: 4px 0;
	color: #fff;
	float: left;
	text-align: center;
}
textarea{
	width: 80%;
	border: none;
	background-color: #eeeeee;
}
#boton{
	border: none;
	background-color:#d1d1d1;
	height: 40px;
	font-size: 14px;width: 30%; margin: 5px 20%;
}
#boton:hover{
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
/* PIE */

footer{
	width: 100%;
	height: 80px;
	background-color: #000;
	color: #fff;
	float: left;
}
#pie{
	position: relative;
	width: 1008px;
	margin: 0 auto;
}
#pie p{
	float: left;
	margin: 28px 0 0 0;
	font-size: 14px;
	width: auto !important;
}

/* GRIDS */
