@charset "iso-8859-1";
/* CSS Document */

body,td,th, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

a:Hover {text-decoration: underline }

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.top{
	background-image: url(../imagenes/fondo.jpg);
}
#principal {
	background-image: url(../imagenes/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
img { border:0px;}
.txtMenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

#menu { width:200px; float:left;}
#contenido { width:800px; float:left;}
#break { clear:both;}

#columna { float:left; width:60%;}
#columna2 { float:left; width:30%;}

#pie { width:50%; float:left; }
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #47b63e;
	text-decoration: none;
}
.secc_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #47b63e;
}
.secc_txt:Hover {
	color: #149baf;
	text-decoration: none;
}
.secc {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cde2e9;
	}
.subsecc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #e27204;
}

.txtcateg{
	font-weight: bold;
	color: #389331;
}
	
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #129aae;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cde5eb;
}
.boton  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #159baf;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #cae1e8;
}
.form {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #cae1e8;
}