body{
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
}

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

a:hover{
	text-decoration: underline;
}

#iniciales{
	height: 44px;
	width: 680px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(iniciales.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#flash{
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	height: 495px;
}

#contenido{
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	background-color: #000000;
	border: 5px solid #FFFFFF;
	overflow: auto;
}

#izquierda{
	float:left;
	width: 63px;
}

.izquierda{
	background-image:url(bg_izq_degradado.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#derecha{
	width: 97px;
	float:left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#arriba{
	height: 196px;
}

#abajo{
	padding: 10px;	
	width: 480px;
	overflow: auto;
}

#centro{
	width: 500px;
	float: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	/*height: 510px;*/
	min-height: 510px;
}

#pie{
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
}

#proyectos{
	clear: both;
	padding-top: 10px;
}

#proyectos #imagen{
	padding-top: 8px;
	float: left;
	width: 100px;
}

#proyectos #datos{
	float: left;
	width: 350px;
	padding-left: 10px;
}


#proyecto{
	clear: both;
	padding-top: 10px;
}

#proyecto #titulo{
	padding-bottom: 10px;
}

#proyecto #imagenes{
	float: left;
}


#proyecto #imagenes #imagen{
	width: 230px;
}

#proyecto #imagenes #listado{
	padding-top: 5px;
	margin-top: 3px;
	overflow: visible;
}

#proyecto #imagenes #listado span{
	padding: 5px;
	background-color: #990000;
	border: 1px solid #E0E0E0;
	margin: 3px;
	color: #FF0000;
	font-weight: bold;
	display: block;
	float: left;
	
}

#proyecto #datos{
	float: left;
	width: 230px;
	padding-right: 10px;
}

h1{
	font-family: Verdana;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #9d0000;
}

h2{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.negrita{
	font-weight: bold;
}

p{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	text-align: justify;
}
