/*
	Theme Name: C238
	Theme URI: http://www.C238.com.ar
	Description: A theme created by <a href="http://C238.com.ar" target="_blank">C238.com.ar</a>.
	Version: 1.0	
	Author: C238.com.ar - Dise&ntilde;o Web &amp; Programaci&oacute;n
	Author URI: http://www.C238.com.ar
*/
/* CSS RESET  */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

/* LAYAUT ------------------------------------------------*/

/* WRAPPER */
* {
	padding: 0;
	margin: 0;
}
html, body{
	height: 100%;
}
body{
	background:#3d4143 url(images/bg.gif) repeat-y left;
	color:#eeeeee;
	font:normal 100% arial, tahoma, verdana, sans-serif;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.60em !important;
	margin: 0 auto -4.7em;
}

/* FOOTER */
#push{
	height: 6.3em;
	width: 100%;
}

#footer{
	height: 4em;
	line-height:1.5em;
	padding-top:1.25em;
	font-size:14px;
	background:#202326;
	text-transform:capitalize;
	text-align:center;
	margin:0 auto;
	clear:both;
}
#footer a{
	color: #C7FF68;
	text-decoration: none;
}
#footer a:hover{
	color: #ffffff;
}

/* LEFT */
#left {
	width:160px;
	float:left;
	display:inline;
	overflow:hidden;
	position:relative;
	text-align:right;
	padding:20px;
}
.navigation {
	padding-top:1px;
	text-transform:uppercase;
	text-align:right;
}

.navigation a:link,.navigation a:visited {
	color:#586167;
	line-height:30px;
	font-size:26px;
	list-style:none;
	margin:0;
	text-decoration: none;
}

.navigation a:hover {
	color:#879096;
	font-size:26px;
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:2px 0;
}

.current-menu-item a:link,.current-menu-item a:visited ,
.current-post-parent a:link, .current-post-parent a:visited{ 
	color:#C7FF68;
	font-size:26px;
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:2px 0;
}

.current-menu-item a:hover {
	font-size:26px;
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:2px 0;
}

.navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

.navigation li {
	line-height:1.4em;
	list-style:none;
	margin:0;
	padding:0 0 2px;
}
#clientesdiv h2{
	color:#eeeeee;
	font-size: 14px;
	font-family: arial, tahoma, verdana, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

#clientesdiv{
	color:#888888;
	font-size: 11px;
}
#clientesdiv li{

	margin-bottom: 5px;
}
#clientesdiv a{
	color: #cccccc;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
#clientesdiv a:hover{
	color: #ffffff;
}

#clientesdiv a{
	color: #C7FF68;
	text-decoration: none;
}
#clientesdiv a:hover{
	color: #ffffff;
}

/* SEARCH BOX */
#left #searchdiv{
	/*text-align:right;*/
	padding: 5px 0px 5px 0px;
	font-size:12px;
	color:#999999;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
}
#left #searchdiv #searchsubmit{
	display:none;
}

/* CONTENT */
.home, .page, .single{
	margin-left: 200px;
	padding:10px;
}
#content .archives{
	margin-left: 10px;
}

/* HOME */
.home .entry{
	width: 250px;
	height: 330px;
	overflow: hidden;
	background: url(images/post_fondo.png) no-repeat;
	padding: 20px;
	float: left;
	color: #586167;
	font-size: 10px;
}
.home .entry .box{
	width: 252px;
	height: 322px;
	overflow: hidden;
}

.home .entrytitle{
	width: 252px; 
	font-size: 10px;
	color: #888888;
	text-align: right;
	line-height: 15px;
	overflow: hidden;
	height: 16px;
}
.home .entrytitle a,
.post-edit-link{
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
}
.home .entrytitle a:hover,
.post-edit-link:hover{
	color: #333333;
}
.home .post-thumb{
	margin-bottom: 3px;
}
.home .post-thumb img,
.thumbnail{
	border: 1px solid #999999;
}


.home .entrybody{
	line-height: 12px;
}
.home .entrymeta{
	width: 252px; 
	font-size: 10px;
	color: #888888;
	text-align: left;
}

/* SINGLE & PAGE*/
.single .entry{
	width: 781px;
	padding: 10px 5px 10px 5px;
	font-size:12px;
	/*color:#ffffff;*/
}
.single .entrytitle{
	line-height:30px;
	font-size:26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.single .entrytitle a{
	color:#C7FF68;
	text-decoration: none;
	font-weight: normal;
}
.single .edit-link{
	color: #aaaaaa;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sigle .entry a{
	color: #C7FF68;
	text-decoration: none;
}
.sigle .entry a:hover{
	color: #ffffff;
}

.single .entrymeta .comment-link{
	margin-left: 5px;
}
.single .entrymeta .comment-link img,
#comments .comment-number img {
	margin-right: 5px;
}
.single .comment-link a,
.single .post-edit-link{
	color: #aaaaaa;
	text-decoration: none;
}
.single .comment-link a:hover,
.single .post-edit-link:hover{
	color: #ffffff;
}
.single .entrybody {
	clear: right;
	overflow: hidden;
}

