html,body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #000 url(../img/inici.jpg) no-repeat fixed top;
	font: 16px Arial serif;
}

a
{
	color: #a10707;
	text-decoration: none;
	padding: 0;
}
a.white-link
{
	background-color: #fff;
	padding: 2px 5px 2px 5px;
}

ul{
	list-style:none;
}

.bullet ul
{
	list-style-image: url(../img/bullet.png);
}

h1
{
	font-family: serif;
	font-size: 60px;
	line-height: 45px;
}
h3, h4
{
	margin-bottom: 15px;
}

h3
{
	color: #a10707;
	font-size: 16px;
	font-weight: normal;
}
h4
{
	font-size: 16px;
	font-weight: bold;
}

.red {
	color: #a10707;
}

.right{
	float:right;
}

.left{
	float:left;
}

.clear{
	clear: both;
}

.center{
	text-align:center;
}

.no_top{
	margin-top:0;
}

.tornar{
	margin:10px 0;
}
.tornar a{
	cursor: pointer;
}

h4.titulo_noticia
{
	color: #a10707;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.dashed {
	border-bottom: 1px dashed #000;
	clear:both;
}
div.dashed {
	width: 600px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
}

.equipo{
	margin-bottom:15px;
}
.cont_equipo, .foto_equipo{
	width:49%;
}

.foto_equipo{
	float:right;
	text-align:right;
}

.cont_equipo{
	float:left;
}

.cont_equipo h4{
	margin:0 0 5px 0;
	padding:0;
	font-size: 18px;
	color: #595141;
}
.cont_equipo h6{
	font-size: 12px;
	margin:0;
}

.cont_equipo div {
	margin:5px 0;
}
img
{
	border: none;
}
div.foto
{
	text-align: center;
	margin: 10px 0 10px 0;
}
.fecha
{
	font-weight: bold;
}
.white
{
	background-color: #fff;
}

.descripcion
{
	padding: 25px;
}

.descripcion ul
{
	list-style-image: url(../img/bullet.png);
}

.cont_izq{
	margin-bottom:20px;
}

.img_cont{
	float:right;
	padding-left:5px;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 1200px;
	padding-top: 36px;
}

#idiomas{
	width: 650px;
	margin:0 auto 7px auto;
	text-align:right;
}
#idiomas a{
	background-color: #595141;
	color: #fff;
	padding: 5px;
}

#idiomas a:hover, #idiomas a.active{
	background-color: #fff;
	color: #000;
}

#content
{
	color: #000;
	width: 650px;
	margin:2px 5px 0 5px;
	float:left;
}

#content p
{
	line-height: 1.4;
	width: 100%;
}

#cont{
	min-height:669px;
}

#extra, #extra_2{
	float:left;
	margin-top:1px;
}
#extra_2{
	display:none;
}

#normalconent
{
	background-color: #fff;
	padding: 20px;
	text-align: justify;
}
#padding {clear:both;height:5px;}

#footer
{
	background-color: #333;
	height: 57px;
	color: #fff;
	width: 602px;
	font-size: 13px;
	padding: 5px 24px;
}

#footer table
{
	width:100%;
}

#footer a
{
	color: #fff;
	text-decoration: underline;
}

#footer_line {
	height: 1px;
	border-bottom: 1px dashed #fff;
	width: 100%;
	margin-bottom: 5px;
}

#cap
{
	position: fixed;
	display: none;
	background-color:#000;
	width:100%;
}

#navigation
{
	font-size: 16px;
	width: 270px;
	float:left;
}
#navigation ul
{
	margin-top:0;
	padding: 0;
	text-align: right;
}
#navigation li
{
	margin-bottom:13px;
}
#navigation ul li ul
{
	margin:15px 10px 0 0;
}
#navigation li:first-child
{
	margin-top: 5px;
}
#navigation li a
{
	font-size: 14px;
	background-color: #595141;
	color: #fff;
	padding: 5px;
}
#navigation li a:hover, #navigation li a.active
{
	background-color: #fff;
	color: #000;
}
#navigation li a.red
{
	background-color: #a10707;
	color: #fff;
}
#navigation li a.active
{
	margin-right: 0;
}
/*
#navigation li a.active_2
{
	margin-right: -5px;
	padding-right:11px;
}
*/
#navigation li a.destacado
{
	background-color: #a10707;
}

.div_2columns
{
	background-color: #fff;
	margin-bottom: 5px;
	vertical-align: middle;
	padding:0 5px;
}

.div_2columns h1
{
	font-family: serif;
	font-size: 71px;
	line-height: 50px;
}

.left_column_wrapper
{
	margin-left: 25px;
	padding-right: 5px;
}

.left_column, .right_column
{
	background-color: #fff;
}

.left_column { 	width: 325px; }
.right_column { width: 285px; }

#nomargincolumns { background-color: #fff;}
#nomargincolumns.left_column_wrapper { margin-left: 15px; padding-right: 15px; }

