/* CSS Document */

a {
	text-decoration: none;
	color: #99322d;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #e6b12d;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	display: inline;
	list-style: none;
}

form {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

body {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/bg_page.jpg);
}
.thrColFixHdr {
	text-align: left;
	width: 850px;
	margin: 5px auto;
	padding: 0;
	border: 2px solid #e8e8e7;
	background-repeat: no-repeat;
	background-color: #acab9d;
	background-image: url(../images/bg_header1.gif);
}

.thrColFixHdr .header {
	padding: 8px;
}

.thrColFixHdr .side1 {
	width: 220px;
	float: left;
	padding-top: 70px;
}

.thrColFixHdr .main-content {
	background: white;
	padding: 10px;
	text-align: justify;
}

.footer, .footer a{
	color: #FFF;
	font-weight:bold;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.top-menu {
	background: url(../images/top_menu_bg.gif) black;
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
	padding: 0;
	margin: 0;	
}

.top-menu ul {
	padding: 5px 0 0 15px;
}

.top-menu a {
	text-decoration: none;
	color: #cccccc;
	background-image: url(../images/top_menu_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin-right: 15px;
}

.top-menu a:hover {
	color:#e6b12d;
}

.left-menu .title{
	background: #828172 url(../images/ml_bullet.jpg);	
	background-repeat: no-repeat;
	background-position: 200px;
	padding: 5px 8px;
}

.left-menu .content table td{
	background: #f6f6f6;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 5px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 9px;
}

.left-menu .content a img, .main-content ul li {
	border: 1px solid #dcdcdc;
}

.left-menu .title a {
	color: #c1c0b4;	
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.search-box {
	background: black;
	padding: 15px 9px;
	margin-top: 24px;
	text-align: center;
}

.edit {
	border: 1px solid #acab9d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	vertical-align: middle;
}

.boton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	vertical-align: middle;
	border: 1px solid #e6973a;
	background: #e6a433;
	color: white;
}

.lenguaje {
	text-align: right;
	font-weight: bold; /*agregado */
	color: #FFF;
}

.main-content ul li {
	display: block;
	width: 128px;
	height: 160px;
	padding: 5px;
	text-align: center;
	float: left;
	margin: 5px;
}

.main-content ul li a img {
	margin-bottom: 5px;
}

.main-content h1 {
	font-size: 11px;
}

.ver-detalles {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#ef8e30; /*cambiado */
}

.page-title {
	background: url(../images/page_title.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding: 40px 0 0 10px;
	vertical-align: bottom;
}
.page-title2 {
	background-image:url(../images/ppal.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding: 40px 0 0 10px;
	vertical-align: bottom;
}
.page-title h1 {
	font-size: 16px;
	color: #333;
}

.main-content h2 {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #7e7e7e;
	padding: 5px 0;
}

.box-subcategorias {
	background: #ef8e30;
	color: white;
	padding: 10px;
	border: 1px solid #dc911a;
}

.box-subcategorias a:hover {
	color: #fff8dc;
}
