/*****************************************
* Generales
*****************************************/
body.interior {
	background: url(../img/generales/fondo-bandera-italia.png) no-repeat 70% top;
}

a {
  color: #2E8C00;
}

a:hover,
a:focus {
  color: #8DD056;
  text-decoration: none;
}

ul.lista li {
	margin-left: 10px;
	list-style-type: disc !important;
}

/*****************************************
* Varios
*****************************************/
.breadcrumb {
	font-size: 13px;
	margin: 0 20px 15px 20px;
}

.separador-horizontal,
.separador-horizontal-grande {
	display: block;
	margin: 14px;
	height: 1px;
	background: #F2F2F2;
}

.separador-horizontal-grande {
	margin: 30px;
}

input.error {
	color: #b94a48;
	border-color: #b94a48;
}

/* Marquesina */
.marquee-bienvenida {
width: 100%;
overflow: hidden;
padding: 15px 0;
background-color: #af2527;
}

.marquee-bienvenida p {
margin: 0;
font-size: 17px;
color: #FFF;
}

.marquee-bienvenida p strong {
color: #FC6;
}


/*****************************************
* Header
*****************************************/
.header {
	min-width: 100%;
	height: 94px;
	margin-top: 10px;
}

.header .logo a {
	position: absolute;
	z-index: 10000000 !important;
	display: block;
	width: 180px;
	height: 140px;
	text-indent: -9999px;
	background: url(../img/generales/logo-dante-alighieri.png) no-repeat top left;
}


/*****************************************
* Menu principal
*****************************************/
.menu-principal {
	margin-top: 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
	background: #606258;
}

.menu-principal ul {	
	margin: 0;
	padding: 0;
	font-size: 0;
}

.menu-principal ul li {
	display: inline-block; 
	list-style: none;
	zoom: 1;
	*display: inline;
}

.menu-principal li a {
	display: block;
	padding: 13px 15px 17px 15px;
	font-size: 17px;
	color: #FFF;
	background: url(../img/generales/separador-vertical-menu.png) no-repeat top left;
}

.menu-principal li a:hover {
	color: #CCC;
}

.menu-principal ul li:first-child a {
	background: none;
}

.menu-principal li a.sel {
	color: #FC6;
}


/*****************************************
* Contenedores
*****************************************/
.container {
	margin: 0 auto;
	max-width: 960px;
}


/*****************************************
* Filas y columnas
*****************************************/
.row,
.row-fluid {
	margin-bottom: 20px;
}
			
[class*="span"] {}
			
.last {
	margin-bottom: 0;
}


/*****************************************
* Separador body
*****************************************/
.separador-body {
	min-width: 100%;
	height: 30px;
	background: url(../img/generales/fondo-body.jpg) repeat-x top center;
}

.separador-body .container {
	padding: 30px 0;
	text-align: right;
	background: none;
}


/*****************************************
* Footer
*****************************************/
.footer {
	font-size: 12px;
	color: #FFF;
	background: #606258;
}

.footer p {
	min-height: 70px;
	margin: 25px 0;
	padding-left: 140px;
	line-height: 144%;
	background: url(../img/generales/logo-dante-alighieri-footer.png) no-repeat 20px center;
}

.footer span {
	font-style: italic;
	color: #999; 
}

/* Copy */
.copy {}

/* Redes */
.redes {
	text-align: right;
	line-height: 118px;
}

.redes img {
	margin-right: 12px;
}

/* Email */
.footer a.email {
	color: #FC6;
}

.footer a.email:hover,
.footer a.email:focus {
	color: #CCC;
	text-decoration: none;
}


/*****************************************
* Links compartir secciones interiores
*****************************************/
.links-compartir {
	margin: 0;
}

.links-compartir img {
	border: 0 !important;
}


/*****************************************
* Breakpoints
*****************************************/
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	/*****************************************
	* Menu principal
	*****************************************/
	.menu-principal li a {
		padding: 13px 10px 17px 10px;
		font-size: 14px;
	}
			
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	/*****************************************
	* Header
	*****************************************/
	.header {
		height: auto !important;
	}
	
	.header .logo a {
		position: relative;
	}
	
	/*****************************************
	* Header responsivo
	*****************************************/
	.header-responsivo {
		margin-top: 0 !important;
		-webkit-border-radius: 12px 12px 0 0;
     	-moz-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0;
		background: #606258;
	}
	
	.header-responsivo .navbar {
		margin: 0 !important;
	}
	
	.header-responsivo .navbar .navbar-inner {
		-webkit-border-radius: 0;
     	-moz-border-radius: 0;
        border-radius: 0;
	}
	
	.header-responsivo .navbar .brand {
		font-size: 14px;
	}
	
	.header-responsivo .navbar .nav li a {
		color: #FFF;
	}
	
	.header-responsivo .navbar .nav li.active a {
		color: #FC6;
	}


	/*****************************************
	* Footer
	*****************************************/
	/* Redes */
	.redes {
		margin-bottom: 25px;
		text-align: right;
		line-height: 32px;
		text-align: center;
	}

}
     
/* Landscape phones and down */
@media (max-width: 480px) {

	/*****************************************
	* 
	*****************************************/

}

/* Portrait phones and down */
@media (max-width: 320px) {

	/*****************************************
	* Footer
	*****************************************/
	.footer p {
		min-height: 70px;
		padding: 0 20px;
		background: none;
	}

}