/* General
====================================================================== */
* {
  margin: 0;
  padding: 0;
}

body {
	color: #333;
	font: 10px/20px "Century gothic", sans-serif;
	background: #222 url(../images/background.gif) repeat-x;
}


a {
  color: #aaa;
  text-decoration: none;
}

a:hover {
  color: #afc719;
}

img {
	border:0px;
}

hr {
	color: #383330;
	border-top: 1px dotted #999;
}

#container-page {
	top:50px;
	margin: 0 auto;
	width: 95%;
	text-align: left;
	position: relative;
	font: 16px "Century gothic", sans-serif;
}



/* Contenidos y contenedores
====================================================================== */
#container-content {
  padding: 0 2em 40px 2em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#contenedor {
	position: relative;
	text-align: justify;
	width: 850px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
}

#content-pri {
  width: 80%;
  float: right;
}

#content-sec {
  padding: 1em 0;
  width: 20%;
  float: left;
}

#content-sec ul,#content-sec ul li {
  list-style: none;
}

#intro{
	position: relative;
	text-align: justify;
	width: 600px;
	height: auto;
	padding: 0px;
	margin: 0 auto;
}

#columna-der {
    width: 30%;
    float: right;
    display: inline;
}

#columna-izq {
    width: 65%;
    float: left;
    display: inline;
}

/* CABECERA
====================================================================== */
#title {
	position:absolute;
	height:52px;
	width:200px;
	background:url(../images/logo7.png) no-repeat;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:13px;
}

#top-nav{
	top:31px;
	left:-10px;
	position:absolute;
	width:98%;
	text-align:right;
	margin-right: 0px;
	font: 16px "Century gothic", sans-serif;
}

#line{
	top:53px;
	left:5px;
	right:5px;
	float:center;
	text-align: right;
	position:relative;
	width:95%;
	color:#fff;
	margin-bottom:60px;
}

#top-nav a {
	padding:2px;
}

/* TEXTOS
====================================================================== */
#autor,#autor-contact{
	font-size:12px;
	color:#CCC;
}

#autor-contact{
    width: 35%;
    float: left;
    display: inline;
}

	
#autor a,#autor-contact a {
	color:#FFF;
}

#autor a:hover {
	color:#afc719;
}

#autor .foto_texto{
	float: right;
	overflow: hidden;
	display: block;
	margin:25px;
}
#autor img,#autor-contact img{
	float: center;
	overflow: hidden;
	display: block;
	margin:25px;
}

#autor li{
	list-style-type: none;
	background: url(../images/bullet-list.gif) no-repeat left 8px;
	padding-left: 11px;
	margin-left: 40px;
	text-decoration: none;
}

#autor p,#autor-contact p{
	margin:15px;
	text-align:justify;
}

#autor h4,#autor-contact h4, #ContactForm h4{
	margin:5px;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .5em;
	text-transform: uppercase;
	min-height: 90%;
	color:#afc719;
}

/* FORMULARIO
====================================================================== */

#ContactForm {
    width: 55%;
    float: right;
    display: inline;
	font-family: "Century gothic", sans-serif;
	font-size:12px;
	color:#CCC;
	
}

#ContactForm input{
    font-family: "Century gothic", sans-serif;
}

#ContactForm textarea{ 
	font: 14px, "Century gothic", sans-serif;
}

#ContactDatos {
  width: 40%;
  float: left;
}

#ContactDatos a{
	font-size:12px;
	color:#CCC;
}

#ContactDatos a:hover{
	color:#afc719;
}

/* Pie de pagina
====================================================================== */
#footer {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	color: #ddd;
	font-size: x-small;
	text-align: center;
	letter-spacing: .9em;
	font-style: uppercase;
	margin-top:100px;
}

/* Barra lateral
====================================================================== */
#barra{
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: left;
	margin-left:10px;
}

#barra h4{
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	min-height: 90%;
	margin:5px 20px 10px -10px;
	color:#afc719;
	letter-spacing: .5em;
	text-transform: uppercase;
}

.photo_barra{
	margin-top:20px;
}

#barra  a{
	list-style-type: none;
	background: url(../images/bullet-list.gif) no-repeat left 6px;
	text-decoration: none;
	text-align:justify;
	padding-left: 5px;
}