/*

Hoja principal de estilo de:
 ______  _   ______  _        _____       ___  ___       ___   _   _      
|___  / | | |___  / | |      /  ___/     /   |/   |     /   | | | | |     
   / /  | |    / /  | |      | |___     / /|   /| |    / /| | | | | |     
  / /   | |   / /   | |      \___  \   / / |__/ | |   / / | | | | | |     
 / /__  | |  / /__  | |       ___| |  / /       | |  / /  | | | | | |___  
/_____| |_| /_____| |_|      /_____/ /_/        |_| /_/   |_| |_| |_____| 

www.zizismail.com

*/

body {
	margin: 0;
	padding: 0;
	background: #1b1919;
	font: normal 14px/17px  Times New Roman, Verdana, Arial, sans-serif;
	color: #fff;
	text-align: justify;
}

html {

	overflow-x: hidden;
	overflow-y: hidden;

}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

/* Principal */

#entorno {
	height: 500px;
	background: #000;
	float: bottom;
}

#fondo {
	position: absolute;
	top:50%;
	left:0%;
	width:100%;
	height:560px;
	margin-top:-296px;
	background: #000;
	z-index: 1;
}

#contenedor1 {
	background: url('/img/fnd_ini.jpg') no-repeat;
}

#contenedor1 img {
	float: right;
	margin: 450px 50px 0 0;
}

/* Interior general (Nota, el menú se define aparte) */

#contenedor1, #contenedor2, #contenedor3, #contenedor4 {
	position:absolute;
	top:50%;
	left:50%;
	width:936px;
	height:527px;
	margin-left:-468px;
	margin-top:-235px;
	z-index: 2;
}

#contenedor2 #titulo, #contenedor3 #titulo, #contenedor4 #titulo {
	margin: -58px 0 0 65px;
	position: absolute;
}

#informacion {
	width: 936px;
	height: 560px;
}

/* Opción 2: Quien soy */

#contenedor2 {
	background: url('/img/fnd_chi.jpg') no-repeat;
}

/* Opción 3: Mi obra */

#contenedor3 {
	background: url('/img/fnd_galeria.jpg') no-repeat;
}

#informacion #texto {
	padding: 40px 40px 40px 40px;
}

#informacion #galeria {
	width:895px;
	margin: -5px 0 0 20px;
}
	
#informacion #galeria #contenedor_galeria {
	height:247px;
	position:relative;
	overflow:hidden;
	padding: 0 0 0 -5px;
}

#informacion #galeria #galeria_izquierda {
	float: left;
	margin: 70px 0 0 0px; /* Cambia para I.E.6 */
	padding: 0 10px 0 0;
}

#informacion #galeria #galeria_derecha {
	float: right;
	margin: 70px 0 0 0;
	padding: 0 0 0 10px;
}

#informacion #galeria #imagenes{
	height:245px;
	width:100000px;
	position: absolute;	
}

#informacion #galeria #imagenes #fingaleria{
	float:left;
}

#informacion #galeria #imagenes img{
	float:left;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border: 1px solid #404040;
	margin: 0 11px 0 0;
}

/* Opción 4: Contatto */

#contenedor4 {
	background: url('/img/fnd_con.jpg') no-repeat;
}

#informacion[id] #contacto {
	background: url('/img/scr_05.png') no-repeat; /* Cambia para I.E.6 */
}

#informacion #contacto {
	width: 446px;
	height: 404px;
	margin: 80px 0 0 55px;
}

#informacion .formulario_contenedor {
	position: relative;
}

#informacion #contacto fieldset {
	border: 0;
	padding: 40px 0 0 0;
}

#informacion #contacto label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
}

#informacion #contacto input {
	font: normal 14px Times New Roman, Verdana, Arial, sans-serif;
	border: 1px solid #000;
	background: url('/img/form01.gif') top left no-repeat;
	text-indent: 5px;
}

#informacion #contacto textarea {
	font: normal 14px Times New Roman, Verdana, Arial, sans-serif;
	border: 1px solid #000;
	background: url('/img/form01.gif') top left no-repeat;
	width: 275px;
	height: 100px;
}

#informacion #contacto p {
	margin: 0 0 10px 0;
}

#informacion #contacto img {
	float: right;
	margin: 10px 50px 0 0;
}

#informacion #contacto a {
	text-decoration: underline;
	color: #fff;
}

#informacion #contacto a:hover {
	text-decoration: underline;
	color: #fff;
}
