/* imported: /home2/silixar/public_html/css/reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* imported: /home2/silixar/public_html/css/layout.css */
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background:url("../img/layout/bg-web.png");
}

/* WRAP */
#wrap {
	width: 960px;
	margin:  0 auto;
	height: 100%;
}

/* PAGE */
#page {
	background: #fff;
	position: relative;
	min-height: 100%;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding-bottom: 185px; /* #footer height + 30px */
}


/* HEADER */
#header {
	height: 100px;
	background: #2a5793 url("../img/layout/header.png") no-repeat;
	color: white;
	position: relative;
}

/* BRANDING */
#branding {
}

#branding h3 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 360px;
	text-indent: -9999px;
	height: 85px;
	margin: 0;
}

#branding h3 a {
	display: block;
	height: 100%;
}

/* LANG SWITCH */
#language-switcher {
	position: absolute;
	right: 10px;
	top: 5px;
}

#language-switcher li {
	background: none; /* LI BULLETS */
	list-style: none;
	margin: 0 0 0 5px;
	float: left;
	padding: 2px 5px 4px 5px;
	line-height: 1;
}

#language-switcher img {
}

#language-switcher li.current {
	background: #3d608c;
}

#language-switcher a {
	color: #fff;
	font-size: .7em;
}


/* CONTENT */
#content {
	overflow: visible;
}

#breadcrumbs {
	margin: 1em;
}

#breadcrumbs a {
	color: #123D82;
	text-transform: uppercase;
	font-size: .76em;
}

#breadcrumbs a:visited {
	text-decoration: none;
}


/* MAIN */
#main {
	overflow: auto;
	margin-left: 1em;
	margin-right: 1em;
}

/* SUB */
#sub {
}

/* FOOTER */
#footer {
	position: relative;
	margin-top: -180px; /* igual a #footer height */
	height: 180px;
	background: #2a5893 url('../img/layout/footer.png') no-repeat;
	color: #fff;
	font-size: .8em;
}

#footer a {
	color: #fff;
}

#footer ul {
	position: relative;
	top: 20px;
	left: 230px;
	width: 720px;
	height: 5em;
}

#footer li {
	display: block;
	background: none; /* LI BULLETS */
	list-style: none;
	margin: .2em;

	line-height: 1.2em;

	padding-left: 3px;
	border-left: 2px #e4e4e4 groove;
}

#footer .navigation li {
	position: relative;
	float: left;
	width: 150px;

	font-weight: bold;
}


#footer .navigation .sub-navigation {
	top: 0.5em;
	left: -3px;

	margin: 0;
	padding: 0;
	width: 100%;
	height: 130px;
}

#footer .navigation .sub-navigation li {
	font-weight: normal;
	border: none;
}

/* Footer form */
#search-form {
	position: absolute;
	top: 35px;
	left: 5px;
	width: 14em;
	background-color: transparent;
}

#search-form fieldset {
}

#search-form fieldset,
#search-form div {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

#search-form input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 128px;
	height: 17px;
	background-color: transparent;
	border: none;
	color: #0A0A0A;
}

#search-form .submit input {
	left: 135px;
	height: 23px;
	width: 48px;
	background-color: transparent;
 	text-indent: -9999px; 
}

/* Footer mini icons */
#footer-mini-icons {
	position: absolute;
	bottom: 5px;
	left: 970px;
	width:  100px;
}


#counter {
	visibility: hidden;
}

/* imported: /home2/silixar/public_html/css/navigation.css */
#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#main-navigation {
	float: right;
	position: relative;
	margin: 0 2em 3px 0;
	padding: 0;
}

#main-navigation li {
	background: #2a5893;
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
}

#main-navigation li.current {
	background: #476ea1;
}

#main-navigation li a {
	white-space: nowrap;

	color: #fff;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	text-align: center;

	display: block;
	padding: 0 0 0 10px;

	height: 25px;
	line-height: 25px;
}

#main-navigation li a:hover {
	color: #d5e2f3;
}


/* NAVEGACIÓN SECUNDARIA*/

#section-navigation {
	background:#4776B2;
	width:230px;
	margin-left: .6em;
	margin-bottom: 1em;
	overflow: hidden;
}

