/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
text-decoration:none;}

a:link, a:visited, a:hover{
	
	color:#FFF;
	text-decoration:none;
}

p a:link {color: #7b8f16;}
p a:visited {color: #7b8f16;}
p a:hover {color: #7b8f16;}
p a:active {color: #7b8f16;}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}
header {
background: rgb(206,219,233); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,219,233,1) 0%, rgba(58,132,195,1) 0%, rgba(97,153,199,1) 28%, rgba(65,154,214,1) 40%, rgba(71,144,193,1) 61%, rgba(37,48,79,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,219,233,1)), color-stop(0%,rgba(58,132,195,1)), color-stop(28%,rgba(97,153,199,1)), color-stop(40%,rgba(65,154,214,1)), color-stop(61%,rgba(71,144,193,1)), color-stop(100%,rgba(37,48,79,1)));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#25304f',GradientType=0 ); /* IE6-9 */

/* Arreglar */

background: #7b8f16;

padding: 20px 0 0 0;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

header>h1 {
float: left;
margin: 5px 5px 18px 10px;
width: 600px;
/*font-size: 40px;*/
font-size: 18px;
/*color: #333;*/
color: #FFF;
/*line-height: 36px;*/
}


header>h1 a:link, a:visited, a:hover{

font-weight: bold;
text-decoration: none;
/*text-shadow: 0px 2px 3px #CCC;*/
}



header .select{
	
	border:1px dashed #FFF;
}

header>h2 {
color: #FFF;
clear: right;
float: right;
font-style: normal;
font-size: 14px;
margin: 10px 10px 18px 0;
}


body {
	
line-height: 1;

/*background-color:#333;*/
/*background-color:#E0E0FF;*/
background-color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size: 14px;

}
	
/* layout */

#wrapper {
	text-decoration:none;
width: 940px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
border: 3px solid #888;

background: #cecece; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #cecece 13%, #fefefe 34%, #c9c9c9 54%, #cecece 74%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(13%,#cecece), color-stop(34%,#fefefe), color-stop(54%,#c9c9c9), color-stop(74%,#cecece), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #cecece 13%,#fefefe 34%,#c9c9c9 54%,#cecece 74%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #cecece 13%,#fefefe 34%,#c9c9c9 54%,#cecece 74%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #cecece 13%,#fefefe 34%,#c9c9c9 54%,#cecece 74%,#fefefe 100%); /* IE10+ */
background: linear-gradient(135deg,  #cecece 13%,#fefefe 34%,#c9c9c9 54%,#cecece 74%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

/* Arreglar */
background: #e4e4e4;


-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;


background: rgb(206,219,233); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,219,233,1) 0%, rgba(58,132,195,1) 0%, rgba(97,153,199,1) 28%, rgba(65,154,214,1) 40%, rgba(71,144,193,1) 61%, rgba(37,48,79,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,219,233,1)), color-stop(0%,rgba(58,132,195,1)), color-stop(28%,rgba(97,153,199,1)), color-stop(40%,rgba(65,154,214,1)), color-stop(61%,rgba(71,144,193,1)), color-stop(100%,rgba(37,48,79,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,219,233,1) 0%,rgba(58,132,195,1) 0%,rgba(97,153,199,1) 28%,rgba(65,154,214,1) 40%,rgba(71,144,193,1) 61%,rgba(37,48,79,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#25304f',GradientType=0 ); /* IE6-9 */

/* Arreglar */
background: #7b8f16;

}



#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
overflow: hidden;
}

#content {
float: left;
width: 640px;
margin-left: 30px;
}

#sidebar {
float: right;
padding-left: 20px;
width: 220px;
}

#introbusca {
margin: 10px 20px 20px 20px;
clear: both;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;


}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

/*a:link, a:visited {
color:#f00;
}

a:hover, a:active {
color: #f00;
}*/

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
/*line-height: normal;*/
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #FFF;
}

nav .menu a:hover {
text-decoration: none;
}

/** HEADER */





/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
/*color: #0A67A2;*/
color:#333;
margin: 0 0 20px 0;
/*line-height: 1.5em;*/
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
color: #0A67A2;
}

aside ul {
list-style: square;
color: #bbb;
margin: -15px 0 15px 25px;
}

#footer-area {

color: #000;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
/* curved border radius */
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #0A67A2;
font-size: 16px;
/*line-height: 1.5em;*/
}

footer ul {
list-style: none;
margin: -15px 0;
}

footer a:link, footer a:visited {
color: #333;
}

footer a:hover { 
text-decoration: none; 
}

footer p {
margin-top: -15px;
color: #000;
}


