@charset "utf-8";
@font-face {
font-family: "Maven";
src: url(../font/mavenpro.ttf);
url("../font/mavenpro.ttf") format("truetype"),;
behavior: url(PIE.htc);
}
html, body {
	padding: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
}
body{
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 13px;
	font-family: Maven;
}


h1,h2,h3,h4,h5,h6,p{margin:0px; padding:0px;}
.content ul {
}

h1,h2,h3,h4,h5,h6{
	font-family: Maven;
}
h2,h3{font-weight:normal;}
h3{
	font-size:20px;
}
a {
	font-size: 16px;
}

#top {
	height: 522px;
}
#logo-menu {
	height: 129px;
}
#menu {
	height: 128px;
}

#logo {
	background-image: url(../images/logo.png);
	height: 128px;
	width: 327px;
	background-repeat: no-repeat;
	background-position: center center;
}



#footer {
	height: 170px;
}

#conteiner {
	width: 958px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/*Alineamiento de texto*/

.txt-align-left{text-align: left;}
.txt-align-right{text-align: right;}
.txt-align-center{text-align: center;}
.txt-align-justify{
	text-align: justify;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	behavior: url(PIE.htc);*/
}
.img_border1{
	border-color: #0071BC;
	border-style: solid;
	border-width: 2px;
}
.img_border2{
	border-color: #93278F;
	border-style: solid;
	border-width: 2px;
}
.img_border3{
	border-color: #FBB03B;
	border-style: solid;
	border-width: 2px;
}
.img_border4{
	border-color: #000;
	border-style: solid;
	border-width: 2px;
}

.img_border5{
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 4px;
}

html body .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery{
	display:none;
	visibility: hidden;
}




/*float*/
.float-right{float:right;}
.float-left{float:left;}

.clear{clear:both;}
/*Positions*/
.pos-relative{position: relative;}
.pos-absolute{position: absolute;}


/*Colores de fondos*/
.bg-color1{background-color: #000;}
.bg-color2{background-color: #FFF;}
.bg-color3{
	background-color: #05398F;
}
.bg-color4{background-color: #C1272D;}
.bg-color5{background-color: #009245;}
.bg-color6{background-color: #93278F;}
.bg-color7{background-color: #FF411F;}
.bg-color8{background-color: #F2F2F2;}
.bg-color9{
	background-color: #FE7B21;
}


/*colores de texto*/
.txt-color1{color: #000;}
.txt-color2{color: #FFF;}
.txt-color3{color: #4D4D4D;}
.txt-color4{
	color: #05398F;
}
.txt-color5{
	color: #93278F;
}
.txt-color6{
	color: #FF411F;
}

/*margenes*/
.mar-top20{margin-top: 20px;}
.mar-left20{margin-left: 20px;}

/*Borders*/
.brd-top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	}
.brd-right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	}
.brd-bottom{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
}
.brd-left{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E6E6E6;
}


/*Menu links*/
#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: block;
	height: 128px;
	width: 125px;
	list-style-position: inside;
	list-style-type: none;
	font-family: Maven;
}
#menu ul li a.normal {
	text-align: center;
	display: block;
	width: 125px;
	text-decoration: none;
	padding-top: 56px;
	padding-bottom: 56px;
}
#menu ul li a.normal1 {
	text-align: center;
	display: block;
	width: 125px;
	text-decoration: none;
	padding-top: 45px;
	padding-bottom: 45px;
}
#menu ul li a.normal:link, #menu ul li a.normal:visited, #menu ul li a.normal1:link, #menu ul li a.normal1:visited{
	color: #000;
}
#menu ul li a.normal:hover, #menu ul li a.normal:active, #menu ul li a.normal1:hover, #menu ul li a.normal1:active{
	color: #FFF;
	background-color: #000;
}
#menu ul li.selected:{
	height: 79px;
	width: 114px;
	padding-top: 50px;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
#but_home a {
	text-align: center;
	display: block;
	height: 83px;
	width: 55px;
	padding-top: 45px;
	text-decoration: none;
}
#slide2 {
	height: 160px;
	padding-top: 30px;
}
#center #content {
	padding: 25px;
}
.content {
	padding: 20px;
	display: block;
}

.title{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content ul {
	margin: 0px;
	padding-left: 20px;
	padding-right: 15px;
}
.content ul li {
	list-style-type: square;
}

#content .filas .left {
	width: 280px;
}
#content .filas .right {
	width: 615px;
}
.txt-size-12 {
	font-size: 12px;
}
.form-txt {
	background-color: #D6D6D6;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#category_gal .panel a.link {
	display: block;
	padding: 5px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
#category_gal .panel a.link:hover, #category_gal .panel a.link:active {
	color: #FFF;
	background-color: #000;
}
.lether-space {
	/* [disabled]word-spacing: 4px; */
	/* [disabled]font-size: 11px; */

}
a.foot-menu {
	font-size: 13px;
}
