@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {	
    font-family: 'klavikalight';
    src: url('dafont/klavika-light_0-webfont.eot');
    src: url('dafont/klavika-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('dafont/klavika-light_0-webfont.woff') format('woff'),
         url('dafont/klavika-light_0-webfont.ttf') format('truetype'),
         url('dafont/klavika-light_0-webfont.svg#klavikalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'klavika_bdbold';
    src: url('dafont/klavika-bold_0-webfont.eot');
    src: url('dafont/klavika-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('dafont/klavika-bold_0-webfont.woff') format('woff'),
         url('dafont/klavika-bold_0-webfont.ttf') format('truetype'),
         url('dafont/klavika-bold_0-webfont.svg#klavika_bdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image:url(./../images/textura.png);
	color:#003e54;
	font-family:"klavikalight";
}
#contenedor {
	clear:both;
	width:1000px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	box-shadow: #000000 0px 0px 8px;
}
header {
	background-image: url(./../images/fondo.jpg); background-repeat:no-repeat;
    width:100%;
    height:160px;
	}
#cabezaizq {
	width:138px;
	float:left;
	margin-top: 25px;
	padding-left: 50px;
}

#cabezader {
	width:210px;
	float:right;
	margin-top: 30px;
}
nav {
    background-color:#094054;
    width:100%;
    height:38px;
    margin-top:0px;
    text-align:left;
	font-family:"klavikalight";
    font-size:25px;
    color:#ffffff;
    margin-left: auto;
    margin-right: auto;
}
a.link{
	color:#003e54;
	font-weight:bold;
}

ul.conte,
ul.conte ul,
ul.conte li,
ul.conte a {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 5px;
    border: 0px;
    outline: none;
}

ul.menu,
ul.menu ul,
ul.menu li,
ul.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
ul.menu {
    height: 50px;
    width: 100%;
	list-style:none;
	z-index:9000;
}
 
ul.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 38px;
}
ul.menu li a {
    display: block;
    padding: 0 14px;
    margin: 0px 0;
    line-height: 38px;
    text-decoration: none;
 
    border-left: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    font-family:"klavikalight";
    font-size:16px;
 
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
ul.menu li:first-child a { border-left: none; padding-left:30px; }
ul.menu li:last-child a{ border-right: none; }
 
ul.menu li:hover > a { color: #BC8A04; }
ul.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 	display:none;
    list-style:none;
   	opacity:0;
	
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
	z-index:9001;
}
 
ul.menu li:hover > ul { opacity: 0.95; display:block; }
 
ul.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
ul.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}
ul.menu ul li a {
    width: 130px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
ul.menu ul li:last-child a { border: none; }


/********* EL OTRO SUBSUBMENU  *********/
ul.menu ul ul{
    position: absolute;
    top: 5px;
    left: 150px;
	display:none;
    list-style:none;
  	opacity:0;
 	background: rgba(00,30,45,0.90);
	
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
	z-index:9000001;
}

/* ************************** FIN DE NUEVO MENU **********************/




#line { 
    background-color:#BC8A04;
    width:100%;
    height:7px;
    margin-top:0px;
	margin-left: auto;
    margin-right: auto;
}
#conte {
	width:100%;
	clear:both;
	background-color:#ffffff;
	overflow: hidden;
}
article {
	width:100%;
	min-height: 595px;
}
section {
    background-color:#EFF6FC;
	width:65%;
	float:left;}
	
#banner{
	background-color:#094054;
    width:420px;
	height:200px;
	margin-top:50px;
	clear:both;
	margin-left: auto;
    margin-right: auto;
}
#clear{
	clear:both;
}
#infoavisos{
    width: Calc(100% - 15px);
	margin-top:50px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:50px;
}
#infoavisos .tituloaviso{
    text-decoration: none;
    font-family:"klavika_bdbold";
	font-weight:bold;
    font-size:20px;
	color:#173346;
	}
#aviso{
    text-decoration: none;
    font-family:"klavikalight";
    font-size:15px;
	color:#173346;
	margin-left: 22px;
	margin-top:20px;
	}
#aviso ul li{
	text-align:justify;
	}

.readmore a{
	padding-left:5px;
	line-height:21px;
	font-weight:bold;
	font-size:15px;
	color:#BC8A04;
	text-decoration:none;

	}
	
.readmore a:hover{
	/*background:url(images/read_more_hover.png) no-repeat left center;*/
	text-decoration:none;
	color:#094054;
	}	
