/* CSS Document

Theme Name: GOcipher
Theme URI: http://www.gocipher.com/
Description: GOcipher.
Version: Final
Author: Webmaster GOcipher Team

*/

html {
	margin: 0;
	padding: 0;
	background: #585858 url('images/bg.jpg') repeat-x top center;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
	cursor: default;
}

body {
	margin: 0;
	padding: 0;
	color: white;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Arial;
}

a, a img {
	color: #FFF;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	border: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	text-align: justify;
}

hr {
	border-top: 1px solid #FFF;
	border-left: none;
}

span.green {
	color: #a6c646;
}

span.gray {
	color: #00121F;
}

span.blue {
	color: #0997bc;
}

spanh{
color: #0997bc;
font-size:16px;
}

.wrap {
	width: 990px;
	height: 100%;
	position: relative;
	margin: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* NAVIGATION*/

#nav {
	width: 100%;
	height: 36px;
	position: absolute;
}

#nav div, #nav div input {
	position: relative;
	font-family: Arial;
	text-shadow: -2px -1px 5px black;
	font-size: 12px;
	font-weight: bold;
}

#nav div.left {
	height: 100%;
	position: absolute;
	top: 6px;
}

/* NAVMENU */
#dropmenu,
#dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:69;
	width:100%;
	/*background:#fff;*/
	font-weight:bold;
}

#dropmenu a {
	display:block;
	padding:0.25em 1em;
	color:#CCC;
	/*border-right:1px solid #333;*/
	text-decoration:none;
	/*background:#fff;*/
}

#dropmenu a:hover {
	/*background:#888;*/
	color:#fff;
	text-decoration: underline;
}

#dropmenu li {
	float:left;
	position:relative;
}

#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.9em;
	left:-1px;
}

#dropmenu ul a {
	border-left:1px solid #333;
}

#dropmenu li ul {
	border-top:1px solid #333;
	background: #141414;
	width:22.1em;
}

#dropmenu li ul a {
	padding: 0.10em 1em;
	font-size: 10px;
	width:24.4em;
	height:auto;
	float:left;
	border-bottom: 1px solid #333;
}

#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left:16em;
	margin:0px 0 0 10px;
}

#dropmenu li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul {
	display:none;
}

#dropmenu li:hover ul,
#dropmenu li li:hover ul,
#dropmenu li li li:hover ul,
#dropmenu li li li li:hover ul {
	display:block;
}
/* END NAVEMENU */

#nav div.right {
	width: 285px;
	height: 100%;
	text-align: center;
	background: url('images/top-lines.png') 0 0 no-repeat;
}

#nav div.right form {
	margin-left: -30px;
	height: 36px;
	background: url('images/search.png') no-repeat 127px 0;
}

#nav div.right form fieldset {
	border: 0;
}

#nav div.right input {
	width: 100px;
	margin-top: 6px;
	border: none;
	background: none;
	color: #FFF;
}

#nav div.right input#t {
	width: 48px;
}


/* SIDENAV */

#sidenav {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 3;
	width: 200px;
	background: #003251;
}

#sidenav .sidetop span {
	position: relative;
	top: 10px;
	left: 15px;
}

#sidenav ul {
	width: 170px;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#sidenav ul img {
	margin: -3px 0px 0px -14px;
	border: none;
}

ul#suscribe {
	background: url('images/suscribe.jpg') -5px 45px no-repeat;
	width: 190px;
	margin: 0 0 0 5px;
}

ul#suscribe li {
	margin: 0 0 10px 0;
}

li#newsletter form p:first-child input {
	background: none;
	border: none;
	font-size: 12px;
	color: #00121F;
	font-weight: lighter;
	font-size: 14px;
	width: 180px;
}

li#newsletter form p input {
	background: none;
	border: none;
	color: #a6c646;
	font-size: 16px;
	font-weight: 700;
	margin: 6px 0 6px 3px;
}

ul.sidenav-bottom li {
	font-size: 12px;
	cursor: pointer;
	list-style-position: inside;
	list-style-image: url('images/li-sidebottom.png')
}

ul.sidenav-bottom li.skype {
	list-style-image: url('images/li-skype.png');
}

ul.sidenav-bottom li span {
	top: -6px;
	position: relative;
}

/* CONTENT */
#content {
	color: #757575;
	margin-top: 15px;
	position: relative;
	padding: 25px 0 50px 0;
	background: white top;
}

#content h1 {
	font-size: 2.4em;
}

#content p {
	margin: 5px 0 20px 0;
	line-height: 24px;
	font-size: 1.2em;
}

#con-top {
	margin: 20px auto 0 auto;
	width: 930px;
	height: 400px;
}

