/* 
Theme Name: Virtual Corp
Theme URI: http://virtualcorp.com.ar/
Description: Tema para Virtual Corp
Version: 1.0
Author: izarweb
Author URI: http://izarweb.com.ar
*/

.ti_producto {
	margin:30px 0 20px 0;
	padding-bottom:2px;
	border-bottom:1px solid #CCCCCC;
}

/* Menu Dropdown BlueTabs */

/*  Style for Drop Down Menu */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #686868;
	line-height:18px;
	z-index:100;
	background-color: #974478;
	width: 160px;
	visibility: hidden;
	text-align:left;
}

.dropmenudiv_b a {
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 3px 0 3px 5px;
	text-decoration: none!important;
	color: #fff!important;
	font-weight:bold;
	text-transform:none;
	font-family:'Arial', 'Trebuchet MS','Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#ultimo_drop {
	border-bottom:none;
}

.dropmenudiv_b a:visted {
	color:white!important;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{
	background-color:#FAEDF5;
	color:black!important;
}




#inicio_izq {
	float:left;
	width:50%;
	padding:10px;
	border:1px solid #974478;
}

#inicio_der {
	clear:right;
	width:40%;
	float:right;
}

#novedades {
	color:#974478;
	border-bottom:1px solid #974478;
	padding-bottom:2px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:19px;
}

#menu_tr {
	background:#974478;
	margin:15px auto 10px auto;
	font-size:18px;
}

#menu_tr a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}

#menu_tr ul {
	padding:7px 0 7px 5px!important;
}

#menu_tr li {
	padding:0 15px;
	display:inline;
	border-left:1px solid #D9A5C6;
}

#content {
	padding:15px!important;
}

.separa_noticias { clear:both; margin:5px 0 15px 0!important; border-bottom:1px solid #C2D4E4; }

.post a { font-weight:bold; text-decoration:underline; }

.sidebar_novedades {
	padding-right:15px!important;
	margin:0!important;
}

.sidebar_novedades h3 { margin:20px 0 10px 0; font-size:16px!important; font-weight:bold; background:#F2F2F2; padding:5px; color:#974478!important; border:none; }
.sidebar_novedades h2 { margin:20px 0 10px 0; font-size:16px!important; font-weight:bold; background:#F2F2F2; padding:5px; color:#974478!important; border:none; }

.titulo_not {
	border:none;
	margin-bottom:14px;
}

ul { list-style-type:none; padding-left:0em; }

#izquierda_index {
	width:97%;
	clear:both;
	margin:0 auto;
}

* :focus { outline: 0; }

* {
	margin: 0;
	padding: 0;
}

body {
/*	background: #fff url(images/fondo.jpg) no-repeat top center; */
	background: #BFBFBF url(images/fondo2.jpg) repeat-x top center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	color: #974478;
}

h1 {
	font-size: 20px;
}

h2 {
	}

h3 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #974478;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	margin: 0px auto 0 auto;
	padding: 0;
}

/* Page */

#wrapper {
	width:763px;
	margin:0 auto;
	padding:0px 0;
	background:#FFFFFF;
	border:solid #999999;
	border-width:0 1px 1px;
}

/* Content */

#content {
	padding:20px 0 20px 0;
	margin:0;
	font-size:12px;
}

#group {
	border:0;
}

h2 {
	font-size:15px!important;
	text-transform:uppercase;
	margin-bottom:8px!important;
	padding-bottom:0px;
	padding-top:5px;
	color:#777!important;
	font-weight:bold;
}

.post img {
	border:1px solid #5A5A5A;
}

.alignright, .alignleft {
	background:white;
	border:1px solid #5A5A5A;
	clear:none;
}

.alignright {
	margin:0 0 8px 14px!important;
}

.alignleft {
	margin:0 14px 8px 0!important;
}

.txt_post {
	font-size:12px;
}

#content h1 a, #content h2 a, #content h3 a {
	text-decoration: none;
}

#content ol, #content ul {
	margin-left: 20px;
}

/* FOOTER */

#footer {
    margin-top: 20px;
	text-align: center;
	color: #974478;
	font-size: 11px;
	line-height:18px;
	margin-bottom:20px;
}

#footer a {
	color: #974478;
	text-decoration:underline;
	font-weight:bold;
}

/* Otros */

.widget_search {
}

.post-body {
	margin-top:15px;
}


div.navigationbottom

{
	margin-top:10px;
	margin-bottom:10px;
}

div.navigationbottom .leftnav
{
	float:left;
}

div.navigationbottom .rightnav
{
	float:right;
}

/************* Comments ***************/
#commentform textarea 
{
	width: 93%;
	border:4px solid #dd6300;
	padding:10px;
}

#submit
{
	width: 120px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(images/img09.gif) repeat-x bottom;
	overflow:hidden;
        vertical-align: top;
	border:none;
}

#submit:hover
{
	background: url(images/img09.gif) repeat-x bottom;
}

div.imgbox
{
	float:left;
	margin:5px;
}

/**************** IE 7 *******************/
li.cat-item
{
	font-size:12px;
	font-weight:normal;
}

#calendar table, #left #wp-calendar
{
	font-size:12px;
	font-weight:normal;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content .categor
{
padding: 5px;
background: #242424;
margin-top: 10px;
margin-bottom: 10px
}
#commentlist li
{
margin-left: 20px;
padding-bottom: 20px;
}

#author, #email, #url
{
border: 1px solid #666666
}