.single .entrybody  div .fancybox {
	width: 250px;
	height: 250px;
	border: 1px solid #cccccc;
	background-color: #202326;
	text-align: center;
	display: inline-block;
}

.single .entrybody  p .fancybox {
	border: 1px solid #cccccc;
	background-color: #202326;
	text-align: center;
	display: inline-block;
}

.single .entry .comment-link img,
#comments .comment-number img {
	border: none;
}

.single .entry p{
	margin-bottom: 10px;
}


/* COMMENTS */
#comments{
	margin-top: 20px;
}
#commentform{
	margin-top: 20px;
}
#commentform ul li {
	margin: 0;
	padding: 5px 10px 0px 0px;
	line-height: 1.2em
}
#commentform label{
	text-align: left;
	display: inline-block;
	width: 80px;
	font-weight: bold;
}
#commentform ul li .comment-box{
	
}
a{
	color: #C7FF68;
	text-decoration: none;
}

.commentlist .quote {
	background:url(images/bg_quote.gif) no-repeat top right;
	height: 50px;
	min-height: 55px;
}
.commentlist li {
	width: 430px;
 	padding: 5px 18px 22px 18px;
	margin-top:20px !important;
	margin-top:30px;
	background:#454545 url(images/bg_commentlist.gif) no-repeat bottom;
	color:#e4edee;
}
.commentlist .cite {
	display:block;
	font-style:normal;
	font-size: 11px;
	color: #888888;
}
.commentlist .cite a:link, .commentlist .cite a:visited,
#commentform a{
	color:#C7FF68;
	text-decoration:none;
}
.commentlist .cite a:hover, .commentlist .cite a:active,
#commentform a:hover {
	color:#ffffff;
	text-decoration:none;
}
.entrybody a{
	color:#C7FF68;
	text-decoration:none;
}
.entrybody a:hover{
	color:#ffffff;
}
#work-info{
	padding: 14px;
	border: 1px solid #cccccc;
	background-color: #202326;
	margin-bottom: 14px;
	width: 746px;
}
#work-info label{
	color: #888888;
	display: inline-block;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}
#work-info .work-description{
	display: block;
	margin-left: 90px;
}
#work-info .work-description label{
	display: relative;
	margin-left: -90px;
}

.wp-caption-text{
	font-style: italic;
	margin-top: 2px; 
	padding-bottom: 10px;
}

#left{
	background: url(images/logo.jpg) no-repeat left 10px;
}

/* TABLES */

#servicio table{
	margin-bottom: 20px;
	color: #90a56d;
}
#servicio table td,
#servicio table th{
	background: #fafff2;
	border: 1px solid #e3e8dc;
	padding: 8px;
	vertical-align: middle;
}
#servicio table  .column1{
	background: #f6ffe8;
	text-align: right;
}
#servicio table .odd{
	background: #eeffd1;
}
#servicio table  .odd .column1{
	background: #eeffd1;
}

#servicio table th{
	font-size: 18px;
	color: #b3d579;
}
#servicio table td{
	text-align: center;
}

#dominios,
#emails,
#masinfo{
	width: 180px;
	float: left;
	font-weight: bold;
}

#dominios .column1,
#emails .column1,
#masinfo .column1{
	width: 60px;
}
#dominios,
#emails{
	margin-right: 15px;
}
#emails .description{
	display: block;
	font-size: 10px;
	margin: 2px 0px 2px 0px;
	color: #666666;
}
#servicio  .yes{
	background: #fafff2 url(images/tick.png) no-repeat center center;
	text-indent: -1000px;
	overflow: hidden;
}

.gallery {
	margin-left: -5px;
}
.gallery a{
	float: left;
	margin: 5px;
}
.single .entry .badget {
	border: none;
}
#oferta {
	margin-bottom: 20px;
}
#oferta td{
	vertical-align: middle;
	padding: 10px;
}
#oferta  img{
	border: none;
}
#oferta .title{
	font-size: 26px;
	color: #b3d579;
}
#greenalien{
	margin-top: 40px;
}
.single .entrybody h3{
	font-size: 16px;
	color: #b3d579;
	margin-top: 30px;
}



