﻿/*
Creado por Aitor Diez Encinas http://www.aitordiez.net

Puedes utilizar, modificar y distribuir este estilo libremente si lo haces sin ánimo de lucro

Nombre: adencinas

Descripción: Estilo ..xxxxx.

*/

/* Estructura */
#head{
  	top: 0px;
	width: 900px;
	padding: 30px 30px 10px;
	margin:auto;
	  
}

#menu{
  
}

#content{
  	width: 900px;
	padding: 50px 20px 15px;
	margin:auto;
}

#footer{
    	clear: both;
	width: 900px;
	margin: 30px auto 10px;
}
  
/*Alineación de los elementos, tamaño, bordes...*/

body{
    padding: 0;
    margin: 0;
}

li{
	display:inline;
	padding:0 5px 0;
}
ul{
  	padding:0px;
}
#enlaces_head{
 	padding:0;
 	
  
}
.imagen{
  	width: 500px;
	float:left;
}
.desc_det{
	margin-left: 500px;
	padding: 50px 20px 15px;	
}
.enlaces{
	clear:both;
	width: 500px;
	padding: 20px 0;
}
.enlace{
	border-right: 2px #fff solid;
	padding:0 10px;
	display:inline;
}
.enlace_final{
	padding:0 10px;
	display:inline;
}
.miniaturas{
	display:inline;
	padding: 0 10px;
}
#xhtml{
	display: inline;
	padding-right: 15px;  
}

#css{
	display: inline;
	border-right: 2px solid;
	border-left: 2px solid;  
	padding: 0 15px;
}
#autor{
	display: inline;  
	border-right: 2px solid; 
	padding: 0 15px;
}

#licencia{
	display: inline;  
	padding-left: 15px;
}



/* Propiedades, colores, fuentes, etc */

body{
	color: #fff;
	font-size: 1em;
	text-align: center;
	background: #000;
}
#logo{
	text-align:left;
	font-size:2em;	  
}
#enlaces_head{
  	font-size:1.2em;
}

#content{
  	font-size: 1em;
}
.desc_det{
	text-align:justify;
}
#acerca_de{
	text-align: justify;
}

/*Relativo a las imagenes*/

img {
margin: auto;
border: 1px solid #6699ff;
}

/*Enlaces*/

a:link, a:visited { /* El estado normal de un hipervínculo*/
text-decoration:none;
color:#6699ff;
}
a:hover { /* Cuando pasamos el ratón por encima del hipervínculo */
text-decoration:underline;
color:#fff; 
}
a:active { /* El momento de pinchar el hipervínculo */
text-decoration:none;
color:#6699ff;
}
