img.grid {
	position: absolute;
	top: -10px;
	opacity: .5;
	filter: alpha(opacity = 50);
	display: yes;
	z-index: 10000;
	left: -10px;
}

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 {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	font-family: Arial;
}

body {
	line-height: 1.1;
	margin: 0px;
	background: #efefef;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

a:link, a:active, a:visited { 
	text-decoration: none;
	border: none;
	color: black;
} 

A:hover {
	text-decoration: none;
   	cursor: hand;
	color: #55C9EA;
}

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


/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}

/* Layout Control Interno */

span.bold {
	color: #55C9EA;
	font-weight: bold;
}

div.main {
	margin-left: 29px;
	margin-top: 27px;
}

div.logo {
	margin-bottom: 21px;
	*margin-bottom: 20px;
	margin-left: 3px;
}

div.menu {
	border-top: 1px dotted #000;
	width: 945px;
	padding-top: 23px;
	padding-bottom: 34px;
	*padding-bottom: 14px;
	border-bottom: 4px solid #000;
	margin-bottom: 18px;
}
	
span.menuleft {
	padding-right: 10px;
}

span.menumiddle {
	padding-left: 10px;
	padding-right: 10px;
}

span.menuright {
	padding-left: 10px;
}

div.menuleft {
	float: left;
}

div.cajamitad div.menuleft a {
	background-color: white;
}

div.menuright {
	float: right;
	position: relative;
	top: -4px;
}

#searchicon {
	float: left;
	margin-right: 11px;
}

input.search {
	float: left;
	border: 1px solid black;
	height: 16px;
	width: 164px;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

div.titulonews {
	border-top: 1px dotted #000;
	width: 208px;
	padding-top: 13px;
	padding-left: 13px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 13px;
}

div.cajanews {
	width: 199px;
	background-color: white;
	height: 80px;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 18px;
}

div.cajanewsleft div, form {
	background-color: white;
	margin-bottom: 0px;
}

div.cajanewsleft {
	width: 50%;
	float: left;
	background-color: white;
}

div.cajanewsleft input.login {
	width: 96%;
	border: 1px solid black;
	height: 16px;
	margin-bottom: 10px;
	color: #999;
	font-size: 12px;
	background-color: white;
}

div.cajanewsleft a {
	background-color: white;
}

div.cajanewsright, div.cajanewsright img {
	float: left;
	background-color: white;
	padding-left: 10px;
}

input.botonforma {
   	border: none;
   	background-color: transparent;
   	cursor: pointer;
   	cursor: hand;
   	padding: none;
   	width: 55px;
	font-family: verdana;
   	font-size: 10px;
   	position: relative;
   	left: -5px;
   	*left: 0px;
}

div.formatexto {
	margin-bottom: 10px;
}

div.formacampo {
	margin-bottom: 10px;	
}

input#titulo {
	border: 1px solid black;
	width: 300px;
	height: 16px;
	font-size: 12px;
}

input#resumen, input#solucion, input#contacto {
	border: 1px solid black;
	width: 600px;
	height: 16px;
	font-size: 12px;
}

textarea#descripcion {
	border: 1px solid black;
	width: 600px;
	height: 500px;
	font-size: 12px;
}

textarea#contacto {
	border: 1px solid black;
	width: 300px;
	*width: 298px;
	height: 100px;
	font-size: 13px;
}

#guardar {
	float: left;
}

form {
	background-color: transparent;
}

div.cajapublicacion {
	width: 450px;
	height: 321px;
	background-color: white;
	border: 1px solid #999;
	padding-left: 10px;
	margin-bottom: 19px;
	margin-right: 19px;
}

div.cajapublicacion div {
	background-color: white;
}

div.titulocajapublicacion {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	background-color: white;
	width: 440px;
	height: 40px;
}

div.titulocajapublicacion a {
	margin-top: 15px;
	font-size: 20px;
	background-color: white;
}

div.autorcajapublicacion {
	font-size: 10px;
	font-style: italic;
	margin-top: 10px;
	color: #999;
}

div.contenidocajapublicacion {
	margin-top: 15px;
	background-color: white;
	color: black;
	line-height: 14px;
	height: auto;
	overflow: hidden;
}

div.contenidocajapublicacionleft {
	background-color: white;
	float: left;
	width: 47%;
	padding-right: 20px;
	height: 196px;
	overflow: hidden;
}

div.contenidocajapublicacionright {
	background-color: white;	
	height: 196px;
}

img.fotoentrada {
	width: 207px;
}

div.ligavermas {
	clear: left;
	background-color: white;
	margin-top: 10px;
}

div.ligavermas a {
	font-size: 11px;
	color: #55C9EA;
	background-color: white;
}

div.ligavermas2 {
	clear: left;
	background-color: white;
	margin-top: 10px;
}

div.ligavermas2 a {
	font-size: 11px;
	color: #55C9EA;
	background-color: white;
}

div.anunciosleft {
	float: left;
	height: 1000px;
}

div.cajaanuncioproveedor {
	width: 200px;
	background-color: white;	
	height: 301px;
	border: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	margin-right: 19px;
	margin-bottom: 19px;
}

div.anuncioproveedortitulo {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}

div.contenidoprincipal {
	float: left;
}

div.anunciosright {
	float: left;
	height: 1000px;	
}

div.cajamitad {
	width: 200px;
	background-color: white;	
	height: 130px;
	border: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	margin-right: 19px;
	margin-bottom: 19px;
}

input.subscribete {
	border: 1px solid black;
	height: 16px;
	width: 195px;
	margin-top: 10px;
	color: #999;
}

input#subscribirme {
	margin-top: 17px;
	float: right;
	*margin-top: 12px;
}

div.cajamitad div.menuleft {
	width: 110px;
	background-color: white;
	margin-top: 10px;
	font-size: 11px;
	line-height: 15px;
}

div.cajamitad div.menuleft div.link {
	background-color: white;
	margin-top: 22px;
	font-size: 11px;
	line-height: 15px;
	color: #55C9EA;
}

div.cajamitad div.menuright {
	background-color: white;
	margin-top: 10px;
	text-align: center;
	width: 90px;
}

div.cajamitad img {
	background-color: white;
}

div.fechas div {
	background-color: white;
	margin-top: 8px;
}

div.fechas, div.fechas a {
	background-color: white;	
}

div.cajacomentarios {
	width: 440px;
	background-color: white;
	border: 1px solid #999;
	margin-top: 19px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

input.mensaje {
	margin-top: 10px;
	border: 1px solid black;
	height: 16px;
	width: 220px;
	color: #999;
	font-family: Arial;
	font-size: 12px;
}

textarea.mensaje {
	margin-top: 10px;
	border: 1px solid black;
	height: 100px;
	width: 437px;
	*width: 436px;
	margin-bottom: 10px;
	color: #999;
	font-family: Arial;
	font-size: 12px;
}

input#enviar {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 390px;
}

select.tipoarchivo {
	border: 1px solid black;
	background-color: white;
	width: 300px;
	height: 18px;
	font-size: 12px;
}

div.listaerrores {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.elementoerrores{
	margin-bottom: 3px;
}

textarea {
	font-family: Arial;
	font-size: 13px;	
}

form {
	margin-top: 0px;
}

input.imagen {
	border: 1px solid black;
	width: 300px;
}

input.submit {
	border: none;
	background-color: transparent;
	cursor: pointer;
   	cursor: hand;
   	padding: 0px;
 	width:  37px;
 	margin-right: 2px;
	font-size: 1.9ex;
	*font-size: 2ex;
}

input.contacto2 {
	border: 1px solid black;
	height: 16px;
}