@charset "utf-8";
/* CSS Document */

/* Typography */
@font-face {
    font-family: 'vegur';
    src: url('http://www.mgc.es/microsites/fonts/vegur-regular.eot');
    src: url('http://www.mgc.es/microsites/fonts/vegur-regular.eot?#iefix') format('embedded-opentype'),
         url('http://www.mgc.es/microsites/fonts/vegur-regular.ttf') format('truetype'),
         url('http://www.mgc.es/microsites/fonts/vegur-regular.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'vegur';
    src: url('http://www.mgc.es/microsites/fonts/vegur-bold.eot');
    src: url('http://www.mgc.es/microsites/fonts/vegur-bold.eot?#iefix') format('embedded-opentype'),
         url('http://www.mgc.es/microsites/fonts/vegur-bold.ttf') format('truetype'),
         url('http://www.mgc.es/microsites/fonts/vegur-bold.svg#vegurbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
/*@font-face {
    font-family: 'vegur_light';
    src: url('/fonts/vegur-light.eot');
    src: url('/fonts/vegur-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-light.ttf') format('truetype'),
         url('/fonts/vegur-light.svg#vegur_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* HTML Entities */
html, body {
	margin: 0;
	padding: 0;
	font-family: vegur, Verdana, sans-serif;
	font-size: 12pt;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

/* Structure */
#main {
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#menu {
	width: 340px;
	float: left;
	border-right: solid 1px #800;

}
#dropmenu {
	display: none;
	margin: 0 1.7em 1.4em;
	width: 85%;
	font-family: vegur, Verdana, sans-serif;
	font-size: 14pt;
	padding: .2em
}
#content {
	padding: 0 2.5em .5em;
	margin-left: 340px;
	border-left: solid 1px #800;
}
.bullets1{
	list-style-image: url(/microsites/microsites/images/cobertures/bullet1.gif); 
	margin: 0 0 1.2em 1em;
	padding: 0;
}
.bullets1 li, .bullets2 li {
	padding: 0;
	margin: 0 0 .6em 0;
}
.bullets2 {
	padding: 0;
	margin: 0.6em 0 1.2em 4em;
	list-style-image: url(/microsites/microsites/images/cobertures/bullet2.gif);
}
#header {
	padding: 2.5em 2.5em 0 2.5em; 
}
#footer {
	padding: 2.5em;
	clear: both;
	color: #666;
	font-size: 90%;
}
.mainmenu {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	text-align: right;
}
.button {
	display: block;
	padding: .6em 2.5em .6em .6em;
	color: #800;
	background-color: #fff;
	text-decoration: none;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a.button:hover {
	background-color: #fcc;
}
.selected {
	color: #fff;
	background-color: #800;
}

/* pagination menu */
ul.pagination {
	list-style: none;
	display: block;
	margin: 2.4em 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 90%;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.home {
}

/* idioma */
.idioma {
	font-size: 80%;
	float: right;
}

/* text styling */
h1, h2, h3 {
	color: #800;
	font-weight: normal;
	margin: 0;
	line-height: 100%;
}
h1 {
	margin: 1em 0 1.2em 0;
	font-size: 200%;
}
h2 {
	margin-bottom: .6em;
	font-size: 320%;
}
h2 strong {
	font-weight: bold;
}
h3 {
	font-size: 150%;
	color: #333;
	margin-bottom: .2em;
}
p {
	margin: 0 0 1.2em 0;
}
.mainmenu li {
	margin-bottom: 0;
}
.important-blue {
	font-size: 110%;
	color: #00627c;
}
.contacte {
	padding: 1em;
	background-color: #00728c;
	color: #FFF;
	margin-top: 2.4em;
}
.contacte a {
	color: #FFF;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.xtrabig {
	font-weight: bold;
	font-size: 200%;
}
.aligncenter {
	text-align: center;
}
a {
	color: #00627c;
}

/* img align */
img {
	height: auto;
}
.tocenter {
	width: 100%;
	margin-bottom: 1.2em;
	float: right;
}
.toleft {
	margin: 0 1.2em 1.2em 0;
	float: left;
}
.toright {
	margin: 0 0 1.2em 1.2em;
	float: right;
}
.scale66 {
	width: 66%;
}
.scale50 {
	width: 50%;
}
.scale33 {
	width: 33%;
}

@media (max-width: 980px) {
#main {
	width: 100%;
}
#menu {
	width: 34%;
}
#content {
	margin-left: 34%;
}
}

@media (max-width: 680px) {
body {
	font-size: 11pt;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
body {
	font-size: 12pt;
}
h2 {
	display: none;
}
#main {
	width: 100%;
}
#header {
	padding: 1em 1em 0 1em;
}
#menu {
	display: none;
}
#content {
	margin-left: 0;
	border-left: none;
	padding: 0 1em .5em;
}
#footer {
	padding: 1em;
}
#dropmenu {
	display: block;
}
.logo {
	width: 100%;
	height: auto;
}
.scale33 {
	width: 50%;
}
.scale66 {
	width: 100%;
}
}