﻿/* diseño de CSS */
/* TIPOGRAFIA Y COLORES */

body {
	background: #000000 url('imagenes/principal/fondopage.jpg') no-repeat center top;
	color: #FFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#page{

	padding: 0px;
	margin: auto;
	z-index: 1;
	width: 900px;
}

#encabezado {
	margin: auto;
	text-align: center;
	width: 600px;
	height: 140px;
}

#contenedor {
	margin: auto;
	position: relative;
	width: 900px;
}

#contenido {
	margin: auto;
	text-align: left;
	width: 600px;
}

#contenido ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contenido ul li {
	padding: 0;
	float: left;
}
#contenido ul li a {
	display: block;
	width: 200px;
	height: 120px;
	padding: 0px;
	text-decoration: none;
}
#contenido ul li a:hover {
	background-position: center bottom;
}
#contenido ul li a span {
	display: none;
}

.linkbio {
	background: url('imagenes/principal/bio.jpg') no-repeat scroll center top;
}
.linkfot {
	background: url('imagenes/principal/fot.jpg') no-repeat scroll center top;
}
.linkdiw {
	background: url('imagenes/principal/diw.jpg') no-repeat scroll center top;
}
.linkblo {
	background: url('imagenes/principal/blo.jpg') no-repeat scroll center top;
}
.linkfol {
	background: url('imagenes/principal/fol.jpg') no-repeat scroll center top;
}
.linkcon {
	background: url('imagenes/principal/cont.jpg') no-repeat scroll center top;
}


/*TEXTO*/
/*TEXTO*/
/*TEXTO*/


/* LINKS */
/* LINKS */
/* LINKS */

/*IMAGENES*/
/*IMAGENES*/
/*IMAGENES*/

/*TABLAS*/
/*TABLAS*/
/*TABLAS*/

#proyectos {
	margin: auto;
	width: 580px;
}
#proyectos a {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}


/*FORM*/
/*FORM*/
/*FORM*/

input, textarea, select {
	background: #333333;
	border: 1px #666666 solid;
	color: #FFFFFF;
}
input:focus {
	background: #666666;
}

/*HTML*/
/*HTML*/
/*HTML*/

a {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #0099FF;
}

img {
	border: 0px;
}

p {
	padding: 2px;
	margin: auto 0 10px 0;
}

h2 {
	font-size: 1.4em;
	margin: auto;
	padding: 0;
}