/* 
Theme Name: Dicrom
Theme URI: http://www.dicromingenieria.com.ar
Description: Tema para http://www.dicromingenieria.com.ar
Version: 1.1
Author: Factor4
Author URI: http://www.dicromingenieria.com.ar
Tags: black, red, fixed width, two columns, widgets, valid CSS, widget ready, simple, clean, metamorph
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #666666 url(images/fondo.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c0c0c0;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #dd6300;
}

h1 {
	font-size: 18px;
}

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:link {
	text-decoration: none;
	color: red;
}

a:hover, a:active {
	text-decoration:underline;
	color: red;
}

a:visited {
	color: red;
	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 */

#logo {
	float:left;
	margin:10px 0 0 7px;
}

#header {
	height: 100px;
	margin: 0px auto 0 auto;
	padding: 0;
	border-bottom:1px solid red;
	text-align:right;
	background:white url(images/header.jpg) no-repeat top left;
}

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

#header p {
	margin: 0;
	padding: 20px 20px 0 0;
	font-size: 11px;
	color:#999999;
	line-height:21px;
}

#telefono {
	color:black;
}

#header a {
	text-decoration: none;
	color:#999;
}

#menu {
	background:#E5E5E5;
	border:solid #808080;
	border-width:1px 0;
	margin-bottom:12px;
}

#menu ul{
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	padding:7px 0;
	margin:0;
}

#menu li{
	display: inline;
	padding-left:11px;
	background:url(images/flecha-li.jpg) no-repeat top left;
	margin:0 5px 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px
}

#menu li a{
	text-decoration: none;
	color: #723B38;
}

/* Page */

#wrapper {
	width:800px;
	margin:0 auto;
	padding:0px 0;
	background:url(images/wrapper.jpg) no-repeat top center;
}

#page {
	width: 700px;
	margin:0 auto;
	padding: 0;
	background: white;
	border-top:solid 20px #333333;
	border-bottom:solid 20px #333333;
}

/* Content */

#content {
	padding:10px 0;
	margin:0;
	color:#333333;
}

#columna_central {
	padding:0 10px;
}

.columna_home {
	width:29%;
	float:left;
	padding:0 10px;
	border-right:1px solid #E1E2D0;
}

.columna_home img {
	clear:right!important;
	float:left!important;
	margin:0 0 8px 0!important;
	border:3px solid #dedede;
}

.post img {
	border:3px solid #dedede;
}

.alignright, .alignleft {
	background:white;
	border:3px solid #dedede;
	clear:none;
}

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

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

.logorepresentada {
	border-top:2px solid red;
	padding-top:7px;
	margin-top:20px;
	margin-bottom:15px;
}

#primera_col {
	padding:0 10px 0 10px;
}

#ultima_col {
	padding:0 10px 0 10px;
	border:none;
}

.txt_post {
	font-size:11px;
	color:#666666;
}

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


#content h2 {
	padding: 0 0 5px 0;
	font-size:14px!important;
	font-weight:bold!important;
	color:red;
}

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

.cierra_noticia {
	clear:both;
	height:1px;
	border-bottom:1px solid #CCCCCC;
	margin:8px 0 20px 0;
}

.titulo_pagina {
	font-size:17px;
	color:red;
}

#lista_productos ul {
	list-style:none;
}

#lista_productos li {
	background:url(images/flecha-prods.jpg) no-repeat top left;
	padding-left:23px;
	list-style:none;
}

#lista_productos a {
	text-decoration:none;
}

/* distribuidores */

.distribuidores ul {
	list-style:none;
	list-style-type:none;
}

.distribuidores ul a {
	color:#666666;
	text-decoration:none;
}

.distribuidores li {
	padding:0;
	padding-left:17px;
	background:url(images/flecha-repres.jpg) no-repeat left 4px;
	line-height:18px;
	margin:0;
}

#texto_10px {
	font-size:10px;
	color:#333333;
	line-height:14px;
}

#texto_10px a {
	text-decoration:none;
}

.subir {
	border-top:solid 1px red;
	margin:15px 0 0 0;
	padding:6px 0 0 0;
	text-align:right;
}

.subir a {
	font-weight:bold;
	color:red;
	text-decoration:none;
}

.ciudad {
	color:red;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
}

.nombre_dis {
	font-weight:bold;
}

/* Footer */

#footer {
    margin-top: 10px;
	text-align: center;
	border-top:1px solid red;
}

#footer p {
	padding: 10px 0;
	margin:0;
	line-height: normal;
	font-size: 10px;
	color: #999999;
}

/* 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
}
