/*
CSS screen
Juan Manuel Alcon Lopez / diseñador multidisciplinar
leelo para aprender, pero no lo copies ...
esta combinación de reglas hace que mi sitio sea como es,
gracias campeón!!
*/

/* -> LAYOUT GENERAL <<------------------------------ */
html{
	margin: 0;
	background: url(../imagenes_juanmanuelalcon/fondo.gif) repeat-x;
}
body{
	font: 62.5%/130% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
body#sobre-mi #container{
	background: url(../imagenes_juanmanuelalcon/sobre-mi.jpg) no-repeat right top;
}
#container{
	position: relative;
	margin: 0 auto;
	width: 780px;
	min-height: 500px;
}
#header{
	margin-top: 60px;
	height: 80px;
	padding-bottom: 10px;
}
#content, #content-portfolio{
	min-height: 300px;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 40px;
}
.columna{
	float: left;
	width: 150px;
	margin: 0 60px 0 0;
}
.columna-about{
	float: left;
	width: 200px;
	margin: 0;
}
#contacto{
	float: left;
	width: 340px;
	margin-left: 20px;
}
/* -> MENUS <<------------------------------ */
#header ul{
	position: absolute;
	top: -15px;
	right: 2px;
}
#header li{
	float: left;
	font-size: 1.4em;
	padding: 0 15px 20px;
	background: transparent url(../imagenes_juanmanuelalcon/puntos.gif) repeat-y right top;
}
#footer ul{
}
#footer li{
	float: left;
	padding: 0 7px;
	margin: 5px 0;
	border-left: 1px solid #999;
}
ul{
	list-style-type: none;
	padding: 0;
}
/* -> LINKS <<------------------------------ */
a{
	text-decoration: none;
	color: #666666;
}
a:link{	
}
a:visited{	
}
a:hover{	
}
a:active{	
}
#header li a:hover, #footer li a:hover, #footer li.activo{
	/*background: #000;*/
	color: #000;
}
#header li.activo{
	/*background: #000 url(../imagenes/puntos.gif) repeat-y right top;*/
	color: #000;
}
/* -> HEADINGS + tipography <<------------------------------ */
h1, h2, h3{
	font-weight: normal;
}
h1{
	font-size:  2.4em;
	margin-bottom: 5px;
}
h2{
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 5px;
}
h3{
	position: relative;
	font-size: 1.1em;
	line-height: 1.3em;	
	background: #000;
	color: #fff;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
}
h3 span{
	position: absolute;
	right: 5px;
}
#contacto h3{
	width: 150px;
}
p, li{
	line-height: 1.5em;
	color: #595959;
}
p{
	font-size: 1.0em;
}
#footer p{
	float: left;
	color: #c6c6c6;
	margin: 5px;
}
.columna p, .columna li, #contacto label, .columna-about p{
	font-size: 1.1em;
}
blockquote{
	float: right;
	margin-right: -15px;
	margin-top: 60px;
	text-align: right;
	font-size: 3.6em;
	color: #9f9f9f;
}
#titulo-autor p{
	margin-right: 15px;
	margin-top: 15px;
	font-size: 24px;
	color: #c4c4c4;
}
#titulo-autor p span{
	display: block;
	margin-top: -10px;
	font-size: 16px;
}
/* -> IMAGENES <<------------------------------ */
#content-portfolio .columna a{
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 4px 12px 12px 0;
	border: 1px solid #999;
	float: left;
}
#content-portfolio .columna a:hover{
	display:block;
	text-indent:-40px;
}
img{
	border: none;
}
/* -> FORMULARIO <<------------------------------ */
label{
	width: 150px;
	float: left;
	margin-right: 30px;
	margin-top: 6px;
}
input[type="text"], textarea{
	width: 145px;
	border: 1px solid #999;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 4px;
}
input[type="submit"], input[type="reset"]{
	border: 1px solid #999;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #595959;
	background: transparent;
}
/* -> EXTRA <<------------------------------ */
.clear{
	clear: both;
}
.last, #content-portfolio .columna a.tercera{
	margin-right: 0;
}
#header .last{
	padding-right: 0;
	background: none;
}
#footer .first{
	padding-left: 0;
	border: none;
}
#footer .last{
	float:right;
	border:none;
}