@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Comic Sans MS", cursive;
}

body{
	background-image: url(images/spacer.png);
	background-repeat: repeat-y;
	background-position: center center;
	font-size: medium;
	font-family: Calibri, "Century Gothic", Geneva,  Verdana, Arial;
}
#komalogo1 {
	background-image: url(images/komalogo.png);
	height: 40px;
	width: 128px;
	font-size: 0px;
	color: #FFFFFF;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	margin-bottom: 20px;
}


#container {
	position:relative; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*border: 1px dashed #FF0000;*/
	margin-top: 0;
	margin-bottom: 0;
	border: 1px #FF0000;
}


#menu{
	height: 216px;
	width: 303px;
	margin-top: -23px;
	position: absolute;
	z-index: 4;
	margin-left: 473px;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #FFFFFF;
	text-align: left;
}
#menu #quienes_somos a {
	background-image: url(images/empresa.png);
	height: 56px;
	width: 111px;
	display: block;
	background-position: center top;
}
#menu #quienes_somos a:hover {
	background-position: center bottom;
}
#menu #servicios a {
	background-image: url(images/servicios.png);
	display: block;
	height: 53px;
	width: 70px;
	margin-left: 111px;
	margin-top: -8px;
	background-position: center top;
}
#menu #servicios a:hover{
	background-position: center bottom;
}
#menu #portafolio a {
	background-image: url(images/portafolio.png);
	display: block;
	height: 63px;
	width: 70px;
	margin-left: 181px;
	margin-top: -8px;
	background-position: center top;
}
#menu #portafolio a:hover {
	background-position: center bottom;
}
#menu #contacto a {
	background-image: url(images/contacto.png);
	display: block;
	height: 60px;
	width: 52px;
	margin-left: 251px;
	background-position: center top;
}

#menu #contacto a:hover {
	background-position: center bottom;
}



#side-a {
	float: left;
	width: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 1%
}

#side-b {
	margin: 0;
	float: left;
	width: 889px;
	height: 1% /* Holly hack for Peekaboo Bug */;
}
#container #centro {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#idioma{
	height: 60px;
	width: 60px;
}
#idioma a{
	height: 60px;
	width: 60px;
	background-image: url(images/eng.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	display: block;
	font-size: 0px;
}
#idioma a:hover{
	background-position: center bottom;

}


#footer {
	clear: both;
	position:absolute;
	width:100%;
	bottom:0;
	height: 64px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;	/*border: 1px dashed #FF0000;*/
	font-weight: bold;

}


#footer p {
	margin-top: 18px;
}
#footer a{
	color: #FB710C;
	text-decoration: none;
}
#footer a:hover{
	color: #9CC130;
}
#komalogo2 {
	height: 110px;
	width: 236px;
	margin-left: 654px;
	position: absolute;
	z-index: 2;
	margin-top: -22px;
}
#direccion {
	width: 380px;
	height: 32px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin-top: -40px;
	
	margin-right: 6px;
	font-weight: bold;
}
.filler{
	height:80px;
	background-color: #333333;
}
#seccion_inicio{
	width: 600px;
	padding-left: 8px;
	padding-top: 12px;
}
#seccion_inicio h2 {
	background-image: url(images/titulo_bienvenido.png);
	background-repeat: no-repeat;
	overflow:hidden;
	width: 256px;
	height:32px;
	color: #FFFFFF;
	font-size: 0px;
}
#seccion_empresa{
	width: 600px;
	padding-left: 8px;
	padding-top: 12px;
}
#seccion_empresa h2 {
	background-image: url(images/titulo_nuestra_empresa.png);
	background-repeat: no-repeat;
	overflow:hidden;
	width: 256px;
	height:32px;
	color: #FFFFFF;
	font-size: 0px;
}
#seccion_empresa a {
	text-decoration: none;
	font-weight: bold;
	font-size:medium;
	color: #ff5700;
	}


#seccion_empresa a:hover {
	color: #015bff;
	text-decoration: none;
}

#seccion_empresa #submenuEmpresa{
	width:480px;
	padding-left: 100px;
	margin-top: -24px;
	text-align: right;
	height: auto;
	z-index:12;
	position: absolute;
	margin-bottom: 20px;
}

#seccion_empresa #submenuEmpresa a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff5700;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #ff5700;
}

#seccion_empresa #submenuEmpresa a:hover {
	color: #015bff;
	text-decoration: none;
}

#seccion_empresa li {
	display: inline;
	list-style-type: none;
}

#seccion_empresa  .empresaItem {
	display:none;
	z-index: auto;
}


#seccion_servicios{
	width: 760px;
	padding-left: 8px;
	padding-top: 12px;
}
#seccion_servicios h2 {
	background-image: url(images/titulo_servicios.png);
	background-repeat: no-repeat;
	overflow:hidden;
	width: 256px;
	height:32px;
	color: #FFFFFF;
	font-size: 0px;
}

#seccion_servicios #submenu{
	width: 640px;
	padding-left: 100px;
	margin-top: -24px;
	text-align: right;
	height: auto;
}
#seccion_servicios li
{
	display: inline;
	list-style-type: none;
}
#seccion_servicios img {
	float: right;
}

#seccion_servicios  .servicioItem {
	height: 260px;
	display:none;
	z-index: auto;
}



#seccion_servicios a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff5700;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;

}

#seccion_servicios a:link, #seccion_servicios a:visited
{
	color: #ff5700;
	font-size: 12px;
}

#seccion_servicios a:hover
{
	color: #015bff;
	text-decoration: none;
}


#seccion_portafolio{
	width: 760px;
	padding-left: 8px;
	padding-top: 12px;
}
#seccion_portafolio h2 {
	background-image: url(images/titulo_portafolio.png);
	background-repeat: no-repeat;
	overflow:hidden;
	width: 256px;
	height:32px;
	color: #FFFFFF;
	font-size: 0px;
}

#seccion_portafolio #proyectos1 
{
	width: 720px;
	margin: 0px;
	padding: 0px;

}

#seccion_portafolio #proyectos1 ul
{
	clear: left;
}

#seccion_portafolio #proyectos1 li
{
	list-style-type: none;
	clear: left;
	margin-left: 10px;
	margin-top: 10px;
}




#seccion_portafolio #portafolio_web{
	background-image: url(images/portafolio_web.png);
	background-repeat: no-repeat;
	width: 256px;
	height:32px;
	color: #FFFFFF;
	font-size: 0px;
}
#seccion_portafolio #3d{
	background-image: url(images/3dyanimacion.png);
	background-repeat: no-repeat;

	width: 256px;
	height:32px;
	color: #FFFFFF;
	font-size: 0px;
}

#seccion_contacto{
	width: 760px;
	padding-left: 8px;
	padding-top: 12px;
}
#seccion_contacto h2 {
	background-image: url(images/titulo_contacto.png);
	background-repeat: no-repeat;
	overflow:hidden;
	width: 256px;
	height:32px;
	color: #FFFFFF;
	font-size: 0px;
}

#contactoForm {
	width: 400px;
	
}


#formEstandar label {
	color: #000000;
	text-align: left;
	width: 150px;
	padding-right: 10px;
	display: block;
	float: left;
	font-weight: bold;
}


.formSeparador {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
}
.btnEnviar {
	font-weight: bold;
	color: #FFF;
	background-color: #F90;
	height: 25px;
	width: 80px;
	float:right;
}

.btnEnviar:Hover {
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	height: 25px;
	width: 80px;
}

.campos {
	border: 1px solid #CCC;	
	}

#contactoMen {
	float: right;
	width: 350px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
}
