/* Redifinición de Clases HTML*/
body {
	font-family:"Courier New", Courier, monospace;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E8E8E8;
	background-color:#000000;
	margin-top: 0px;
	
	background-color:#ffffff;
	color:#000000;
}

a:link,a:visited,a:hover {

	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#555;
}	

a.link1:link,a.link1:visited,a.link1:hover {
	
	font-size:12px;
	text-transform:none;
	text-decoration:none;
	color:#555;

}	

a.link2:link,a.link2:visited,a.link2:hover {

	font-size:12px;
	text-transform:none;
	text-decoration:none;
	color:#555;

}	

/* Clases propias*/
.seccion {
	display:block;
	width:670px;
}

.seccion2 {
	display:block;
	width:670px;
	border:#009933 1px solid;
}

.thumb {
	width:26px;
	height:26px;
	float:left;
	padding-right:4px;
}

.detalle {
	width:656px;
	height:446px;
	padding-top:4px;
	float:left;
}

.menu {
	padding:10px;
	padding-bottom:0px;
	padding-top:20px;
}

.menu2 {
	padding:2px;
	padding-left:20px;
	padding-bottom:0px;
}

.menu3 {
	padding:1px;
	margin-left:38px;
	background-image:url(../images/seleccionado.gif);
	background-repeat:no-repeat;
}

.flecha {
	width:46px;
	height:17px;
	float:left;
	margin-right:2px;
	border-style:solid;
	border-width:1px;
	border-color:#E8E8E8;
}

.caracteristicas_foto {
	width:554px;
	height:17px;
	float:left;
	text-align:right;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

.nombre_foto {
	padding-right:4px;
	font-size:12px;
}

/* Id's propias*/
#contenedor {
	margin-top:25px;
}

#contenedor_portfolio {
	margin-left:260px;
	height:500px;
	width:auto;
}

#contenedor_contactos {
	margin-left:260px;
	height:500px;
	padding-top:100px;
	display:block;
	width:300px;
}

#contenedor_noticias {
	margin-left:250px;
	height:500px;
	padding-top:100px;
}

#contenedor_izquierda {
	background-repeat:no-repeat;
	width:246px;
	height:200px;
	float:left;
}

#logo {
	background-repeat:no-repeat;
	width:225px;
	height:84px;
	float:left;
}

#contenedor_menu {
	padding-top:30px;
	padding-left:20px;
}

#contenedor_pie_portafolio {
	width:656px;
	height:20px;
	padding-top:8px;
	float:left;
}

#idiomas {
	width:100px;
	height:18px;
	float:left;
	padding-left:30px;
}

.creditos {
	font-family:Verdana;
	font-size:9px;
	color:#000;
}

a.credits:link,a.credits:visited,a.credits:hover {
	font-family:Tahoma,Verdana;
	font-size:9px;
	text-decoration:none;
	text-transform:none;
	color:#000;
}	

.texto_txiki {
	font-family:Tahoma,Verdana;
	font-size:10px;
	color:#E8E8E8;
}

.seleccionado {
	border:#000 1px solid;
}

input {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}