#section-navigation #rounded-top {
	background:url('../img/navigation/header-navigation.png') no-repeat;
	height:32px;
}

#section-navigation #rounded-bottom {
	background:url('../img/navigation/foot-navigation.png') no-repeat;
	height:33px;
	margin-top:-20px;
}

#section-navigation h2 {
	font:bold 1.3em Arial;
	color:white;
	text-align:center;
	margin-top:-10px;
	padding:2px;
}

#section-navigation h3 {
	font:bold 1em Arial;
	color:#DFDFDF;
	margin-left:15px;
}

#section-navigation h3 a {
	position: relative;
	left: -15px;
	padding-left:15px;
	width: 100%;

	color:#DFDFDF;
	display: block;
}

#section-navigation h3 a:hover {
	text-decoration:none;
	background:#253d5c;
}

#section-navigation li {
	padding:0;
	list-style-type:none;
	line-height:0.8em;
	background:none;
}

#section-navigation ul {
	margin-bottom:20px;
	margin-left:0;
}

#section-navigation li a {
	margin-left:0;
	width:200px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:10px;
	display:block;
	font:0.8em Arial;
	color:white;
}

#section-navigation h3.current a,
#section-navigation li.current a {
	background:#2b568f;
}

#section-navigation li a:hover{
	text-decoration:none;
	background:#253d5c;
}


/* imported: /home2/silixar/public_html/css/style.css */
body {
	font-family: arial, helvetica, sans-serif;
}


/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 2em;
	margin: .5em 0 .5em 0;
	color:#123D82;
}

h3 {
	color:#123D82;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

h2 {
	font-weight: bold;
	color: #123D82;
	font-size: 1.4em;
	line-height: .9em;
	font-family: Arial,sans-serif;
	margin: .25em 0 .5em 0;
	letter-spacing: -1px;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: .8em;
	font-weight: bold;
	color: #939393;
	text-transform: uppercase;
}

h5 {
	font-size: .7em;
	font-weight: bold;
}

h6 {
	font-size: .5em;
	font-weight: bold;
}

/* HEADINGS LINKS */
h1 a, h2 a, h3 a,
h1 a:visited, h2 a:visited, h3 a:visited{
	color:#123D82;
}

abbr {
	border-bottom: dashed 1px #123D82;
}

/* LISTS */
ul {
	margin-bottom: 1em;
}

ul li {
	padding-left: 1em;
	list-style: none;
	background: url('../img/assets/bullet.png') .3em .4em no-repeat;
}

td ul li {
	margin-bottom: .5em;
	margin-right: .5em;
}

/* PARAGRAPHS */

p {
	color:#3D3D3D;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.8em;

	margin-bottom: 1em;
	line-height: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.capital {
	font-size: 3em;
	font-weight: bold;
	position: relative;
	top: .1em;
	line-height: .7em;
}

/* LINKS */
a,
a:link {
	text-decoration: none;
}

a:visited {
	color:#9f9f9f;
}

a:hover {
	text-decoration: underline;
}

a:active {
}


/* FORMS */

form {
	background: #f5f5ff;
	padding: .5em 1em .5em 1em;
}

label {
	display: block;
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: .25em;
}

form p {
	margin: 0 0 .5em 0;
}

.input {
	padding: 0;
	margin: 0 0 .5em 0;
}

.error {
}

textarea,
input {
	width: 100%;
	border: solid 1px #ccc;
	padding: 3px;
}

textarea {
	height: 10em;
}

.submit input {
	width: auto;
	color: #fff;
	background: #3075c4;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.submit {
	text-align: right;
	margin: 0 0 .5em 0;
}

.error-message {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	margin: .25em;
	color: #c00;
}


/* CLEARFIX */
.clearfix {
	overflow: auto;
}


/* MESSAGES */
#messages {
	z-index: 1000;
	position: absolute;
	top: 130px;
	left: 50%;
}

#messages div.message {
	position: relative;
	left: -200px;
	width: 400px;
	padding: 1em;

	background: #fcce63;
	border: solid 2px #fab916;

	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: .7em;
}

#messages a {
	color: #383838;
}