#con-top h1 {
	font-size: 2.25em;
	display: block;
	position: relative;
	top: 58px;
	left: 40px;
	width: 910px;
	overflow: hidden;
	color: #333;
	text-shadow: #AAA 1px 1px 0px;
}

#con-top p {
	font-size: 1.5em;
	color: #EEE;
	position: relative;
	top: 80px;
	left: 45px;
	width: 900px;
}

.phone {
	position: relative;
	top: 21px;
	left: 40px;
}

/* CONTACT & ALERTBOX */
.quote {
	border: 1px solid #666;
	color: #666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	opacity: 0.6;
}

.quote:focus {
	opacity: 1;
}

/* END CONTACT & ALERTBOX */

#contact h2, #contact p {
	cursor: pointer;
	position: relative;
	top: 24px;
	right: 65px;
	text-align: right;
}

/* FOOTER */

ul#tabs li a {
	text-decoration: none;
}

ul#tabs li h2 {
	position: relative;
	top: 8px;
	font-size: 15px;
}

#bottom {
	width: 100%;
	height: 330px;
	background: #1D1D1D;
	position: relative;
	bottom: 0;
	border-bottom: 25px solid #181818;
}

#social {
	width: 217px;
	height: 190px;
	position: relative;
	top: 50px;
	left: 10px;
}

#social div {
	width: 217px;
	height: 36px;
	margin-bottom: 7px ;
	position: relative;
	text-indent: 50px;
	padding-top: 6px;
}

#social div p {
	color: #999;
}

#social div.face {
	background: url('images/sheet.png') -220px -332px;
}

#social div.face:hover {
	background: url('images/sheet.png') -220px -374px;
}

#social div.tweet {
	background: url('images/sheet.png') 0px -332px;
}

#social div.tweet:hover {
	background: url('images/sheet.png') 0px -374px;
}

#social div.space {
	background: url('images/sheet.png') -660px -332px;
}

#social div.space:hover{
	background: url('images/sheet.png') -660px -374px;
}

#social div.you {
	background: url('images/sheet.png') -440px -332px;
}

#social div.you:hover{
	background: url('images/sheet.png') -440px -374px;
}

#squares {
	width: 760px;
	height: 167px;
	position: relative;
	top: 50px;
	background: url('images/sheet.png') 0px -161px no-repeat;
}

#squares div {
	width: 370px;
	height: 140px;
	position: relative;
}

#squares div.blue {
	left: 5px;
}

#squares div.blue h2 {
	position: relative;
	left: 60px;
	font-weight: normal;
	font-size: 24px;
	text-shadow: -2px -1px 5px black;
	color: #EEE;
	margin: 10px 0 25px 0;
}

#squares div.blue p {
	position: relative;
	font-weight: normal;
	left: 15px;
	width: 90%;
	margin: 0 0 10px 0;
}

#squares div.green {
	right: 8px;
}

#squares div.green p {
	position: relative;
	font-weight: normal;
	left: 75px;
	font-size: 36px;
	width: 90%;
	font-family: Arial;
	margin: 65px 0 10px 0;
}

#squares div a {
	position: relative;
	left: 270px;
	font-size: 14px;
	font-family: arial;
	text-decoration: none;
}

div#conected img {
	position: relative;
	top: 60px;
	left: 265px;
}

div#wrapsol img.top {
	position: absolute;
	top: 15px;
	left: 350px;
	z-index: 2;
}

div#wrapsol img.side {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 1;
}

div#wrapsol img.bottom {
	position: relative;
	top: 175px;
	left: 425px;
	margin-bottom: 149px;
}

div#wrapsol p {
	position: absolute;
	top: 75px;
	left: 350px;
	z-index: 2;
	font-size: 1.5em;
	width: 625px;
}

div#mobile img.top {
	position: absolute;
	top: 15px;
	left: 350px;
	z-index: 2;
}

div#mobile img.side {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 1;
}

div#mobile img.bottom {
	position: relative;
	top: 175px;
	left: 425px;
	margin-bottom: 149px;
}

div#mobile p {
	position: absolute;
	top: 75px;
	left: 350px;
	z-index: 2;
	font-size: 1.5em;
	width: 625px;
}

div#bottom div h3 {
	position: relative;
	top: 50px;
	margin: 0;
	text-align: right;
	text-shadow: -2px -1px 5px black;
}

div#bottom div hr {
	position: relative;
	top: 50px;
	left: 215px;
	width: 550px;
	border: none;
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #343434;
}

div#bottom div ul {
	position: relative;
	top: 50px;
	left: 390px;
	width: 550px;
	font-size: 10px;
	text-align: right;
	text-shadow: -1px -1px 3px black;
}

div#bottom div ul li {
	float: left;
	padding-left: 10px;
	list-style: none;
}

