/* @group message */

#one {
	width: 100%;
	position:fixed;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-color: rgba(126,126,126,0.81);
		z-index: 50;
}

#one p{
	margin-top: 7px;
	color: rgba(255,255,255,0.75);
	font: small Georgia, "Times New Roman", Times, serif;

}
#one a, #one a:hover,#one a:link{
	text-decoration: none;
	color: #fff;
}



/* @end */

body {
	background-color: #000;
	width: 100%;
}
@font-face {
   font-family:"archer";
   src: url("fonts/Archer-Medium-Pro.otf") format("opentype");
}
@font-face {
   font-family: "archerItalic";
   src: url("fonts/Archer-MediumItal-Pro.otf") format("opentype");
}
@font-face {
   font-family: "archerLight";
   src: url("fonts/Archer-Light-Pro.otf") format("opentype");
}
@font-face {
   font-family: "archerExtraLight";
   src: url("fonts/Archer-XLight-Pro.otf") format("opentype");
}

/* @group cabecera
 */

#header {
	width: 1000px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	border-bottom: 2px dotted rgba(0,0,0,0.5);
	height: 900px;
}
#lineapuntos{
	width: 1000px;
	background-color: #fff;
	margin-right: auto;
	margin-left: -40px;
	padding-bottom: 20px;
	border-top: 2px dotted rgba(0,0,0,0.5);
}
#titulo{
	padding-left: 20px;
	padding-right: 20px;
}

.video{
	padding: 20px;
}
.video iframe{
	border: 1px solid #6f6f6f;
}

#titulo h1{
	font: 35px/50px "caeciliaExtraLight", arial, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-bottom: 35px;
}

#texto{
	width: 940px;
	height:150px;
	float: left;
	margin-left: 20px;
}

#titulo #texto strong{
	font: 20px/27px "caeciliaLight", arial, sans-serif;
	color: #505050;
}

#titulo #texto p{
	font: 15px/23px "caecilia", arial, sans-serif;
	margin-bottom: 10px;
}

#plano_situacion{
	width: 285px;
	margin-left: 0px;
	background-color: #fff;
	height: 290px;
	float: right;
	border: 1px solid #999;
	margin-right: 30px;
}

.addthis{
	margin-top: 15px;
}



/* @end */

/* @group cuerpo del texto */

.postal {
	border-bottom: 2px dotted rgba(0,0,0,0.5);
}

#body {
	width: 1000px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding-bottom: 40px;
}

.titulo{
	width: 940px;
	background-color: rgba(68,68,68,0.6);
	color: white;
	position: absolute;
	padding: 10px;
}

.titulo h2{
	font: 26px/30px "caeciliaLight", arial, sans-serif;
}

.titulo h3{
	font: 15px/20px "caeciliaItalic",arial, sans-serif;
}

.imagen{
	padding: 20px;
}

.texto{
	margin:20px;
	-webkit-column-count:2;
	-webkit-column-gap:15px;
	-moz-column-count:2;
	-moz-column-gap:15px;
	font: 15px/21px "caecilia", arial, sans-serif;
	
}

.consangre {
	text-indent: 30px;
}

.texto h4{
	font: italic 15px/21px "caeciliaItalic", arial, sans-serif;
	
}



/* @end */

/* @group footer */

#footer {
	width: 1000px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

#credits {
	text-align: center;
	padding-top: 20px;
	font: small "caeciliaLight", Georgia, serif;
}
#footimage {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: "caeciliaLight", Georgia, serif;
}

#comments{
	background-color: #fff;
	width: 800px;
	padding-top: 30px;

	padding-left: 100px;
	padding-right: 100px;
	margin-right: auto;
	margin-left: auto;
	font: 18px/21px "caecilia", arial, sans-serif;
	border-bottom: 2px dotted rgba(0,0,0,0.5);
}
/* @end */