#messages div.close {
	position: absolute;
	top: 0;
	right: 0;
}


/* imported: /home2/silixar/public_html/css/content.css */
/* CONTACT */
#contact {
	width: 230px;
	clear: right;
	margin: 0 0 0 10px;

	font-family:tahoma,Geneva,Verdana;
	font-size: 0.8em;
	line-height: 1.1em;
}

#contact h3 {
	border-bottom: 1px #D6D6D6 solid;
	line-height: 1.2;
	font-size: 1em;
}

#contact h3 .org {
	font-size: 1.5em;
	display: block;
	line-height: .8em;
}

#contact .adr,
#contact .tel,
#contact .email,
#contact .contact {
	margin: .5em 0 0 0;
	padding: 0 0 0 15px;
	background: url("../img/assets/bullet.png") 5px .3em no-repeat;
}

#contact a:visited {
	text-decoration: none;
	color: #123D82;
}



/* BANNER */
.banner {
	overflow: auto;
	padding: 2px;
}

.banner object {
	display: block;
	float: left;
}

/* BANNER MONITOREO */

.monitoreo {
	display: block;
	text-align: center;
}

/* HOME */
#pages-home .banner {
	width: 685px;
	float: left;
}

#pages-home #main {
	margin-left: 5px;
	margin-right: 0;
}

#pages-home #contact {
	float: left;
}

#alt-flash-home {
	position: relative;
	width: 685px;
	height: 250px;
	background: url("../img/alt-flash.jpg") #8b878a no-repeat;
}

#alt-flash-home h1 {
	font-size: 1.1em;
	color: #fff;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 48px;
	left: 20px;
}

#alt-flash-home p {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: .8em;
	position: absolute;
	bottom: 28px;
	left: 20px;
}

#alt-flash-home a.get-flash {
	position: absolute;
	top: 2px;
	right: 2px;
}


/* COLUMNAS */
.group {
	clear: both;
}

.column-a {
	float: left;
	width: 307px;
	margin-left: 6px;
}

/* Promociones, Cajas de Promociones de la página inicial sección contenidos */
.promotion {
	min-height: 400px;
	margin-bottom: .5em;
}

.promotion ul li {
	font-size: .95em;
}

.promotion h3 {
	position: relative;

	width: 307px;
	background: url('../img/promotion/bg-title.png') no-repeat;
	height: 37px;
	line-height: 37px;

	font-size: 1em;
	font-weight: bold;

	text-transform: none;
	text-align: center;
	color: #ffffff;

	margin: 0 0 0 0;
}

.promotion h3 a {
	color: #fff;
	display: block;
	height: 37px;
}

.promotion .tu-empresa-en-la-web {
	background-position: -307px;
}

.promotion .pyme {
	background-position: -614px;
}

.promotion .enterprise {
	background-position: -921px;
}

.promotion .text-promotion {
	position: relative;
	background: url('../img/promotion/bgbottompromotion.png') bottom left;
	padding: 15px;
	min-height: 350px;
}

.promotion .b {
	background-position:  -312px bottom;
}

.promotion .c {
	background-position:  -625px bottom;
}

.text-promotion img {
	position: relative;
	left: -25px;
}

.promotion .text-promotion p {
	position: relative;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 0.8em;
	color: #313131;
	padding-left: 5px;
	margin-bottom: 4px;
}

.promotion.first {
	margin-left: 0;
}

.text-promotion a.button {
	position: absolute;

	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Sans-serif;
	text-align: center;
	width: 114px;
	height: 23px;
	line-height: 23px;


	bottom: 15px;
	left: 180px;

	background: url('../img/assets/button-green.png');
	text-decoration: none;
}

.text-promotion a.button:hover {
	position: absolute;

	background-position: 0 -23px;
}

.text-promotion .seal {
	position: absolute;
	float: right;
	left: 210px;
	bottom: 70px;
}

/* CLIENTES */
.clients {
	background: #5579A9;
	border: solid 1px #2a5793;
	position: relative;
	height: 125px;
}

.clients h3 {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5em;
	height: 1.5em;
	color: #fff;
	background: #2a5793;
}

