body {background:#eee !important;}
#cabecera {
	margin: 30px 0;
}
#textoInicio {text-align:justify;margin:20px 0;width:260px;}

h1, #contenido h2, #columna h2, #listaIdiomas span {font-family: "Fugaz One", Arial, Helvetica, sans-serif;}
h1, #contenido h2, #columna h2 {text-transform: uppercase;}
h1 {font-size:29px;margin-bottom:25px;}
#contenido h2, #columna h2 {
	border-radius: 10px 10px 10px 10px;
}

#contenido p {text-align:justify;}

h2.primero,h2.segundo,h2.tercero {
	color: #fff;
	padding: 10px 0 60px 10px !important;
	font-weight: normal;
	margin-bottom: 20px;

}
.primero {background: #C1272D;text-shadow: 0.1em 0.1em #6B1013;}
.segundo {background: #f29400;text-shadow: 0.1em 0.1em #B57617;}
.tercero {background: #b0b0b0;text-shadow: 0.1em 0.1em #757575;}
#lat {padding-top:10px;text-align:right;}
#lat div {
	width:10px;
	height:111px;
	margin:0 0 30px 70px;
}
#selectLanguage span {
	background: url('img/banderas.jpg') no-repeat;
	padding-left:20px;
}
#selectLanguage span.spanish {background-position:0 5px;margin-right:15px;}
#selectLanguage span.english {background-position:0 -16px;}
#selectLanguage span a {font-size:12px;}

#pie {
	background: #cc3333;
	color: #fff;
	min-height:20px;
}
#line {margin-bottom:25px;margin-top:55px;}
#line div {height:3px;}
#footer a {color:#666 !important;}
#footer ul {list-style:none;margin:20px 0 0 0 !important;}
#footer ul li {
	float: left;
	margin-right:10px;
	font-size:12px;
}
#columna .menu {
	height: 100px;
}


/***** COLUMNA ******/
#columna .well {
	padding: 0 0 0 110px !important;
	min-height: 120px;
	background-image: url('img/bg-icono-multidiomas.png');
	background-repeat: no-repeat;
}
#columna .well h2 {
	color: #999;
	font-size:22px;
	margin-bottom:0px;
}
#columna .well p {
	padding-right:15px;
}


/***** BOOTSTRAP ACCORDION RESET ******/
.accordion-group {
	border: none !important;
	margin: none !important;
} 

#listaIdiomas span {
	margin-left:15px;
	font-size: 20px;
}
/********* FORMULARIO CONTACTO ***********/
#formularioContacto {padding-left:30px;}
#formularioContacto input, #formularioContacto textarea {width: 320px;}
#formularioContacto textarea {height:100px;display:block;}
