/*
Theme Name: PRODATEC.
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Globulart Diseño
Author URI: http://www.globulart.com/blog_en
*/

@charset "iso-8859-1";

* { margin: 0; padding: 0; }

	body,
	html {
		background-repeat: repeat-y;
		margin:0;
		padding:0;
		background:#a7a09a center;
		color:#000;
		background-image: url(images/fondo_general1.gif); 
		font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	}
	body {
		min-width:1003px;
	}
	#wrap {
		background:#748587;
		margin:0 auto;
		width:1003px;
	}

	#main {
		background:#ffffff;
		float:right;
		width:713px;
		min-height: 560px;
	}
	#sidebar {
		float:left;
		width:290px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background-color: #111622;
		clear: both;
		padding: 14px;
		height: 17px; 
	}
	#footer p {
		margin:0;
    }


div#cabecera {
	background-color: #111622;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: 137px;
	text-align: center;
	
	}

div#cabecera_logo {
	background-repeat: no-repeat;
	z-index: 20;
	padding-bottom: 2px;
	background-image: url(images/logo_prodatec.gif);
	background-position: right center;
	margin: 0 auto; 
	width: 956px;
	height: 137px;
	text-align: left;
	
	}

div#cabecera_contacto {
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #748587;
	padding-top: 52px;
	z-index: 20;
	padding-bottom: 2px;
	margin: 0 auto;
	text-align: left;
	}

div#pie {
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #748587;
	}

div#pie a {
	text-decoration: none;
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #748587;
	background:url(images/globulart.gif) left center no-repeat;
	padding:4px 0 4px 24px;
	}

div#pie a:hover {
	text-decoration: none;
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #00bce3;
	background:url(images/globulart.gif) left center no-repeat;
	padding:4px 0 4px 24px;
	}

.logo_globulart {
	background-image: url(images/globulart.gif);
	height: 17px;
	width: 21px;
}

div#barra {
	padding-top: 105px;
	background-repeat: no-repeat;
	background-position: left 209px;
	float: left;
	background-color: #748587; 
	background-image: url(images/adorno_logo.png);
	width: 290px; 
	min-height: 449px; 
	text-align: left; 
}

div#barra a {
	text-decoration: none;
}

div#barra a:hover {
	color: #dddddd;
	text-decoration: none;
}

ul {
	color: #111622;
	list-style-type: none;
	font-size: 13px;
	line-height: 17px;
	list-style-position: outside;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; 
	margin-left: 5px; 
}

li {
	color: #111622;
	list-style-type: none;
	font-size: 13px;
	line-height: 17px;
	list-style-position: outside;
	margin-left: 25px; 
}

.page_item {
	margin:0 auto;
	margin-left: 25px; 
	list-style-image: none; 
	color: #111622;
}

.page_item a {
	color: #111622;
}

.current_page_item {
		list-style-image: url(images/barra_seleccion.gif);
		background-repeat: no-repeat;
		filter:none
}

.current_page_item a { 	
		font-weight: bold; 	
		color: #ffffff; 
}

div#titulo {
	background-color: #231F20;
	width: 713px; 
	height: 65px; 
	float: right; 
}

div#escrito {
	padding-right: 56px;
	padding-top: 38px;
	padding-bottom: 17px;
	padding-left: 34px;
	clear: both; 
}

h2 {
	font-size: 13px;
	color: #111622; 
}

.texto_normal {
	margin-right: 7px;
	font-size: 12px;
	color: #4d4d4d;
}

.texto_normal li {
	padding-left: 14px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-image: url(images/guion.gif);
	list-style-position: outside;
	margin-left: -6px;
	margin-right: 0px;
	font-size: 12px;
	color: #4d4d4d;
}

.texto_normal ul {
	padding-left: 2px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #4d4d4d;
}

.texto_normal a {
	font-weight: bold;
	color: #1d2144;
}

.texto_normal a:hover {
	background-color: #111622;
	text-decoration: none;
	font-weight: bold;
	color: #00bce4;
}

p {
	margin-bottom: 14px; 
}

img {
	border-color: #748587;
	border-width: 7px;
	border-style: solid; 
}

.alignright {
	float: right; 
	margin: 0 0 9px 9px; 
}


