@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
}

div#body {
	width: 750px;
	margin: 0px auto;
	padding-top: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
}

.small {
	font-size: small;
}

h1 {
	text-align: center;
}

h1,h2,h3 {
	font-family: arial, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
}

h1,h2,h3,a {
	color: #555;
}

li {
	list-style-type: square;
	margin: 7px;
}

.clear {
	clear: both;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.box-center {
	margin: 0px auto;
}

h2.bar {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid gray;
}

.banner {
	text-align: center;
	margin-bottom: 15px;
}

.banner_home {
    position: relative;
}

.banner_home .inner {
    position: absolute;
    top: -100px;
    right: 20px;
}

/* Head menú */
ul#head_menu_2 {
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
}

ul#head_menu_2 li {
	margin: 0px;
	float: left;
	list-style-type: none;
	list-style-position: outside;
}

ul#head_menu_2 li.active {
	position: relative;
	top: -2px;
}

ul#head_menu_2 img {
	border: none;
}

ul#head_menu {
	border-top: 1px solid gray;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

ul#head_menu li {
	margin: 0px;
	width: 25%;
	float: left;
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
}

ul#head_menu li.last {
	float: right;
	width: 24.8%;
}

ul#head_menu li.active {
	background-color: gray;
}

ul#head_menu a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

ul#head_menu li.active a {
	color: white;
}

/* Content */
div#content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

div#content div {
	
}

/* Foot */
div#foot {
	width: 750px;
	height: 48px;
	background-image: url(../images/foot.gif);
	text-align: center;
	font-family: arial;
	font-size: 8pt;
	color: white;
}

div#foot div.inner {
	margin-right: 50px;
}

div#foot a {
	color: white;
}

div#foot div div {
	margin-top: 3px;
}

div#foot span {
	margin: 0px 20px;
	font-size: 7pt;
	font-weight: normal;
}

/* Flash messages */
div.flash_msg {
	text-align: center;
	font-size: 14pt;
	margin: 16px;
	padding: 5px;
	border: 2px solid green;
	color: green;
	background-color: #dfd;
}

div.flash_msg.error {
	border: 2px solid red;
	color: red;
	background-color: #fdd;
}

/* Magazines list */
img#random_image {
	margin-top: 20px;
	margin-bottom: 5px;
}

/* Magazines list */
div.magazines_list {
	margin-left: 48px;
}

div.magazines_list div.magazine_item {
	float: left;
	border: 1px solid gray;
	width: 175px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

div.magazines_list div.magazine_item div.date {
	font-size: 10pt;
}

div.magazines_list div.magazine_item h2 {
	height: 60px;
	overflow: hidden;
	font-size: 11pt;
}

div.magazines_list div.magazine_item img {
	border: 1px solid gray;
	width: 150px;
	height: 186px;
}

/* Magazine */
div.magazine img {
	float: left;
	border: 1px solid gray;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 315px;
	height: 390px;
}

div.magazine h2 {
	text-align: center;
	padding-top: 20px;
	clear: both;
}

/* Subscription form */
form.mail table {
	width: 100%;
}

form.mail td {
	padding: 3px;
	border: 1px solid gray;
}

form.mail td.c1 {
	width: 1%;
	white-space: nowrap;
	text-align: right;
}

form.mail td.c2 {
	text-align: center;
}

form.mail input.text,form.mail textarea {
	width: 98%;
	border: 0px;
	background-color: #eee;
	padding: 2px;
}

form.mail input.submit,form.mail input.button {
	border: 1px solid gray;
}

/* Who we are */
div#who_we_are div {
	margin-top: 20px;
	margin-bottom: 20px;
}
