@charset "UTF-8";
/*Inicio fix PNG para IE6*/
img, div, input {
	behavior: url(iepngfix.htc)
}
/*Fin fix PNG para IE6*/
/*Inicio body*/
body {
	behavior: url("csshover.htc");
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a, a:visited, a:hover {
	color: #0092C8;
	text-decoration: none;
}
.pageselected {
    font-weight: bold;
}
/*Fin body*/
/*Inicio contenedor general*/
#Master {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	width: 990px;
}
/*Fin contenedor general*/
/*Inicio logo*/
#Header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 815px;
	height: 100px;
	z-index: 1;
	background-color: #FFFFFF;
}
#Logo {
	left: 0px;
	top: 0px;
	position: absolute;
	margin-left: 30px;
	margin-top: 5px;
	border: none;
}
/*Fin logo*/
/*Inicio contenedor izquierdo*/
#ContentLeft {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 297px;
	height: 460px;
	z-index: 2;
	background-image:url(../images/bkg.png);
	background-color: #FFFFFF;
}
/*Fin contenedor izquierdo*/
/*Inicio barra violeta*/
#MenuSelected {
	background-color: #00A6E0;
	position: absolute;
	height: 40px;
	left: 0px;
	top: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: right;
	font-style: normal;
}
/*Fin barra violeta*/
/*Inicio contenido izquierdo*/
/*contacto.php*/
#ThBubble1 {
	background-image: url(../images/ThBubbleRight.png);
	width: 103px;
	height: 260px;
	position: absolute;
	top: 70px;
	right: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
#ThBubble2 {
	background-image: url(../images/ThBubbleLeft.png);
	width: 103px;
	height: 260px;
	position: absolute;
	top: 70px;
	left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
