/*****************************/
/* ---- GENERAL STYLES ---- */
html{
	font-size: 62.5%;
}
body{
	background: #FFFFFF;
	color: #000000;
    font-family: 'calibriregular';
}
p,
a{
	font-size: 1.4em;
}
a{
	color: #000000;
}
.smaller{
	font-size: 1.2em!important;
}
ul li{
	list-style-type: none;
}
/*Títulos*/
h1{
    font-family: 'calibrilight';
	font-size: 2em;
}
h2{
    font-family: 'calibrilight';
	font-size: 1.8em;
}
h3{
    font-family: 'calibribold';
	font-size: 1.4em;
}


/*Misc*/
.margin-bottom{
	margin-bottom: 10px!important;
}
.first{
	clear: both;
}
.grid{
	height: 100%;
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.content{
	height: 100%;
	width: 100%;
}
.row{
	clear: both;
}
.left {
	float: left!important;
}
.right {
	float: right!important;
}
.hidden{
	visibility: hidden;
}
.bold{
	font-weight: bold!important;
}


/*********************/
/* ---- HEADER ---- */
/*LOGOTIPO*/
header.logotipos{
	overflow: hidden;
	padding: 1em 0 0.5em;
}

/*Logo Ausape*/
header.logotipos .logotipo-ausape-gobierno-aragon h1 a img{
	display: block;
	float: left;
	max-width: 162px;
	width: 100%;
}

/*Logo IX Forum Ausape*/
header.logotipos .logotipo-forum-ausape h2 a{
	margin: 0 auto;
	text-align: center;
}
header.logotipos .logotipo-forum-ausape h2 a img{
	max-width: 337px;
	width: 100%;
}

/*Logo Ausape-2*/
header.logotipos .logotipo-ausape h2 a img{
	display: block;
	float: right;
	max-width: 112px;
	width: 100%;
}


/******************/
/* ---- MENU ---- */
.menu .primary-nav{
	overflow: hidden;
}
.menu .primary-nav li{
	height: 30px;
	margin-bottom: 8px;
}
.menu .primary-nav li a{
	font-size: 1.3em;
	height: 100%;
	line-height: 1.7em;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0.3em 0 0.3em 0.3em;
	text-align: center;
	text-transform: uppercase;
}
.menu .primary-nav li.first a{
	margin-left: 0;
}
.menu .primary-nav li.last a{
	margin-right: 0;
}
.menu .primary-nav li a:hover{
	background-color: #D3D3D3;
}


/***********************/
/* ---- CONTENIDO ---- */
.zona-central{
	position: relative;
}
.cajas{
	position: relative;
}
.cajas ul{
	overflow: hidden;
}
.cajas ul li{
	height: 86px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}
.cajas li:hover{
	opacity: 0.8;
}
.cajas ul li a{
	height: 86px;
    line-height: 1em;
	padding: 0.5em;
}
.cajas ul li a span{
    display: block;
	max-height: 42px;
  /**  max-width: 155px;*/
	overflow: hidden;
    width: 100%;
}
.cajas ul li a img{
	height: auto;
	margin-top: 5px;
	max-height: 25px;
	max-width: 66px;
	width: auto;
}

/**********************/
/* ---- CARRUSEL ---- */
.carrusel{
	margin-top: -38px;
	max-height: 500px;
	max-width: 66.66%!important;
	overflow: hidden;
	width: 100%!important;
}
.carrusel .slider,
.carrusel .slider2{
	margin-top: 0;
	max-width: 795px!important;
	overflow: hidden;
    width: 100%!important;
    z-index: -1;
}
.carrusel .slider ul li,
.carrusel .slider2 ul li{
	padding: 0;
}
.carrusel .slider ul li a,
.carrusel .slider2 ul li a{
	height: 100%;
	margin-bottom: 0;
	padding: 0;
}
.carrusel .slider ul li a img,
.carrusel .slider2 ul li a img{
	display: block;
	margin: 0 auto;
}

/*Slider superior*/
.carrusel .slider{
	height: 406px!important;
}
.carrusel .slider ul li,
.carrusel .slider ul li a img{
	max-width: 795px!important;		
	width: 100%!important;
}
/*Slider inferior*/
.carrusel .slider2{
	height: 86px!important;
	margin-top: 8px;
}

.carrusel .slider2 ul li{
	height: 86px;
	padding: 0px;
	max-width: 300px!important;
	width: 100%!important;
}
.carrusel .slider2 ul li img{
	max-height: 68px;
	width: auto;
}

/****************************/
/* ---- VENTANA MODAL ---- */

.modal {
    background: url("images/bg_modal.png") repeat scroll 0 0 transparent;
    display: none;
    left: 17.8% !important;
    margin-bottom: 20px;
    overflow: auto;
    padding: 1em !important;
    position: absolute;
    top: -18px !important;
    width: 64.2%;
    z-index: 1001;
}
.modal > div {
    background-color: #fbfbfb;
    overflow: hidden;
    padding: 3em;
    position: relative;
}
.modal div .closeBtn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal div div.content-modal {
    float: left;
    width: 70%;
}
.modal div h3, .modal div p, .modal div a, .modal div ul li {
    color: #355a85;
    font-size: 17px;
    height: auto;
    line-height: 1.2em;
    padding: 0;
}
.modal div h3, .modal div p {
    margin-bottom: 0.5em;
}
.modal div ul li {
    line-height: 1.5em;
}
.modal .imagen-modal {
    float: right;
    width: 25%;
}
.modal .imagen-modal img {
    float: right;
    margin-bottom: 0.5em;
    max-width: 200px;
    width: 100%;
}
.modal div ul.lista-modal {
    margin-left: 40px;
}
.modal div ul.lista-modal li {
    list-style-image: url("images/tick.png");
    list-style-type: none;
    margin-bottom: 0;
}
.modal div ul.lista-modal li a:hover {
    text-decoration: underline;
}
.modal div div.enlaces-modal {
    clear: both;
}

/***************************************/
/* ---- INTERNET EXPLORER STYLES ---- */
.lt-ie9 p,
.lt-ie9 a{
	font-size: 1.4em;
}
.lt-ie9 h1{
	font-size: 2em;
}
.lt-ie9 h2{
	font-size: 1.8em;
}
.lt-ie9 h3{
	font-size: 1.4em;
}
.lt-ie9 .button{
	font-size: 1.5em;
}
header.logotipos .logotipo-ausape-gobierno-aragon h1 img,
header.logotipos .logotipo-forum-ausape h2 img,
header.logotipos .logotipo-ausape h2 img{
	width: auto!important;
}
.lt-ie9 .modal div h3,
.lt-ie9 .modal div p,
.lt-ie9 .modal div a,
.lt-ie9 .modal div ul li{
    font-size: 1.7em;
}
.lt-ie9 .modal div ul li{
	font-size: inherit;
	line-height: inherit;
}

/* IE 8 */
.ie8 .carrusel{
	max-width: 66.3% !important;
}
/* IE7 */
.ie7 .c2{
	width:16.2%;
}
.ie7 .c6{
	width: 49%;
}
.ie7 .carrusel{
	max-width: 66.1%!important;
}