div#bottom div ul li a {
	color: #454545;
}

/* PAGE */

#con-top-page {
	width: 775px;
	height: 260px;
	position: relative;
	padding-left: 10px;
	background: url('images/contop-p.png') center no-repeat;
}

#con-top-page h1 {
	font-size: 25px;
	margin: 10px 0 15px 0;
	text-shadow: -2px -1px 5px black;
}

#con-top p-page {
	margin: 10px 0 0 0;
	line-height: 15px;
}

#con-top-page div {
	position: relative;
	top: 15px;
	left: 15px;
}

#con-top-page div.big-page {
	height: 215px;
	width: 600px;
}

#con-mid-page h1 {
	color: #00426b;
	margin: 0 0 5px 0;
}

#con-mid-page h2 {
	color: #00426b;
	font-size: 18px;
	margin: 20px 0 5px 0;
	border-bottom:1px dashed;  
}

#con-mid-page h3,
#con-mid-page li h3 {
	font-size: 16px;
	color: #00426b;
	margin: 10px 0 5px 0;
}

#con-mid-page p,
#con-mid-page ul a {
	color: #00121F;
	margin: 0 0 5px 0;
}

#con-mid-page div#wpcf7-f2-p302-o1 form {
	margin-left: 5%;
}

#con-mid-page div#wpcf7-f2-p302-o1 form input,
#con-mid-page div#wpcf7-f2-p302-o1 form textarea {
	border: 1px #00426b solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: rgba(200, 220, 255, 0.3);
	color: #00121F;
}

#content div.in-col {
	position: relative;
	float: left;
	margin: 0px 5px;
	padding: 3px 6px;
}

#content div.in-col h3 {
	color: #666;
	margin: 3px 0 0 10px;
	font-size: 1.5em;
}

#content div.in-col h3 img {
	position: relative;
	right: 15px;
	bottom: 10px;
}

#content div.in-col p {
	position: relative;
	width: 97.5%;
	left: 15px;
	text-align: justify;
	margin: 0;
	margin-bottom: 10px;
}

#content div.in-col a {
	color: #666;
}


/* Divs Extras */

.cms-imgs{
width:754px;
height:238px;
}

.ibizcms1{
background:url(http://dev.gocipher.com/wp-content/uploads/2010/05/ibizcms.jpg);
width:249px;
height:208px;
float:left;
}


.ibizcms2{
background:url(http://dev.gocipher.com/wp-content/uploads/2010/05/ibizcmstools.jpg);
width:249px;
height:208px;
float:left;
margin-left: 2px;
}

.ibizcms3{
background:url(http://dev.gocipher.com/wp-content/uploads/2010/05/ibizcmscreatepage.jpg);
width:249px;
height:208px;
float:left;
margin-left: 2px;
}

.greenone{
color:#608923;
font-size:14px;
}

.ggxeon {
	background-color: #a7cf67;
	background-position:center top;
	background-repeat:no-repeat;
	height:auto;
	line-height:16px;
	margin-bottom:16px;
	margin-top:16px;
	padding:10px 10px 10px 22px;
	text-align:justify;
	width:619px;
}

#gallery img {
	border: 1px solid #666;
	padding: 1px;
	float: left;
	margin: 1px;
	opacity: 0.3;
}

#gallery img:hover {
	opacity: 1;
}

#gallery br {
	display: none;
}

.projects-img {
	width:200px;
	padding-top:20px;
	*padding-top:80px;
	padding-right:20px;
	height:auto;
}

#con-mid-calc {
	height: 490px;
	color: #00121F;
	padding: 15px 0 15px 0;
}

.read-in {
	background-color: #333;
	background-position:center top;
	background-repeat:no-repeat;
	height:auto;
	line-height:16px;
	margin-bottom:16px;
	margin-top:16px;
	padding: 5px;
	text-align:justify;
	width:619px;
}


#content div.in-col a span.read-in {
	color: white;
}

#nuestros-clientes {
	background: url('images/clients.png') no-repeat center;
	height: 70px;
	margin: 10px 0;
	text-align: center;
}

#nuestros-clientes h3 {
	width: 75px;
	height: 35px;
	padding: 15px 10px;
	margin: 0;
}

#lista-clientes {
	width: 840px;
	height: 55px;
	padding: 5px 5px;
	margin: 0;
	overflow: hidden;
}

#lista-clientes li {
	float: left;
	list-style: none;
	border: none;
	margin: 0 5px;
}

#lista-clientes li a {
	border: none;
}

#clientes {
	margin-top: -4px;
	margin-left: -1px;
}

#arrow-left, #arrow-right {
	cursor: pointer;
	opacity: 0.45;
}

#arrow-left:hover, #arrow-right:hover{
	opacity: 1;
}