.clients h3 a {
	padding-left: 10px;
	display:block;
}

.clients h3 a {
	color: #fff;
}

.clients img {
	border: solid 1px #fff;
	position: absolute;
	top: 2.1em;
	left: 5px;
}

.clients h4 a {
	color: #fff;
	font-family: arial, helvetica, sans;
	font-weight: bold;
	font-size: 1.2em;
}

.clients p {
	font-family: arial, helvetica, sans;
	color: #ffffff;
	font-size: 1em;
}

.clients .client {
	font-family: arial, helvetica, sans;
	font-size: 0.8em;
	margin: 0 5px 0 110px;
}

.clients #next {
	display: block;
	cursor: pointer;
	background: url('../img/assets/next.png') no-repeat;
	width: 24px;
	height: 18px;
	position: absolute;
	bottom: 4px;
	right: 4px;
}


/* CONSEJOS PRACTICOS */
.consejos-practicos p {
	color: #3D3D3D;
	font-size: 0.8em;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.consejos-practicos ul {
	margin: 0 .5em 0 0;
	padding: 0;
	border-top: 1px #D7D7D7 dotted;
}

.consejos-practicos li {
	background: none;
	list-style: none;
	margin: 0;
	padding: .2em;
	border-bottom: 1px #D7D7D7 dotted;
}

.consejos-practicos li a {
	color: #123D82;
	font-family: arial, helvetica, sans;
	font-size: 0.8em;
	font-weight: bold;
}


/* SERVICIOS */
.service {
	margin-left: 10px;
}

.service h3 {
	border-bottom: 1px #D6D6D6 solid;
	line-height: 1.2em;
}

.service h3 a {
	text-decoration: none;
}

.service li {
	font-family:tahoma, Geneva, Verdana;
	font-size: 0.8em;
	line-height: 1.4em;
}

.service li a {
	color: #123D82;
}


/* NOVEDADES */
.news {
}

.new {
	position: relative;
	background-color: #EDEDED;
	padding: 10px 0 10px 0;
	margin-bottom: 4px;
}

.new .new-title {
	position: relative;
	text-align: right;
	margin-bottom: .5em;
}

.new .new-title img {
}

.new .new-title h3 {
	position: absolute;
	bottom: .5em;
	width: 100%;
	z-index: 3;
	margin: 0;
	padding: 0;
	color: #333;
}

.new .new-title h3 a {
	width: auto;
	padding-right: 1em;
	letter-spacing: normal;
	font-family: arial, helvetica, sans;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #333;
	margin: 0;
}

.new .new-title h3 a:hover {
	text-decoration: none;
}

.new a {
	display: block;
	width: 100%;
	font-family: tahoma, Geneva, Verdana;
	font-size: 0.8em;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

.new a:hover {
	color: #420000;
}

.new p {
	font-family: tahoma, Geneva, Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #4E4E4E;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 0;
}

.new p strong {
	font-family: tahoma, Geneva, Verdana;
	font-weight: bold;
	font-size: 1em;
/* 	font-style: italic; */
}

.new-content {
	padding-left: 10px;
	padding-right: 10px;
}

/* GRID VERTICAL MARGINS */
.promotion, .consejos-practicos, .news, .service, .clients {
	margin-top: .5em;
}

table {
	width: 100%;
}

table th {
	padding-left: 1em;
	line-height: 2;
	height: 2em;
	color: #ffffff;

	font-family: tahoma, Geneva, Verdana;
	font-weight: bold;
	font-size: 0.8em;

	background-color: #123D82;
	border-bottom: 2px #B4C5DB solid;
}

table td {
	font-family: tahoma, Geneva, Verdana;
	font-size: 0.9em;
	line-height: normal;

	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;

	padding-left: 1em;

	padding-right: 5px;
}

table td p {
	margin: 0;
}

table td a {
	color: #000000;
	text-decoration: none;
}

table td a:hover {
	text-decoration: underline;
}

table tr {
	background-color: #DADADA;
}

table td strong {
 	color: #FF7F00;
	font-size: 0.6em;
}

.sub-header {
 	background-color: #2A5793;
}

table td span {
	font-size: 10px;
}

table td .price {
	color: #2A5793;
	font-weight: bold;
	font-size: 1.2em;

	font-family: Georgia;
}

table td .price span {
	font-size: 0.5em;
	margin-left: auto;
	margin-right: auto;
}

table td a.promotion-button {
	display: block;
	width: 75px;
	height: 23px;
	line-height: 23px;
	background-image: url('../img/assets/bg-button-read-more.png');
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;

	margin-left: auto;
	margin-right: auto;
}

.article a.promotion-button {
	display: block;
	width: 75px;
	height: 23px;
	line-height: 23px;
	background-image: url('../img/assets/bg-button-read-more.png');
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;

	text-align: center;
}

.article .nota {
	margin-top: 5px;
}

.article .nota strong {
	color: #FF7F00;
	font-size: 0.6em;
}

.tabular-advantages {
	width: 15em;
}

.tabular-advantages ul {
	margin: 0;
	padding: 0;
}
.tabular-advantages ul li {
	margin: 0;
	padding: 0;

	background: none; /* LI BULLETS */
	list-style: none;
	line-height: 1.2em;
	margin-bottom: .4em;
}

.odd {
	background-color: #EDEDED;
}

.tabular-service, .tabular-service-odd {
	width: 100px;
	font-weight: bold;
	padding-left: 15px;
	color: #123D82;
}


/* CONTACT */
#contact-form {
	width: 48%;
}

#contact-info {
	width: 50%;
	margin-left: 1%;
	line-height: 1.1em;
	font-size: .9em;
}

