* { 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.gif); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

::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; -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, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}

h1 a:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); padding-bottom: 10px; background-color: #7ac000;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
} */

h1 a { 
	color: #fff; 
	font-size: 40px; 
	
	background-color: #7ac000;
	padding: 5px 25px 10px 25px; 
	width: 300px; 
	-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); b
	
	order-bottom: 1px solid rgba(0, 0, 0, 0.4); b
	order-top: 1px solid rgba(255, 255, 255, 0.6);
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

h1 a:hover { 
	color: #fff; 
	border-bottom: 1px solid rgba(0, 0, 0, 0.4); 
	padding-bottom: 10px; 
	background-color: #26266d; 
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #191047),
	    color-stop(0.62, #26266d)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #191047 23%,
	    #26266d 62%
	);
}

h3 { padding-left: 125px; font-size: 60px; color: #26266d; height: 105px; }
h3 span.sub { font-size: 40px; float: left; color: #004400; }

h3.intro { background: url(images/intro.png) no-repeat;}
h3.design { background: url(images/intro.png) no-repeat -10px -10px; }
h3.work { background: url(images/portfolio.png) no-repeat -10px -10px; }
h3.about { background: url(images/paginawebcastellon_azaharsoftware2.png) no-repeat 0px 0px; }
h3.contact { background: url(images/contact.png) no-repeat -10px -10px; }
h3.programming { background: url(images/programming.png) no-repeat -10px -10px; }
h3.hosting { background: url(images/paginawebcastellon_hosting.jpg) no-repeat -10px -10px; }

a { color: #7ac000; text-decoration: none; border-bottom: 1px solid #7ac000; padding-bottom: 2px; }
/*a:hover { color: #ff5400; text-decoration: none; border-bottom: 1px solid #ff5400; padding-bottom: 2px; }
a:active { color: #ff5400; text-decoration: none; border-bottom: 1px solid #ff5400; padding-bottom: 2px; position: relative; top: 1px; } */
a:hover { color: #fff; text-decoration: none; border-bottom: 1px solid #fff; padding-bottom: 2px; }
a:active { color: #fff; text-decoration: none; border-bottom: 1px solid #fff; padding-bottom: 2px; position: relative; top: 1px; }

a.links { color: #7ac000; text-decoration: none; border-bottom: 1px solid #7ac000; padding-bottom: 2px; }
a.links:hover { color: #26266d; text-decoration: none; border-bottom: 1px solid #26266d; padding-bottom: 2px; }
a.links:active { color: #000; text-decoration: none; border-bottom: 1px solid #000; padding-bottom: 2px; position: relative; top: 1px; }


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

header { padding: 5px 0; width: 100%; background-color: #000; 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; }

nav { width: auto; float: left; }
nav ul { position: absolute; right: 0; display: block; margin-top: -37px; }
nav ul li { display: inline; margin-left: 50px; }
nav ul li a { font-size: 24px; border-bottom: none; }

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

#intro h3 a { padding-bottom: 0px; }
#intro a.featured { padding-bottom: 0px; border-bottom: none; }
/*
#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, #portfolio .work a img:hover, input:hover, textarea:hover { border: 5px solid rgba(122, 192, 0, 1); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
#intro a img:active, #portfolio .work a img:active { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
*/
#intro a img { border: 1px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 1px; margin-top: 40px; margin-bottom: 5px; }
#intro a img:hover { border: 1px solid black; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
#intro a img:active { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

#portfolio .work a img:hover, input:hover, textarea:hover { border: 5px solid rgba(122, 192, 0, 1); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
#portfolio .work a img:active { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

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

#contact { margin-bottom: 0px; }

input[type="text"] { width: 400px; }
textarea { width: 750px; height: 275px; }
label { color: #ff5400; }
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: 24px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
input:focus, textarea:focus { border: 5px solid #ff5400; background-color: rgba(255, 255, 255, 1); }

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, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

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, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}

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

footer { float: left; margin-top: 50px; }
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; }


#CuadroPortfolio {
	width: 300px;
	height:204px;
	background-color:#000;
	background-image:url(images/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
	/*border: 5px solid #0a0a3c; -webkit-border-radius: 5px;*/
	border: 5px solid #dfdff7; -webkit-border-radius: 5px;
}

#CuadroPortfolio:hover {
	border: 5px solid #7ac000; -webkit-border-radius: 5px;
}

.ImagenPortfolio {
	width:300px;
	height:204px; 
}

.picture01 {
	margin-top:20px;
	margin-bottom:20px;
	width:960px;
	height:616px; 
}

.picture02 {
	margin-top:30px;
	margin-bottom:20px;
	width:960px;
	height:320px; 
}

.picture03 {
	margin-top:30px;
	margin-bottom:20px;
	width:960px;
	height:360px; 
}

.picture04 {
	margin-top:30px;
	margin-bottom:20px;
	width:960px;
	height:420px; 
}

.FLinks {
	color:#68a201;
	text-decoration:none;
}

.FLinks:hover {
	color:#26266d;
	text-decoration:none;
}

.Email {
	color:#68a201;
	text-decoration:none;
	text-align:center;
}

.Email:hover {
	color:#26266d;
	text-decoration:none;
	text-align:center;
}

.Texto1 {
	font-size: 30px; 
	line-height: 36px;
    font-family: Keffeesatz, Arial;
	text-align:center;
	color:#000;
}

.Texto2 {
	font-size: 24px; 
	line-height: 15px;
    font-family: Keffeesatz, Arial;
	text-align:center;
	color:#314c01;
}

.Texto3 {
	font-size: 24px; 
	line-height: 25px;
    font-family: Keffeesatz, Arial;
	text-align:center;
	color:#314c01;
}


.Verde {
 	color:#609602;
	text-decoration:underline;	
	font-size:26px;
}

.Alinear {
	text-align:justify;
}

.listservices {
	padding-left:100px;
	padding-top:40px;
}

.listspace {
	line-height:20px;
}