ul.disc {
	list-style-type: disc;
	padding: 0em;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: .5em;
}
/*index.php*/
#rsquare {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 209px;
	height: 256px;
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/rsquare.png);
	background-repeat: no-repeat;
}
#rsquare_content {
	margin: 20px;
	height: 200px;
	width: 170px;
}
/*servicios.php*/
#single_bubble {
	position: absolute;
	bottom: 120px;
	left: 35px;
	background-image: url(../images/single_bubble.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 235px;
}
#single_bubble_content {
	margin: 12px;
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
/*porfolio.php*/
#Bela_Bubble {
	position: absolute;
	bottom: 120px;
	left: 55px;
	background-image: url(../images/Bela_Bubble.png);
	background-repeat: no-repeat;
	height: 287px;
	width: 194px;
}
/*General*/
#Us {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/*Fin contenido izquierdo*/
/*Inicio contenedor derecho*/
#ContentRight {
	position: absolute;
	left: 297px;
	top: 100px;
	width: 518px;
	height: 460px;
	z-index: 4;
	background-color: #FFFFFF;
}
/*Fin contenedor derecho*/
/*Inicio menu*/
#Menu {
	background-color: #00A6E0;
	position: relative;
	height: 40px;
	width: 116%;
	left: 0px;
	top: 0px;
}
#Menu_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
#Menu_nav li {
	float: left;
}
#Menu_nav li a {
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	height: 40px;
}
#Menu_nav:hover li a#Nosotros {
	background-position: 85px;
}
#Menu_nav:hover li a#Porfolio {
	background-position: 82px;
}
#Menu_nav:hover li a#Servicios {
	background-position: 88px;
}
#Menu_nav:hover li a#Contacto {
	background-position: 96px;
}
#Nosotros {
	background-image: url(../images/Nosotros2.png);
	width: 85px;
	margin-left: 15px;
	margin-right: 15px;
}
#Nosotros:hover {
	background-position: 0 0 !important;
}
#Nosotros.inactive {
	background-position: 85px 0;
}
#Porfolio {
	background-image: url(../images/Porfolio2.png);
	width: 82px;
	margin-left: 15px;
	margin-right: 15px;
}
#Porfolio:hover {
	background-position: 0 0 !important;
}
#Porfolio.inactive {
	background-position: 82px 0;
}
#Servicios {
	background-image: url(../images/Servicios2.png);
	width: 88px;
	margin-left: 15px;
	margin-right: 15px;
}
#Servicios:hover {
	background-position: 0 0 !important;
}
#Servicios.inactive {
	background-position: 88px 0;
}
#Contacto {
	background-image: url(../images/Contacto2.png);
	width: 96px;
	margin-left: 15px;
	margin-right: 15px;
}
#Contacto:hover {
	background-position: 0 0 !important;
}
#Contacto.inactive {
	background-position: 96px 0;
}
#MenuBar {
	background-color: #00A6E0;
	position: absolute;
	left: 0px;
	top: 100px;
	height: 40px;
	width: 100%;
}
#MenuDesign {
	position: absolute;
	left: 815px;
	top: 0px;
	width: 175px;
	height: 560px;
	z-index: 8;
}
/*Fin menu*/
/*Inicio circulo*/
#Monkey {
	z-index: -1;
	position: absolute;
	right: 40px;
	top: 143px;
}
#Design {
	z-index: 50;
	position: absolute;
	right: 0px;
	top: 63px;
}
/*Fin circulo*/
/*Inicio contenido derecho*/
/*index.php*/
#why {
	position: relative;
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #0092C8;
	margin: 30px;
	z-index: 1;
}
/*porfolio.php & servicios.php*/
.images {
	position: relative;
	margin-top: 20px;
	z-index: 1;
	border: none;
}
#porfolio_portrait {
	padding-top: 10px;
	padding-left: 10px;
}
#porfolio_portrait img {
	display: block;
	float: left;
	margin: 5px 5px 5px 5px;
	border-color: #0092C8;
	border-style: solid;
}
#services {
        margin-top:28px;
        margin-left:10px;
}
/*contacto.php*/
.msg {
	color: #FF0000;
}
.txtbox {
    position: absolute;
    left: 200px;
	background-color: #C9EEFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0092C8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 1px;
	padding: 1px;
	overflow: auto;
}
#form {
	position: relative;
	margin-top: 50px;
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0092C8;
	font-weight: bold;
        text-align: right;
	z-index: 1;
}
label {
    position: absolute;
    left: 100px;
}
#enviar {
	cursor: pointer;
    position: absolute;
    margin-top: 70px;
    left: 200px;
	background-image: url(../images/send_button.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 23px;
	width: 74px;
}
#emailaddress {
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: 150px;
}
/*General*/
#Border {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#Footer {
	position: absolute;
	left: 0px;
	top: 560px;
	width: 990px;
	height: 40px;
	z-index: 3;
	background-color: #00A6E0;
}
#Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	bottom: 2px;
}
/*Fin contenido derecho*/
.lavaLamp {
    position: relative;
    height: 40px; width: 600px;
    background-color: #00a6e0;
    overflow: hidden;
	margin: 0;
	padding-left: 40px;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
.lavaLamp li.back {
	background: url(../images/bg_menu_right.png) no-repeat right !important;
	z-index: 8;
	position: absolute;
	margin-top: 5px;
}
.lavaLamp li.back .left {
	background: url(../images/bg_menu.png) no-repeat top left !important;
	height: 30px;
	margin-right: 17px;
}
.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff;
	outline: none;
	text-align: center;
	height: 40px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 10px;
}
#Nos a {
	background: url(../images/nos.png) no-repeat center !important;
	width: 88px;
}
#Porfo a {
	background: url(../images/porfo.png) no-repeat center !important;
	width: 88px;
}
#Servi a {
	background: url(../images/servi.png) no-repeat center !important;
	width: 88px;
}
#Contac a {
	background: url(../images/contac.png) no-repeat center !important;
	width: 88px;
}