#contact-info .vcard {
	border: solid 1px #D6D6D6;
	padding: 1em;
	margin-right: 30px;
}

#contact-info h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
}

#contact-info .logo {
	float: left;
	margin-right: .5em;
}

#contact-info .download {
	text-align: right;
	display: block;
	margin: .25em 30px 1em 0;
	font-size: .8em;
}

#contact-info .adr,
#contact-info .tel,
#contact-info .contact {
	margin: 0 0 1em 0;
}

#contact-info .geo {
	font-size: .75em;
}

#contact-form,
#contact-info {
	float: left;
}

#contact-form h2 {
	background: #123D82;
	margin: 0;
	height: 1.5em;
	line-height: 1.5em;
	text-indent: .5em;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
}

#contact-form textarea {
	height: 20em;
}

/* ARTICULOS */

.article h1 {
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
}

.article h2 {
	margin-top: 1em;
}

.article {
	float:left;
	margin-left:5px;
	padding-bottom:1em;
	width:650px;
}

.article a {
	color:#123D82;
}

.article p{
	font: 0.8em Serif;
}


.article li {
	font: 0.9em Arial Sans;
	color:#3D3D3D;
}

.article .img-abanq {
	display: block;
	width: 100%;
	text-align: center;
}

.article .img-abanq:hover {
	width: 100%;
	text-align: center;
}





/* PORTFOLIO */

.portfolio-item {
	overflow:auto;
	position:relative;
	clear:both;
	width: 650px;
	margin-left:5px;
	border-bottom:solid 1px #efefef;
	padding-bottom:1em;
	padding-top:1em;
}

.portfolio-item a {
	color: #123D82;
}

a.external,
a.visit {
	font-family: tahoma, Geneva, Verdana;
	font-size: 0.8em;
	background: url("../img/assets/external.png") right 3px no-repeat;
	padding-right: 12px;
}


.portfolio-item p {
	font: 0.8em Serif;
}

.portfolio-item img {
	position:relative;
	float:right;
	clear:both;
	margin:3px 3px 3px 3px;

}


/* LAYOUT DE DOS COLUMNAS */
.main-content {
	float:left;
}

.related-content {
	float:left;
	width:190px;
	margin-left: 1em;
}

#facturacion-electronica {
	width: 798px;
	height: 109px;
	background-color: transparent;
	background: url('../img/promotion/banner-facturacion.png') 0 0 no-repeat;

	margin-left: auto;
	margin-right: auto;
}

#facturacion-electronica h3 {
	font-family: Impact;
	font-size: 2em;
	color: #2A5893;

	text-align: center;
	padding-top: 5px;
	letter-spacing: 2px;
}