#izquierda{
    width:350px;
	min-height:595px;
	float:left;
}
#acceso{
    width:261px;
    height:200px;
    margin-top:50px;
	margin-left:42px;
}
#acceso a{
    width:98px;
    height:85px;
    float:left;
	margin-top:20px;
}
#acceso a:hover{
    opacity:0.3;
}
#botones{
    width:295px;
	margin-top: 80px;
	margin-left: auto;
    margin-right: auto;
}
#icono{
    width:98px;
    height:85px;
    float:left;
	margin-top:20px;
}
#icono a{
    width:98px;
    height:85px;
    float:left;
	margin-top:20px;
}
#icono a:hover{
    opacity:0.3;
}
footer {
    background-color:#094054;
    width:100%;
    height:48px;
    text-align:center;
    color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.content1{
	margin-top:15px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:90%;

}

h2 {
        color:#ffffff;
        font-family:"klavikalight";
        font-size: 15px;
        text-align:center;
}
h3.titulo {
	font-family: "klavikalight";
	font-size:16px;
	font-weight:bold;
	color:#003045;
	text-transform:uppercase;
}
h2.title_contenido{
	font-family: 'klavikalight';
	font-size: 20px;
	padding-left: 0px;
	font-weight:bold;
	color:#003045;
	margin-bottom:10px;
	text-align: left;
	} 
	
h3.title a {
    font-family: 'klavikalight';
    font-size: 16px;
    padding-left: 0px;
    color:#003045;
    font-weight: bold;
    text-decoration: none;
}	
	
.date{
	float:left;
	font-size: 11px;
	padding: 0px 5px;
	white-space: nowrap;
	font-family: 'klavikalight';
	color: #4A4A4A;
	border: 1px solid #F0F0F0;
	font-weight: bold;
	position: relative;
	margin: 10px 5px 5px 12px;
} 	
	
.day{
	width: 20px !important;
	text-align: center;
	background: #987727;
	height: 17px !important;
	position: absolute;
	margin-left: -8px;
	margin-top: -5px;
	color: white;
	padding-top: 2px;
	border: double;
	left: 8px;
	top: 1px;
	z-index:0;
}

.month{
    margin:2px 0px 2px 22px;   
}

.year{
	margin-left:-1px;
}


.intronota_img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.intronota_img img{
	width:500px;
}

.intronota_contenido {
	width:96%;
	margin-top:10px;
	/*border:1px #006 solid;*/
	padding:5px;
	text-align:justify;
	font-family: "klavikalight", Verdana, Arial, sans-serif;
	font-size:16px;
	color:#163346;
}

.intronota_contenido li {
	margin-left:22px;
	padding-left: 2px;
	margin-bottom: 10px;
	list-style-type:disc;
	list-style:disc;
}

.intronota_contenido a {
color:#163346;/*#494E6B;*/
font-weight:bold;
font-size:16px;
text-decoration:none;
}

.intronota_contenido a:hover {
color:#987727;/*#494E6B;*/
font-weight:bold;
}


	
#piecentro{
    color:#ffffff;
    width: 91.7%;
        font-family:"klavikalight";
        font-size: 12px;
        text-align:center;
        float: left;
        padding-top:15px;
}
#pieder{
    color:#ffffff;
    width: 8.3%;
    float:left;
}



/************ARTICLE CONTENIDO *****************************/

#artcontenido
{
	width:100%;
	clear:both;
  font-family: 'klavikalight';
  overflow:hidden;
  margin-bottom:30px;
}

#artcontenido_pie
{
	width:100%;
	clear:both;
	margin-bottom:20px;
	color:#003045;
	  font-family: 'klavikalight';
}

#artcontenido_date {
    float: left;
    font-size: 14px;
    padding: 0px 5px;
    white-space: nowrap;
    font-family: 'klavikalight';
    color: #4A4A4A;
    font-weight: bold;
    position: relative;
    margin: 15px 0px 0px 0px;
    clear: both;
    width: 95%;
}

h2.title a{
	clear:both;
	font-family: 'klavikalight';
	font-size: 18px;
	text-transform:capitalize;
	padding-left: 0px;
	color: #003045;
	font-weight:bold;
	text-decoration:none;
	} 
	
h2.title a:hover{
	color: #987727;} 
	
h3.title a{
	font-family: 'klavikalight';
	font-size: 16px;
	padding-left: 0px;
	color: #003045;
	font-weight:bold;
	text-decoration:none;
	} 
	
h3.title a:hover{
	color: #987727;} 
	

#artconvoca_img
{
	width:240px;
	float:left;
	margin-top:10px;
}


#artconvoca_tex
{
	width:270px;
	float:left;
	margin-top:50px;
	text-align:justify;
	font-size:15px;
	color:#003045;
	margin-left:30px;
	  font-family: 'klavikalight';
}
/*****************************FIN ARTICULO CONTENIDO ************************/	

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 3px;
}




