body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 11px;
	background: url(http://www.studiospro.com/cyerg/images/bg.png) repeat #000000;
}
a {
	color: #999900;
	text-decoration: none;
}
p {
	margin: 0;
	padding:0;
}
a.topKeys {
	color: #BDBDBD;
	text-decoration:none;
	border-bottom: 1px dotted #777;
	margin: 0 5px;
}
a.topKeys:hover {
	border-bottom: 1px dotted #ccc;
	color: #fff;
}



/************ ESTILOS GLOBALES *************/
.regis {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.colorPink {
 color: #FF3366;
}
.colorGreen {
	color: #86B300;
}

.colorGrey {
	color: #555;
}


.quotes {
	font-size: 35px;
	font-weight: bold;
}

.bgLink:hover {
	background: #DFECF2;
	color: #555;
}

#movieAltInner ul {
	list-style: circle;
	float: left;
	margin-right: 50px;
}
#movieAltInner li {
	list-style-image: url(../imgs/list_arrow.gif);
	margin: 20px 0;
}
#movieAltInner li a {
	color: #999;
	border-bottom: 1px dotted #ccc;
}
#movieAltInner li a:hover {
	background: #DFECF2;
	color: #555;
	border-bottom: 1px dotted #555;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/************ CONTENEDORES *************/
#headInfo {
	width: 100%;
	background:#191717;
	text-align:center;
	color: #CCC;
	clear: both;
}
#headInfo p {
	padding: 10px;
}

#footInfo {
	width: 100%;
	text-align:center;
	background: #191717;
	color: #fff;
	clear: both;
}
#footInfo span {
	color: #fff;
	padding: 5px;
}

.whiteBox {
	width: 880px;
	height: 580px;
	background: #000000;
	margin: 55px auto 80px auto;
	padding: 10px 10px;
}

/***************** CONTACT INFO *******************/
.contactBox {
	float: left;
	width: 200px;
	list-style: none;
	display: block;
	padding: 5px;
	margin: 10px 10px 0 10px;
}

/*************************************************/
/* //-- portfolio general -- */
.image img { float: left; display: inline;  }
.image { float: left; position: relative; padding: 10px; margin: .85em; background: #191717; display: inline;  }

/* //-- overrides and common elements -- */

#tooltip { background: #ff0099; color: #ffffff; width: 220px; text-align: left;	padding: 1em; display: none; opacity: 0.80 }
#tooltip h3 { font-size: 92%; margin: 0; padding: 0; text-transform: uppercase }


/* //-- ZP /image.php -- */
.imgnav { margin: 0; width: 590px; top: 190px; left: -15px; position: absolute; }
.imgnav div { width: 48px; height: 71px; padding: 0 }
.imgnav div a { display: block; position: relative; }
.imgprevious {  float: left }
.imgnext { float: right }
.view { margin: 0; width: 54px; height: 30px; bottom: -5px; right: -5px; position: absolute; }
.view div a { display: block; position: relative; }


/********************************************************************************/
/********************************************************************************/
/*STYLING FORM*/
form#mailing {
 background-color: #CCCCCC;
 color: #000000;
 border: 1px solid #999999;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-align: right;
}
#login.text {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 100px;
 margin-right: 6px;

}