@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*---------------- Font styles ------------------*/

h1 {
	margin-top: 0px;
	width: 887px;
	height: 263px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	background-image: url(images/logo_sintaxis.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	padding-top: 40px;
}
img{
border: none}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border: 4px solid #C1C5D5;
	padding-top: 120px;
}
.oneColFixCtr #maincontent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.maincontent {
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
/* ----------------Botonera-----------------*/
.menutop {
font-family : verdana, arial, sans-serif;
width : 730px;
height : 170px;
background-image: url(images/empre.jpg);
background-repeat:no-repeat;
margin : 0 auto;
margin-top : 100px;
padding-left : 70px;
}
#pmenu, #pmenu ul {
padding-top : 40px;
padding-bottom : 0;
padding-right : 0;
margin : 0;
list-style-type : none;
}
#pmenu a, #pmenu a:visited {
display : inline;
font-size : 10px;
color : #fff;
height : 16px;
line-height : 15px;
text-decoration : none;
text-indent : 5px;
text-align : left;
margin-left: 10px
}
#pmenu li {
background : #ffffff;
float : left;
min-height : 98px;
margin-right : 10px;
}
#pmenu li:hover {
position : relative;
}
#pmenu li:hover > a {
background : #fff;
color : #ffffff;
}
#pmenu li:hover {
position : relative;
}
#pmenu li:hover > a {
background : #fff;
color : #ffffff;
}
#pmenu li a:active, #pmenu li a:focus {
background : #fff;
color : #ffffff;
}