#facturacion-electronica h3 a {
	color: #2A5893;
	text-decoration: none;
}

.group #facturacion-electronica ul {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.group #facturacion-electronica ul li {
	background: none;

	list-style: square;

	font-family: Arial;
	letter-spacing: 1px;

	width: 30%;
	float: left;

	line-height: 20px;

	margin: 0 0 0 0;
	padding: 0 0 0 0;

	margin-left: 1.5%;
}

.group #facturacion-electronica ul li a {
	color: #2A5893;
}


/* ERROR 404 - GOOGLE */
#goog-wm {
}

#goog-wm h3.closest-match {
}

#goog-wm h3.closest-match a {
}

#goog-wm h3.other-things {
}

#goog-wm ul li {
}

#goog-wm li.search-goog {
	display: block;
}

#goog-wm input {
	width: auto;
	margin-right: 5px;
}


/* ENGLISH */

.monkey {
	display: block;
 	margin: 1em auto;
}

/* imported: /home2/silixar/public_html/css/blogs-style.css */
.blog {
	float:left;
}
.blog #posts-list {
	position:relative;
	width:650px;
	float:left;
}

.blog .post {
	float:left;
}

.blog .article .date {
	position:relative;
	bottom:2.4em;
	float:right;
	color:#aFaFaF;
	font-size:0.9em;

}

.blog #posts-list li{
	position:relative;
	list-style:none;
	padding:2px;
	padding-bottom:30px;
	background:none;
}

.blog #posts-list li p{
	font-size:0.9em;
}

.blog #posts-list{

}

.blog .articletext {
	margin:10px 10px 20px 20px;
	font:0.8em Arial Sans;
}

.blog #posts-list li a.readmore,
.blog #posts-list li a.comment-button,
.blog #posts-list li div.comments-counter {
	position:absolute;
	bottom:5px;
	display:block;
	height:23px;
	text-align:center;
	font:bold 0.8em Arial;
	color:white;
	text-decoration:none;
}

.blog #posts-list li a.readmore {
	line-height:23px;
	left:85%;
	width:75px;
	background:url('../img/assets/bg-button-read-more.png') no-repeat;
}

.blog #posts-list li a.comment-button {
	left:10px;
	line-height:23px;
	width:74px;
	background:url('../img/assets/bg-button-comments.png') no-repeat;
}

.blog #posts-list li div.comments-counter {
	left:79px;
	line-height:23px;
	width:33px;
	 background:url('../img/assets/bg-button-comments-n.png') no-repeat;
}

.blog .post-info,
.blog #comments .meta .comment-info {
	font:0.7em Arial;
	color:#94662b;
}

.blog .post-info {

	margin-bottom:5px;
}

.blog #posts-list .excerpt {
	color:#333;
	font:0.8em Arial;
	 line-height:1.3em;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:40px;
}

.blog #blog-info #blog-logo {
	float:left;
	margin: 10px 10px 0 6px;
}

.blog #blog-info {
	padding-top:2px;
	width:650px;
	min-height:120px;
	background:#eee;
	margin-top:10px;
	margin-bottom:10px;
}
.blog h1 {

	margin-top:5px;
	margin-bottom:2px;
}

.blog #blog-info p{
	font:0.8em Arial;
	padding:5px;
}

.blog #comments {

	width:650px;
	margin-left:5px;
}


.blog #comments .commentnumber {
	color:#999;
}

.blog #comments .commentnumber a{
	font:0.9em Arial Sans;
	color:#2c2c2c;
}

.blog #comments .poster a,
.blog #comments .poster {
	color:#ff7f00;
	font:0.8em Arial Sans;
}



.blog .comment {
	margin-left:10px;
	background:url('../img/assets/quotes-begin.png') 10px 25px no-repeat;
	min-height:80px;
}

.blog .comment .message {
	font:0.9em Serif;
	margin-top:10px;
	margin-left:30px;
	color:#2c2c2c;
}


.blog #categories {
	float:left;
	margin-left:20px;
	width:210px;
}

.blog #categories li{
	margin-bottom:10px;
}

.blog #categories li a{
	color:#2A5793;
}


