* { margin: 0; padding: 0; outline: 0; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

@font-face { font-family: Keffeesatz; src: url(YanoneKaffeesatz-Light.otf) format("opentype") }
@font-face { font-family: KeffeesatzBold; src: url(YanoneKaffeesatz-Bold.otf) format("opentype") }

body { font-family: Keffeesatz, Arial; color: #4b4b4b; background: url(images/pattern.jpg); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

::selection { background-color: rgba(201, 179, 201, 0.2); }
::-moz-selection { background-color: rgba(201, 179, 201, 0.2); border: 10px solid red; }

/*::selection { background-color: rgba(122, 192, 0, 0.2); }
::-moz-selection { background-color: rgba(122, 192, 0, 0.2); border: 10px solid red; }*/

h1 { color: #fff; font-size: 40px; position: relative; top: 15px; }
h1 a { color: #fff;
font-size: 40px;
background-color: #ff5400;
padding: 5px 25px 10px 25px;
width: 300px;
	background:#C9B3C9;
}

/*DEGRADADO DEL CUADRO GRUPO CEHER*/
h1 a:hover { color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
    background-color: #7ac000;
	background:#8C1E8A;
}

h2 { padding-left: 125px; font-size: 55px; color: #B1A4CF; height: 105px; }
/*h2 { padding-left: 125px; font-size: 66px; color: #ff5400; height: 105px; }      */
h2 span.sub { font-size: 30px; float: left; color: #4b4b4b; }

h2.intro { background: url(images/intro.png) no-repeat 15px 15px; }
h2.work { background: url(images/portfolio.png) no-repeat -10px -10px; }
h2.tecno { background: url(images/about.png) no-repeat -5px -5px; }
h2.contacto { background: url(images/contact.png) no-repeat -10px -10px; }

/* Color de letra del menú principal tanto el normal como cuando se coloca el cursor*/
ul.pp a { color: #E1DCEC; text-decoration: none; border-bottom: 1px solid #E1DCEC; padding-bottom: 2px; }
ul.pp a:hover { color: #87BCB7; text-decoration: none; border-bottom: 1px solid #87BCB7; padding-bottom: 2px; }
/*NOTA ESTA LINEA CON BORDER-BOTTOM SE SUBRAYA PERO PARA EL RELOJ EN EL HTML LE PUSE OPX PARA QUE NO APARCIERA*/
ul.pp a:active { color: #87BCB7; text-decoration: none; border-bottom: 1px solid #87BCB7; padding-bottom: 2px; position: relative; top: 1px; }

/*a { color: #7ac000; text-decoration: none; border-bottom: 1px solid #7ac000; padding-bottom: 2px; }
a:hover { color: #30156A; text-decoration: none; border-bottom: 1px solid #30156A; padding-bottom: 2px; }
a:active { color: #30156A; text-decoration: none; border-bottom: 1px solid #30156A; padding-bottom: 2px; position: relative; top: 1px; }   BORRE ESTO POR QUE PONIA UNA LINEA */

p { font-size: 24px; margin-bottom: 10px; line-height: 35px; text-align:justify; }
strong { font-family: KeffeesatzBold, Arial; }

/*COLOR DE LA FRANJA QUE ESTA HASTA ARRIBA*/
header { padding: 5px 0; width: 100%; background-color: #570473; margin-bottom: 25px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); position: fixed; z-index: 10; float: left; }
#headercontainer, #contentcontainer { width: 960px; margin: 0 auto; position: relative; }
#contentcontainer { float: none; padding-top: 0px; }

/* FUENTE POSICIÓN DEL NAV, CON ESTE SE PUEDE CAMBIAR EL COLOR DE LA LETRA DE LA BARRA PRINCIPAL Y LA SEPARACIÓN ENTRA LAS OPCIONES */
nav { width: auto; float: left; }
nav ul { position: absolute; right: 0; display: block; margin-top: -37px; }
nav ul li { display: inline; margin-left: 40px; }
nav ul li a { font-size: 17px; border-bottom: none; }

section { margin-bottom: 1000px; padding-top: 150px; float: left; }


/* BORDE DE LA IMAGEN PRINCIPAL CUANDO INICIA LA PAGINA Y DE OTROS BORDES COMO DE LA CLASE #intro y #clientes */
#intro a.featured { padding-bottom: 0px; border-bottom: none; }
/*#intro h2 a { padding-bottom: 0px; }

#intro a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; margin-top: 40px; margin-bottom: 5px; }
#intro a img:hover, #clientes .work a img:hover, input:hover, textarea:hover { border: 5px solid rgba(177, 164, 207, 1); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
#intro a img:active, #clientes .work a img:active { -webkit-box-shadow: 0px 0px 10px rgba(177, 164, 207, 0.1); }   */

#clientes ul.work a { border-bottom: none; }
#clientes ul.work a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; }
#clientes ul.work { float: left; margin-left: -15px; width: 975px;  }
#clientes ul.work li { list-style: none; float: left; margin-left: 15px; margin-bottom: 15px; }

#contacto { margin-bottom: 0px; }

 /*TAMAÑO DE LOS CAMPOS PARA INGRESAR EL NOMBRE Y CORREO ELECTRONICO*/
input[type="text"] { width: 600px; height: 5px;}
textarea { width: 850px; height: 50px; }
label { color: #9C45B9; }
input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 5px solid rgba(122, 192, 0, 0.15); padding: 10px; font-family: Keffeesatz, Arial; color: #4b4b4b; font-size: 20px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
input:focus, textarea:focus { border: 5px solid #E6CCEE; background-color: rgba(230, 204, 238, 1); }
 /*COLOR DE LA ETIQUETA DE CONTORNO MORADO Y FONDO BLANCO, ESTA SUSTITUYE A LA LINEA ANTERIO*/
 /*input:focus, textarea:focus { border: 5px solid #E6CCEE; background-color: rgba(255, 255, 255, 1); }*/

/*COLOR DEL SUBMIT CUANDO NOOOOOO ESTA ENCIMA EL CURSOR*/
input[type="submit"] { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #7ac000; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #8C1E8A),
	    color-stop(0.62, #7C6F7D)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}

/*COLOR DEL SUBMIT CUANDO SIIIII ESTA ENCIMA EL CURSOR*/
input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #ff5400;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #C9B3C9),
	    color-stop(0.62, #7C6F7D)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

input[type="submit"]:active { position: relative; top: 1px; }

/*COLOCACIÓN DE LA INFORMACIÓN DEL PIE DE PÁGINA*/
footer { float: left; margin-top: 5px; }
footer ul { margin-bottom: 150px; }
footer ul li { display: inline; margin-right: 50px; }
footer ul li a { font-size: 24px; margin-left: 10px; }
footer ul li img { vertical-align: bottom; position: relative; top: 2px; }

/*COLORES DE LA INFORMACIÓN DEL PIE DE PÁGINA, TANTO CUANDO ESTA SIN ELEGIR, CUANDO EL CURSOR ESTA ENCIMA Y CUANDO SE ELIGIO LA OPCIÓN*/
footer ul li a { color: #AD09EE; text-decoration: none; border-bottom: 1px solid #AD09EE; padding-bottom: 2px; }
footer ul li a:hover { color: #EB41BE; text-decoration: none; border-bottom: 1px solid #EB41BE; padding-bottom: 2px; }
footer ul li a:active { color: #30156A; text-decoration: none; border-bottom: 1px solid #30156A; padding-bottom: 2px; position: relative; top: 1px; }



