@charset "utf-8";
/* INDEX */
#foto_index  {
	position:absolute;
	top:47%;	/*nos posicionamos en el centro del navegador*/
	left:48%;	/*determinamos una anchura*/
	width:751px;
	margin-left:-380px;	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	height:568px;	/*determinamos una altura*/
	margin-top:-300px;	/*indicamos que el margen superior, es la mitad de la altura*/
	padding:5px;
	overflow:no;
	z-index:-10;
}
#menu_space{
	position:fixed;
	width:210px;
	height:100%;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
}
#menu {
	left:10px;
	top:50%;
	height:568px;	/*determinamos una altura*/
	margin-top:-284px;	/*indicamos que el margen superior, es la mitad de la altura*/	
}
html>body #menu {position:fixed;}
#registro {
	position:absolute;
	top:80%;
	color:#999999;
	left:30px;
}
/* FIN INDEX */

a {text-decoration:none; color:#999999;} 
a:link {text-decoration: none;}
a:visited {text-decoration: none}
a:active {color: #000000; text-decoration: none}
a:hover {text-decoration: none;}
img {border-style: none; background: url(loading.gif) no-repeat 50% 50%;}
body { scrollbar-base-color : #FFFFFF; scrollbar-arrow-color : #1111111; }
#menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	list-style:none;
	color:#999999;
	padding-top:3px;
}
#menu #m_index li {font-size:16px;}
#menu #m_foto li {font-size:15px; padding-top:0px;}
#menu #m_foto li img {vertical-align:middle;}
#menu #m_issue li {font-size:16px; padding-top:0px; display: inline;}
#menu li a:hover {color:#B22222;}
#menu #m_issue li a:hover {font-size:18px; color:#B22222;}
/* FOTOGRAFIA */
html>body #contenido {
  position:absolute;
  top:50%;
  left:210px;
  width:100%;
  height:600px;
  margin-top:-300px;
  z-index:-10;
}
#contenido p {color:#999999; font-size:16px;}
.hor {width:900px;	height:600px;}
.ver {width:400px;	height:600px;}
.hzon{width:1264px; height:600px;}
.lub {width:600px;	height:600px;}	
.web {width:700px;	height:500px; padding-right:5px;}
#contenido img {margin-right:25px;}
h1,h2,h3,h4,h5 {color:#999999;}
/* FIN FOTOGRAFIA */
/* ARTWORK*/
html>body #artwork_index {
  position:absolute;
  top:50%;
  left:50%;
  width:600px;
  margin-left:-400px;
  height:500px;
  margin-top:-240px;
  z-index:-10;
}
html>body #artwork {
  position:absolute;
  top:50%;
  left:240px;
  width:100%;
  height:500px;
  margin-top:-290px;
  z-index:-10;
}
.tipo_artwork {font-size:60px; letter-spacing:10px;}
#artwork_index a:hover {color:#B22222;}
#artwork_index td {padding-top:20px;}
#artwork p {color:#666666;}
.web_mini {width:200px;	height:150px;}
/* FIN ARTWORK */
/* CONTACTO */
#contacto  {
	position:absolute;
	top:50%;	/*nos posicionamos en el centro del navegador*/
	left:50%;	/*determinamos una anchura*/
	width:430px;
	margin-left:-215px;	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	height:480px;	/*determinamos una altura*/
	margin-top:-320px;	/*indicamos que el margen superior, es la mitad de la altura*/
	padding:5px;
	overflow:no;
	z-index:-10;
}
#contacto p {color:#999999; font-size:18px;}
#contacto td { text-align:center;}
/* FIN CONTACTO */
