/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html, body{
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

	background-image:url(../images/background.jpg); no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
height:auto;


}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 1.2em;
	padding: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 970px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height:203px; 

}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}
 
/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 10px 0 30px;
	padding: 20px 35px;
	width: 900px;
	height:auto;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.group1 {
	float: left;
	width: 28%;
	position: relative;
	background:white;
	padding:15px;
	margin-left:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}
	
.group2 {
	float: left;
	width: 28%;
	position: relative;
	background:white;
	padding:15px;
	margin-left:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;




	}
	
.group3 {
	float: left;
	width: 28%;
	position: relative;
	background:white;
	padding:15px;
	margin-left:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;


	}
/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
#sidebarbelow {
	width: 100%;
	float: left;
	margin-bottom:50px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widget1 {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	float:left;
	margin-left:2px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widget2 {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	margin-left:35px;
	float:left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.widget3 {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	margin-left:38px;
	float:right;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
	text-align:center;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	position:relative;
	height:300px;
	clear:both;
	width:100%;
	background-image:url(../images/footer.png);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#333333;


}
.container{
    width:100%;
	background-color:transparent;


}

.footer_left{
	float:left;
	padding:12px;
	margin-botttom:-55px;
	
	margin-right:76px;
}

#footer a {
	color: #999;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
Contact Form
************************************************************************************/

.input{
	padding:4px;
	border: 1px solid #000;
	width: 400px;
	color: #000;
	border-radius:3px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
	-webkit-box-shadow: rbga(0,0,0,0.1) 0px 0px 8px;	
}
input[type="text"],input[type="password"],textarea, input[type="email"]{
	padding:4px;
	border: 1px solid #000;
	width: 400px;
	color: #000;
	border-radius:3px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
	-webkit-box-shadow: rbga(0,0,0,0.1) 0px 0px 8px;	
}

textarea{
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}
	

input:hover, textarea:hover,
input:focus, textarea:focus{
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
	-webkit-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
	-moz-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
}

.form label{
	margin-left: 10px;
	color:#999999;
}

.submit input{
	width: auto;
	height: 10px;
	background-color: #474E69;
	color: #FFF;
	border-radius: 3px;
	-moz-radius: 3px;
	-webkit-radius: 3px;	
}
form label.error, label.error {color: red; font-size:13px;font-style: italic}

/********CSS MENU FACTURACION PARTIDA*****/
#partidas{
background: #5e6465; /* Old browsers */
background: -moz-linear-gradient(top,  #5e6465 0%, #4f4f54 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e6465), color-stop(100%,#4f4f54)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5e6465 0%,#4f4f54 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5e6465 0%,#4f4f54 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5e6465 0%,#4f4f54 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5e6465 0%,#4f4f54 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6465', endColorstr='#4f4f54',GradientType=0 ); /* IE6-9 */
	
}

.myButton {
	background: #1421b3;
  background-image: -webkit-linear-gradient(top, #1421b3, #0d1b63);
  background-image: -moz-linear-gradient(top, #1421b3, #0d1b63);
  background-image: -ms-linear-gradient(top, #1421b3, #0d1b63);
  background-image: -o-linear-gradient(top, #1421b3, #0d1b63);
  background-image: linear-gradient(to bottom, #1421b3, #0d1b63);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 18px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
}
.myButton:hover {
	background: #878994;
  background-image: -webkit-linear-gradient(top, #878994, #33353b);
  background-image: -moz-linear-gradient(top, #878994, #33353b);
  background-image: -ms-linear-gradient(top, #878994, #33353b);
  background-image: -o-linear-gradient(top, #878994, #33353b);
  background-image: linear-gradient(to bottom, #878994, #33353b);
  text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}