/*
Diseño y adaptación netkobe.com
Nombre de Plantilla: idevelop
Descripcion: Diseño de plantilla fijo a tres columnas para 1024 * 768 pixeles
Version: 1.0
Lanzado: 081027
*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-position: left top;
}

h1, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #3E3E3E;
}

h2 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #BE482C;
}

a:hover, a:active {
	text-decoration: none;
	color: #BE482C;
}

a:visited {
	color: #BE482C;
	text-align: left;
}

img.left {
	float: left;
	margin-right: 15px;
	padding: 2px;
	border:solid;
	border-width: 1px;
	border-color:#999999;
}

img.right {
	float: right;
	margin-left: 15px;
	padding: 2px;
	border:solid;
	border-width: 1px;
	border-color:#999999;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Encabezado */

#header {
	width: 980px;
	height: 97px;
	margin: 0 auto;
	background-image:url(images/bg_logo.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	float: left;
	width: 980px;
	height: 54px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E56F47;
}

#menu a:hover { 
	text-decoration: none; 
	background: #DE8761;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #DE8761;
	color: #FFFFFF;
}

/** logo */

#logo {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/bg_logo.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0px;
	padding-left: 400px;
	line-height: 2px;
	text-transform:none;
}

#logo h1 { 
	padding-top: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #6D5A46;
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 0px 0 0 305px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
	font-size:18px;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	min-height: 450px;
}

/* Columna Izquierda */

#col_izq {
	float: left;
	width: 215px;
}

#col_izq ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#col_izq li {
	margin-bottom: 10px;
	padding: 0 15px;
	background: url(images/img13.jpg) no-repeat left top;
}

#col_izq li ul {
}

#col_izq li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img12.gif) no-repeat left top;
}

#col_izq h2 {
	padding-top: 10px;
	margin-bottom: 10px;
	background: url(images/img14.gif) no-repeat right 70%;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 18px;
}

/* Columna Central */

#col_cen {
	float: left;
	width: 530px;
	margin: 0 10px 0 10px;
	text-align:justify;
	background: url(images/img05.jpg) no-repeat left top;
}	

#col_cen_wide {
	float: left;
	width: 755px;
	margin: 0 0 0 10px;
	text-align:justify;
	background: url(images/img17.jpg) no-repeat left top;
}	

/* Contenido */

.contenido {
	padding: 10px 15px 0 15px;
}

.contenido p {
	line-height: 18px;
	text-align: right;
}

.contenido .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D1D1D1;
}

.contenido .entry {
}

.contenido .meta {
	padding: 15px 0 60px 0;
	background: url(images/img03.gif) repeat-x;
}

.contenido .meta p {
	margin: 0;
	color: #999999;
}

.contenido .meta .byline {
	float: left;
}

.contenido .meta .links {
	float: right;
}

.contenido .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.contenido .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.contenido .meta b {
	display: none;
}

/* Columna Derecha */

#col_der {
	float: right;
	width: 215px;
}

#col_der ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#col_der li {
	margin-bottom: 40px;
	padding: 0 15px;
	background: url(images/img13.jpg) no-repeat left top;
}

#col_der li ul {
}

#col_der li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img12.gif) no-repeat left 50%;
}

#col_der h2 {
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(images/img14.gif) no-repeat right 70%;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 18px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Marcos para ilustraciones */

.marco {
	border-style:solid;
	border-width: 1px;
	padding: 3px;
	border-color:#59D6FF;
	clear:both;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

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

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Bloque horizontal inferior */

#bloque_inferior {
	width: 980px;
	margin: 0 auto;
}

.bloque_inferior .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D1D1D1;
}

/* Bloque de Servicios */

#bloque_ser {
	margin: 0 auto;
	width: 230px;	
	float: left;
	padding-right: 15px;
	font-size:small;
}

/* Footer */

#pie_pleca {
	margin-top: 5px;
	clear:both;
}

#footer {
	margin: 0px auto;
	background: url(images/bg_footer.jpg) repeat-x top;
}

#legal {
	font-size: 14px;
	font-style:italic;
	text-transform:lowercase;
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #333333;
}

#legal a {
	color: #CC6600;
}

/* Tabla de productos */

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 132px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #F5F5F5 url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #F5F5F5 url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size:16px;
	color:#990000;
	background: #b9c9fe;
	border-right: 1px solid #fff;
}
#rounded-corner td
{
	padding: 8px;
	background: #F5F5F5;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #666666;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background-color: #F5F5F5;
	background-image: url(images/botleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background-color: #F5F5F5;
	background-image: url(images/botright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rounded-corner tbody tr:hover td
{
	background-color: #E4E4E4;
}

.thumbnail{
	padding: 4px;
	border: 1px solid #ddd;
	float: left;
	margin: 5px;
}

/* Estilo para tablas */