#listado_noticias{
	background-color:#fff;
	padding:1em 1.5em;
	font-size:0.9em;
}
#listado_noticias .fecha{
	font-size:0.8em;
}

.left_column
{
	float: left;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 0px;
}

.left_column p
{
	margin-bottom: 20px;
}

.right_column
{
	float:right;
	padding: 15px 25px 10px 15px;
}

.left_col_noticia{
	width:442px;
	float:left;
	background-color: #fff;
	padding:20px;
}
.left_col_noticia span.red{
	margin-bottom:5px;
}

.left_col_noticia .fecha, .right_col_noticia .fecha{
	font-size:0.8em;
}
.left_col_noticia a:hover{
	text-decoration:underline;
}

.right_col_noticia{
	width:153px;
	float:right;
	background-color: #fff;
	padding-right:10px;
}
.right_col_noticia a:hover{
	text-decoration:underline;
}
.right_col_noticia li{
	margin-bottom: 5px;
}

.right_column li
{
	margin-bottom: 5px;
}

.right_column a
{
	font-size: 20px;
	text-transform: uppercase;
}

.left_col_intra{
	width:405px;
	float:left;
	background-color: #fff;
	padding:20px;
}
.right_col_intra{
	width:160px;
	float:right;
	background-color: #fff;
}
.right_col_intra a:hover{
	text-decoration:underline;
}
.right_col_intra ul{
	margin-left:-25px;
}

.right_col_intra ul li{
	margin:5px 0;
}

.documents{
	margin-top:10px;
}

/*
.contenido_noticia
{
	display: none;
	overflow: auto;
	height: 200px;
	width: 250px;
	padding-right: 10px;
	margin-right: 10px;
	overflow-x: hidden;
}
* */

.contenido_noticia a
{
	font-size: 16px;
	text-transform: none;
}
.contenido_noticia p
{
	margin-top:0;
}

.paginacion{
	margin:0 2px;
}

.noticia{
	padding:0.5em;
}

.list_noticia{
	float:right;
	width:480px;
	font-size:0.85em;
}

.foto_list_noticia{
	float:left;
}

.foto_noticia{
	margin:1em 0;
}

#nocolumns
{
	background-color: #fff;
	padding: 80px 40px 80px 40px;
}

#redbackground
{
	background-color: #a10707;
	padding: 20px;
}

#redbackground table
{
	margin:0 auto;
	text-align:right;
}
#redbackground td
{
	padding:2px 0;
}

#redbackground p {
	color: #fff;
	margin-top:0;
}

#redbackground2
{
	padding: 40px;
	background-color: #a10707;
}

.msg-error{
	color:#fff;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
}

.logout{
	color:#fff;
	float:right;
}

form div {
  clear: left;
  display: block;
}

form div label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
	color: #fff;
	font-size: 18px;
}

.submit
{
	width: 65px;
	border: 1px solid #000;
	background-color: #fff;
}

label
{
	color: #fff;
	font-weight: bold;
}

input[type="text"], input[type="password"], input[type="submit"]
{
	width: 200px;
	height: 20px;
	border: none;
}

input[type="submit"]
{
	width: 65px;
	background-color: #fff;
}

#redbackground2, #redbackground2 a
{
	color: #fff;
}
#redbackground2 a
{
	text-decoration: underline;
}
#redbackground2 input[type="text"], #redbackground2 input[type="password"], #redbackground2 textarea
{
	width: 270px;
}

#redbackground2 input[type="text"], #redbackground2 input[type="password"], #redbackground2 input[type="submit"], #redbackground2 textarea, #redbackground2 input[type="checkbox"]
{
	margin-bottom: 10px;
}

#redbackground2 input[type="checkbox"]
{
	position: relative;
	top: 7px;
	margin-left: 10px;
}

textarea
{
	width: 250px;
	border: none;
}

#div_submit
{
	text-align: right;
	padding-right: 225px;
}

.checked {
    background-color:#222;
    background-image:url(../img/chk_on.png);
}
.unchecked {
    background-color:#1c1c1c;
    background-image:url(../img/chk_off.png);
}

#myCanvas {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%;
	height:400px;
	font-weight:normal;
	font-size:0.9em;
	color:#000;
}

#lista_noticias
{
	margin-left:-20px;
	font-size:0.85em;
}

#tipos_formacion, #aulas
{
	display:none;
}

#header
{
	padding:10px 20px;
	margin-bottom:5px;
	background-color:#fff;
}

#header h1
{
	color: #000;
	font-size: 40px;
	font-weight: normal;
	margin:0px;
}

#header p
{
	margin:0;
	padding:0;
	font-size:14px;
}

.img_inicio{
	float:left;
	margin-right:10px;
}

td.numeric {
	text-align: center;
}

#transports thead tr td {
	text-align: center;
}

.fichero{
	margin-left:15px;
}

.fichero a{
	color:#000;
	text-decoration:underline;
}

.fichero a:hover{
	color:#a10707;
}
