/* ===============================================================*/
/* ----------- RESET ESTILOS -------------------------------------*/
/* ===============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1  #D7D7D7;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
image {
	border:none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	border-color: #AAAAAA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
/* ===============================================================*/
/* ------------------BODY-----------------------------------------*/
/* ===============================================================*/ 
body
{
	background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 48%, rgba(206,206,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(229,229,229,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 48%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 48%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 48%,rgba(206,206,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 48%,rgba(206,206,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}


/* ===============================================================*/
/* -----------FONDO CABECERA-------------*/
/* ===============================================================*/ 
#fondocabecera
{
	position: absolute;
	height: 210px;
	width: 100%;
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,101,101,1) 0%, rgba(172,172,172,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,101,101,1)), color-stop(100%,rgba(172,172,172,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
}
/* ===============================================================*/
/* -------------DIV CONTAINER-------------------------------------*/
/* ===============================================================*/ 
#container
{
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
	max-width:960px;
	min-width:319px;
	margin: 0 auto;
}
/* ===============================================================*/
/* -----------HEADER O CABECERA-----------------------------------*/
/* ===============================================================*/ 
header
{
	clear: both;
	width: 960px;
	background-color: #cccccc;
	height: 210px;
	margin: 0 auto;
	position: relative;
}
/* ===============================================================*/
/* ---------------- LOGO -----------------------------------------*/
/* ===============================================================*/
#logo
{
	position: relative;
	float: left;
	clear: both;
	top: 0px;
	display: inline;
	left: 0px;
}
.estilos_cabecera
{
	position: relative;
	float: left;
	top: 15px;
	display: inline;
	left: 25px;
}
/* ===============================================================*/
/* -------------- MENU TOP ---------------------------------------*/
/* ===============================================================*/
#topmenu
{
	position: relative;
	background-color: #E3E3E3;
	float: left;
	height: 40px;
	width: 82px;
	top: 10px;
	left: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	bottom: auto;
	right: auto;
}
#menu_top {
	position: relative;
	float: left;
	left: 3px;
	top: 3px;
	right: 2px;
	bottom: 2px;
	text-align: center;
	list-style-type: none;
	width: 82px;
}
#menu_top li {
	position: relative;
	float: left;
	width: 56px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #9C9C9C;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu_top li:hover {
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu_top li a {
	display: block;
	text-decoration: none;
	color: #B6B6B6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#menu_top li:hover a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* ===============================================================*/
/* ---------------SOCIAL -----------------------------------------*/
/* ===============================================================*/
#social 
{
	position: relative;
	float: right;
	line-height: 20px;
	right: 20px;
	top: 130px;
}
#social li:hover
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* ===============================================================*/
/* ------------MENU PRINCIPAL-------------------------------------*/
/* ===============================================================*/

/* -----EN 960PX  menu responsive ---------------------------*/
#btn-menu {
	display: none;
}
nav label {
	display: none;
	weight: 30px;
	height: 28px;
	padding: 4px;
}
nav label:hover {
	cursor: pointer;
	background: rgb(0,0,0,0,3);
}
/* ------------fin ---------------------------*/

nav
{
	clear: both;
	background-color: #1F2B43;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666;
}
#menu {
	list-style: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: 10px;
}
#menu h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#menu li {
	float: left;
	position: relative;
	display: block;
	width: auto;
	background-color: #1F2B43;
	text-align: center;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border: 0px solid #000000;
}
#menu li:hover {
	background-color: #E41F26;
	border: 0px solid #CCC;
}
#menu li a {
	text-decoration: none;
}
/* ==================================================================*/
/* --DIV CONTENIDO PESTAÑAS MENU PRINCIPAL--- DROP ------------------*/
/* ==================================================================*/
#menu .dropNOS,
#menu .dropQUE, 
#menu .dropDICC,
#menu .dropTEC,
#menu .dropKAT,
#menu .dropEST,
#menu .dropKUM,
#menu .dropEXAM {
	position: absolute;
	left: -1000em;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 45px;
	border:1px solid #777777;  
    border-top:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);

}
#menu .dropNOS {
	width: 420px;
	height: 200px;
	margin-left: -10px;
	z-index: 1000;
}
#menu .dropQUE {
	width: 420px;
	height: 200px;
	margin-left: -110px;
	z-index: 1000;

}
#menu .dropDICC {
	width: 420px;
	height: 200px;
	margin-left: -110px;
	z-index: 1000;
}
#menu .dropTEC {
	width: 560px;
	height: 200px;
	margin-left: -180px;
	z-index: 1000;
}
#menu .dropKAT {
	width: 560px;
	height: 200px;
	margin-left: -200px;
	z-index: 1000;
}
#menu .dropEST {
	width: 560px;
	height: 210px;
	margin-left: -292px;
	z-index: 1000;
}
#menu .dropKUM {
	width: 420px;
	height: 200px;
	margin-left: -283px;
	z-index: 1000;
}
#menu .dropEXAM {
	width: 835px;
	height: 200px;
	margin-left: -660px;
	z-index: 1000;
}
#menu li:hover .dropNOS,
#menu li:hover .dropQUE,
#menu li:hover .dropDICC,
#menu li:hover .dropTEC,
#menu li:hover .dropKAT,
#menu li:hover .dropEST,
#menu li:hover .dropKUM,
#menu li:hover .dropEXAM {
	left: 0;
	top: 0;
	font-family: inherit;
}
.imag_drop {
	display:inline;  
	position: relative;
	float: left;
	margin: 10px;
}
.vinc_drop 
{  
    display:inline;  
    float: left;  
    position: relative;
	margin-top:8px;  
    margin-left: 5px;  
    margin-right: 5px;
	width:130px;
}  
#menu h3
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#menu li ul 
{  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
}
#menu li ul li 
{  
    font-size:16px;  
    line-height:24px;  
    position:relative;
	background:none;  
    border:none;  
    padding:0;  
    margin:0;  
    float:left;
	display:inline; 
    text-align:left;  
    width:130px;
}
#menu li ul li:hover
 {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;  
}  
 #menu li .vinc_drop li {
	border: 1px solid #bbbbbb;
	margin: 0px 0px 8px 0px;
	padding: 3px 6px 3px 6px;
	width: 116px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E9E9E9;
}  
#menu li .vinc_drop li:hover {  
    background:#ffffff;  
    border:1px solid #aaaaaa;  
    padding:3px 6px 3px 6px;  
    margin:0px 0px 8px 0px;  
}  
/* ===============================================================*/
/* ----------------MENU KATAS SUPERIORES--------------------------*/
/* ===============================================================*/ 

#menuKS {
	list-style: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: 10px;
}
#menuKS h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
}
#menuKS li {
	float: left;
	position: relative;
	display: block;
	width: auto;
	background-color: #1F2B43;
	text-align: center;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 4px solid #FF0004;
	border-top: 0px solid #000000;
}
#menuKS li:hover {
	background-color: #E41F26;
	border: 0px solid #CCC;
}
#menuKS li a {
	text-decoration: none;
} 
/* ==================PESTAÑAS KS =======================*/
#menuKS .dropks {
	position: absolute;
	z-index: 1000;
	left: -1000em;
	width: 840px;
	height: 260px;
	margin-left: -560px;
	padding: 5px;
	margin-top: 92px;
	border:1px solid #777777;  
    border-top:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
}

#menuKS .dropks h6 {
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}
#menuKS li:hover .dropks {
	left: 0;
	top: 0;
	font-family: inherit;
}
.imag_drop {
	display:inline;  
	position: relative;
	float: left;
	margin: 10px;
}
.vinc_dropKS
{
	display: inline;
	position: relative;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 25px;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #797979;
}  
.vinc_dropKS li a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}  
.vinc_dropKS li a:hover
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5A5F6E;
}  
#menuKS li ul 
{  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
}
#menuKS li ul li 
{
	position: relative;
	float: left;
	display: inline;
	text-align: left;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	
}
#menuKS li ul li:hover
 {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;
}  
 #menuKS li .vinc_dropKS li {
	border: 1px solid #bbbbbb;
	margin: 4px;
	padding: 3px 6px 3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #5A5F6E;
}  
#menuKS li .vinc_dropKS li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 3px 6px 3px 6px;
	margin: 4px;
}  
/* ===============================================================*/
/* ----------------SECCION TEMAS----------------------------------*/
/* ===============================================================*/ 
section.tema
{
	clear: both;
	position: relative;
	width: 960px;
	float: left;
	height: auto;
	background: #ffffff;
	margin-bottom: 30px;
}
section.tema h1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px;
	font-weight: bolder;
	color: #E41F26;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E41F26;
}
section.tema h2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #2462DD;
	padding-top: 10px;
}
section.tema h3
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #333;
}
section.tema h4
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #666;
}
section.tema h5
{
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
section.tema h6
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
section.tema h7
{
	font-size: 16px;
	color: #ED5254;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
section.tema p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-indent:35px;
	color: #000;
}
section.tema strong
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
section.tema em
{
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
	color: #000;
	font-weight: 600;
}
article.multicolum
{
	margin-top: 10px;
	margin-left: 35px;
	position: relative;
	width: 890px;
	height: 100%;
	margin-bottom: 20px;
}
.columna-centr100
{
	float: left;
	height: auto;
	width: 840px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-izd100
{
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.columna-sangria120
{
	float: left;
	height: auto;
	width: 740px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.columna-izd90
{
	float: left;
	height: auto;
	width: 780px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-izd80
{
	float: left;
	height: auto;
	width: 595px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-centrd80
{
	float: left;
	height: auto;
	width: 595px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-izd70
{
	float: left;
	height: auto;
	width: 495px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-centr70
{
	float: left;
	height: auto;
	width: 495px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-izd50
{
	float: left;
	height: auto;
	width: 397px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.columna-centr50
{
	float: left;
	height: auto;
	width: 397px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
}
.columna-izd30
{
	float: left;
	height: auto;
	width: 300px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-centr30
{
	float: left;
	height: auto;
	width: 300px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-izd20
{
	float: left;
	height: auto;
	width: 200px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-centr20
{
	float: left;
	height: auto;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-centr10
{
	float: left;
	height: auto;
	width: 176px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-listamaestros
{
	float: left;
	height: auto;
	width: 200px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.esquemadan
{
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.horarios_g
{
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.horarios_p
{
	display:none;
	float: left;
	height: auto;
	width: 397px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.lista1 li
{
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: outside;
	line-height: 20px;
}
.lista2 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: outside;
	line-height: 20px;	
}
.lista3 li
{
	list-style-type: decimal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: outside;
	line-height: 25px;
}
.lista4 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: outside;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.lista5 li
{
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666666;
	font-style: normal;
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 20px;
}
.lista6 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: outside;
	line-height: 20px;
	margin-left: 20px;
}
.tablediccionario
{
	vertical-align: bottom;
	text-align: left;
}
.tablediccionario td
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: bottom;
}
/* ===============================================================*/
/* ----------SECCION DE NOTICIAS----------------------------------*/
/* ===============================================================*/ 
section#noticias
{
	
	min-height: 319px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 960px;
	float: left;
	height: auto;
	background: #ffffff;
}
article.barranotic
{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	width: 450px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;	
}
.barranotic h4
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.actividad
{
	clear: both;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: -moz-linear-gradient(left,  rgba(14,14,14,1) 0%, rgba(125,126,125,0.85) 60%, rgba(125,126,125,0.76) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(14,14,14,1)), color-stop(60%,rgba(125,126,125,0.85)), color-stop(99%,rgba(125,126,125,0.76))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* IE10+ */
background: linear-gradient(to right,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#c27d7e7d',GradientType=1 ); /* IE6-9 */
}
.actividad p
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.fechanotic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	clear: both;
	float: left;
	margin-left: 15px;
	width: 600px;
	color: #666;
	}
/* ===============================================================*/
/* ------------- BOX NOTICIAS  -----------------------------------*/
/* ===============================================================*/ 
.noticia
{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 940px;
	height: 100%;
	margin-bottom: 20px;
}
.noticia h1 /*-- Titulo de la noticia - rojo--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	color: #F00;
}
.noticia h2 /*-- Texto muy importante - azul--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #0072BF;
}
.noticia h3 /*-- Subseccion - naranja--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #F60;
}
.noticia h4 /*-- Texto - gris--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #919191;
}
.noticia h5 /*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #333;
	font-weight: normal;
}
.noticia h6/*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #C4C300;
	font-weight: normal;
}
.noticia p /*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 40px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.tablenoticia1
{
	text-align: left;
	vertical-align: bottom;
	border-bottom-style: solid;
	border-width: 0px;
}
.tablediccionario td
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: bottom;
}
.notic100_cent
{
	float: left;
	height: auto;
	width: 840px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic100_izd
{
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.noticiasangria120_izd
{
	float: left;
	height: auto;
	width: 740px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.notic90_izd
{
	float: left;
	height: auto;
	width: 780px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic80_izd
{
	float: left;
	height: auto;
	width: 595px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic80_cent
{
	float: left;
	height: auto;
	width: 595px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic70_izd
{
	float: left;
	height: auto;
	width: 495px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic70_cent
{
	float: left;
	height: auto;
	width: 495px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic50_izd
{
	float: left;
	height: auto;
	width: 397px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.notic50_cent
{
	float: left;
	height: auto;
	width: 397px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
}
.notic30_izd
{
	float: left;
	height: auto;
	width: 300px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic30_cent
{
	float: left;
	height: auto;
	width: 300px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic20_izd
{
	float: left;
	height: auto;
	width: 200px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic20_cent
{
	float: left;
	height: auto;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.notic10_cent
{
	float: left;
	height: auto;
	width: 176px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
/* ------------- pumses superiores ----------------*/
.pumses_superiores{
	width: 200px;
	height: 430px;
	background-color: #0066CC;
	margin: 5px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 10px;
}
.pumses_superiores .mascara4 {
	width: 200px;
	height: 430px;
	position: absolute;
	overflow: hidden;
	padding-top: 10px;
	top: 0px;
	left: 0px;
	background-color: #0099FF;
	-webkit-transition: all 1.0s linear;
	-moz-transition: all 1.0s linear;
	-o-transition: all 1.0s linear;
	-ms-transition: all 1.0s linear;
	transition: all 1.0s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-top-style: 10;
	border-right-style: 10;
	border-bottom-style: 10;
	border-left-style: 10;
}
.pumses_superiores:hover .mascara4 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.pumses_superiores .principal
{
	position: relative;
	width: 200px;
	height: 430px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px;
	color: #FFF;
	-webkit-transition: all 1.0s linear;
	-moz-transition: all 1.0s linear;
	-o-transition: all 1.0s linear;
	-ms-transition: all 1.0s linear;
	transition: all 1.0s linear;
}
.pumses_superiores:hover .principal
{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80px;
}		
.pumses_superiores a.secundario {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 28px;
	background-color: #0099FF;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	list-style-type: none;
}
.pumses_superiores:hover a.secundario {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.pumses_superiores a.secundario:hover  {
	color: #39F;
	background-color: #FFF;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

/* ===============================================================*/
/* ------------------MENU PUMSES----------------------------------*/
/* ===============================================================*/ 
.cont_menupumses
{
	position: relative;
	background-color: #CCCCCC;
	float: left;
	height: auto;
	width: 820;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-color: #666666;
	margin-bottom: 6px;
	left: 20px;
}
.menupumses {
	position: relative;
	float: left;
	text-align: center;
	list-style-type: none;
	width: 820px;
	margin-left: 8px;
	color: #B5B5B5;
	font-weight: bold;
	line-height: 36px;
}
.menupumses li {
	position: relative;
	float: left;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #575757;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
}

.menupumses li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.menupumses li:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #323232;
}
/* ===============================================================*/
/* ------------- BOTON VOLVER -----------------------------*/
/* ===============================================================*/

.volver{
	float: left;
	height: auto;
	width: 100px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 0px;
	opacity: 0.5;
}
.volver:hover {
opacity: 100;
}

/* ===============================================================*/
/* ------------- BOTON ARRIBA PAGINA -----------------------------*/
/* ===============================================================*/

#scrollup{
	width: 44px;
	height: 44px;
	opacity: 0.3;
	position: fixed;
	bottom: 155px;
	right: 25px;
	display: none;
	text-indent: -9999px;
	background-image: url(../images/arribapag.png);
	background-repeat: no-repeat;
}
#scrollup:hover {
	opacity: 100;
	background-image: url(../images/arribapag.png);
	background-repeat: no-repeat;
}
/* ===============================================================*/
/* -------------FOOTER O PIE--------------------------------------*/
/* ===============================================================*/
footer
{
	clear: both;
	position: relative;
	text-align: center;
	height: 80px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #545B68;
} 
.avisolegal p
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFC1C1;
	font-weight: bold;
}
.avisolegal p a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFE7B5;
	font-weight: bold;
}
.avisolegal p a:hover
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFC703;
	font-weight: bold;
}
/* --///////------  FIN  ------------------------------/////////--*/























/* ------------MEDIA QUERIES PARA MOVIL Y TABLET----------  @media (max-widht:500px) {} ---------------------------*/

@media (min-width: 481px) and (max-width: 720px){
	
	#fondocabecera
{
	position: absolute;
	height: 127px;
	width: 100%;
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,101,101,1) 0%, rgba(172,172,172,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,101,101,1)), color-stop(100%,rgba(172,172,172,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
}
/* ===============================================================*/
/* -------------DIV CONTAINER-------------------------------------*/
/* ===============================================================*/ 
#container
{
	position: relative;
	background-color: #FFFFFF;
	width: 719px;
	margin: 0 auto;
}
/* ===============================================================*/
/* -----------HEADER O CABECERA-----------------------------------*/
/* ===============================================================*/ 
header
{
	clear: both;
	width: 719px;
	background-color: #1F2B43;
	height: auto;
	margin: 0 auto;
	position: relative;
}
/* ---------------- LOGO -----------------------------------------*/
/* ===============================================================*/
#logo
{
	position: relative;
	float: left;
	clear: both;
	top: 0px;
	display: inline;
	left: 0px;
}
		.estilos_cabecera
{
	display: none;
}

/* ===============================================================*/
/* ---------------SOCIAL -----------------------------------------*/
/* ===============================================================*/
#social 
{
	position: absolute;
	margin-left: 620px;
	margin-top: 192px;
	float: right;
	height: auto;
	width: auto;
	
	left: 0px;
	top: 0px;
}
#social li {
	position: relative;
	display: block;
	float: left;
	width: auto;
	text-align: center;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	
}
#social li:hover
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
	/* ===============================================================*/
/* ------------MENU PRINCIPAL-------------------------------------*/
/* ===============================================================*/
nav
{
	clear: both;
	background-color: #1F2B43;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666;
}

nav {
	height: auto;
}
nav label {
	display: block;
	height: auto;
}
	#menu {
	position: absolute;
	list-style: none;
	line-height: 25px;
	text-align: center;
	padding: 0;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -100%;
	z-index: 1;
	transition: all 0.5s;
}
#menu h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
	#menu li {
	float: none;
	position: relative;
	display: block;
	width: 150px;
	background-color: #1F2B43;
	text-align: center;
	margin: 0 0 0 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 0px solid #000000;

	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #000000;
}
#menu li:hover {
	background-color: #E41F26;
	border: 0px solid #CCC;
}
#menu li a {
	text-decoration: none;
}
	
#btn-menu:checked ~ #menu {
	margin: 0;
}
	
/* ==================================================================*/
/* --DIV CONTENIDO PESTAÑAS MENU PRINCIPAL--- DROP ------------------*/
/* ==================================================================*/
#menu .dropNOS,
#menu .dropQUE,
#menu .dropDICC, 
#menu .dropTEC,
#menu .dropKAT,
#menu .dropEST, 
#menu .dropKUM,
#menu .dropEXAM {
	position: absolute;
	left: -1000em;
	background-color: #E41F26;
	width: 189px;
	height: auto;
	z-index: 1000;
	padding: 5px;
	margin-top: 0px;
	margin-left: 158px;
	border:1px solid #777777;  

    border-top:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #E41F26; 
}
#menu .dropNOS {
margin-top: 0px;
}
#menu .dropQUE {
margin-top: -33px;
}
#menu .dropDICC {
margin-top: -66px;
}
#menu .dropTEC {
margin-top: -99px;	
}
#menu .dropKAT {
margin-top: -132px;	
}
#menu .dropEST {
margin-top: -164px;	
}
#menu .dropKUM {
margin-top: -196px;	
}
#menu .dropEXAM {
margin-top: -229px;	
}
#menu li:hover .dropNOS,
#menu li:hover .dropQUE,
#menu li:hover .dropDICC,
#menu li:hover .dropTEC,
#menu li:hover .dropKAT,
#menu li:hover .dropEST,
#menu li:hover .dropKUM,
#menu li:hover .dropEXAM {
	left: 0;
	top: 0;
	font-family: inherit;
}
.imag_drop {
	display:inline;  
	position: relative;
	float: left;
	margin: 5px;
}
.vinc_drop 
{  
    display:inline;  
    float: left;  
    position: relative;
	margin-top:5px;  
    margin-left: 5px;  
    margin-right: 5px;
	width:130px;
}  
#menu h3
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#menu li ul 
{  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
}
#menu li ul li 
{  
    font-size:14px;  
    line-height:18px;  
    position:relative;
	background:none;  
    border:none;  
    padding:0;  
    margin:0;  
    float:left;
	display:inline; 
    text-align:left;  
    width:130px;
}
#menu li ul li:hover
 {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;  
}  
 #menu li .vinc_drop li {
	border: 1px solid #bbbbbb;
	margin: 0px 0px 8px 0px;
	padding: 3px 6px 3px 6px;
	width: 116px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E9E9E9;
}  
#menu li .vinc_drop li:hover {  
    background:#ffffff;  
    border:1px solid #aaaaaa;  
    padding:3px 6px 3px 6px;  
    margin:0px 0px 8px 0px;  
}  
	/* ===============================================================*/
/* ----------------SECCION TEMAS----------------------------------*/
/* ===============================================================*/ 
section.tema
{
	clear: both;
	position: relative;
	width: 719px;
	float: none;
	height: auto;
	background: #ffffff;
	margin-bottom: 10px;
}
section.tema h1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px;
	font-weight: bolder;
	color: #E41F26;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E41F26;
}
section.tema h2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #2462DD;
	padding-top: 10px;
}
section.tema h3
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #333;
}
section.tema h4
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #666;
}
section.tema h5
{
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
section.tema h6
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
section.tema p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-indent:35px;
	color: #000;
}
section.tema strong
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
section.tema em
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: oblique;
	color: #333;
	font-weight: 600;
}
	article.multicolum
{
	margin-top: 3px;
	margin-left: 3px;
	position: relative;
	width: 718px;
	height: 100%;
	margin-bottom: 3px;
}
.columna-centr100
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd100
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-sangria120
{
	float: left;
	height: auto;
	width: 663px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 32px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.columna-izd90
{
	float: left;
	height: auto;
	width: 474px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-izd80
{
	float: left;
	height: auto;
	width: 450px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centrd80
{
	float: left;
	height: auto;
	width: 450px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd70
{
	float: left;
	height: auto;
	width: 350px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr70
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd50
{
	float: left;
	height: auto;
	width: 325px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr50
{
	float: left;
	height: auto;
	width: 325px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd30

{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr30
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd20
{
	float: left;
	height: auto;
	width: 200px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr20
{
	float: left;
	height: auto;
	width: 200px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-centr10
{
	float: left;
	height: auto;
	width: 176px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
	.columna-listamaestros
{
	float: left;
	height: auto;
	width: 190px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
	.esquemadan
{
	display: none;
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
	.horarios_g
{
	display: none;
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.horarios_p
{
	display: block;
	float: left;
	height: auto;
	width: 397px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}
.lista1 li
{
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
}
.lista2 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
}
.lista3 li
{
	list-style-type: decimal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 25px;
}
.lista4 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.lista5 li
{
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666666;
	font-style: normal;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 20px;
}
.lista6 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
	margin-left: 20px;
}
.tablediccionario
{
	text-align: center;
	vertical-align: bottom;
}
.tablediccionario td
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: bottom;
}
	/* ===============================================================*/
/* ----------------MENU KATAS SUPERIORES--------------------------*/
/* ===============================================================*/ 

#menuKS {
	list-style: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: 10px;
}
#menuKS h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
}
#menuKS li {
	float: left;
	position: relative;
	display: block;
	width: auto;
	background-color: #1F2B43;
	text-align: center;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 4px solid #FF0004;
	border-top: 0px solid #000000;
}
#menuKS li:hover {
	background-color: #E41F26;
	border: 0px solid #CCC;
}
#menuKS li a {
	text-decoration: none;
} 
/* ==================PESTAÑAS KS =======================*/
 
#menuKS .dropks {
	position: absolute;
	left: -1000em;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 48px;
	border:1px solid #777777;  
    border-top:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
}
#menuKS .dropks {
	width: 690px;
	height: auto;
	margin-left: -20px;
	z-index: 1000;
}
#menuKS .dropks h6 {
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}
#menuKS li:hover .dropks {
	left: 0;
	top: 0;
	font-family: inherit;
}
.imag_drop {
	display:inline;  
	position: relative;
	float: left;
	margin: 10px;
}
.vinc_dropKS
{
	display: inline;
	position: relative;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 25px;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #797979;
}  
.vinc_dropKS li a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}  
.vinc_dropKS li a:hover
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5A5F6E;
}  
#menuKS li ul 
{  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
}
#menuKS li ul li 
{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	text-align: left;
	width: auto;
}
#menuKS li ul li:hover
 {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;
}  
 #menuKS li .vinc_dropKS li {
	border: 1px solid #bbbbbb;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 3px 6px 3px 6px;
	width: 140;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #5A5F6E;
}  
#menuKS li .vinc_dropKS li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 3px 6px 3px 6px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
}  
	
/* ===============================================================*/
/* ----------SECCION DE NOTICIAS----------------------------------*/
/* ===============================================================*/ 
section#noticias
{
	
	min-height: 719px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 319px;
	float: left;
	height: auto;
	background: #ffffff;
}
article.barranotic
{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	width: 600px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;	
}
.barranotic h4
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.actividad
{
	clear: both;
	float: left;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: -moz-linear-gradient(left,  rgba(14,14,14,1) 0%, rgba(125,126,125,0.85) 60%, rgba(125,126,125,0.76) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(14,14,14,1)), color-stop(60%,rgba(125,126,125,0.85)), color-stop(99%,rgba(125,126,125,0.76))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* IE10+ */
background: linear-gradient(to right,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#c27d7e7d',GradientType=1 ); /* IE6-9 */
}
.actividad p
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.fechanotic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	clear: both;
	float: left;
	margin-left: 15px;
	width: 600px;
	color: #666;
	}
/* ===============================================================*/
/* ------------- BOX NOTICIAS  -----------------------------------*/
/* ===============================================================*/ 
.noticia
{
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 719px;
	height: 100%;
	margin-bottom: 20px;
}
.noticia h1 /*-- Titulo de la noticia - rojo--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	color: #F00;
}
.noticia h2 /*-- Texto muy importante - azul--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #0072BF;
}
.noticia h3 /*-- Subseccion - naranja--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #F60;
}
.noticia h4 /*-- Texto - gris--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #919191;
}
.noticia h5 /*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #333;
	font-weight: normal;
}
.noticia h6/*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #C4C300;
	font-weight: normal;
}
.noticia p /*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 40px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.tablenoticia1
{
	text-align: left;
	vertical-align: bottom;
}
.tablediccionario td
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: bottom;
}
.notic100_cent
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic100_izd
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.noticiasangria120_izd
{
	float: left;
	height: auto;
	width: 680px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.notic90_izd
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic80_izd
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic80_cent
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic70_izd
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic70_cent
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic50_izd
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic50_cent
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic30_izd
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic30_cent
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic20_izd
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic20_cent
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic10_cent
{
	float: left;
	height: auto;
	width: 690px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
	/* ===============================================================*/
/* ------------------MENU PUMSES----------------------------------*/
/* ===============================================================*/ 
.cont_menupumses
{   
	position: relative;
	background-color: #CCCCCC;
	float: left;
	height: auto;
	width: 705px;
	margin-bottom: 6px;
	left: 5px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-color: #666666;
	
}
.menupumses {
	position: relative;
	float: left;
	text-align: center;
	list-style-type: none;
	width: auto;
	margin-left: 5px;
	color: #B5B5B5;
	font-weight: bold;
	line-height: 36px;
}
.menupumses li {
	position: relative;
	float: left;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #575757;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 5px;
	margin-left: 5px;
	height: 38px;
}

.menupumses li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.menupumses li:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #323232;
}
	/* ===============================================================*/
/* -------------FOOTER O PIE--------------------------------------*/
/* ===============================================================*/
footer
{
	clear: both;
	position: relative;
	text-align: center;
	height: 80px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #545B68;
} 
.avisolegal p
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFC1C1;
	font-weight: bold;
}
.avisolegal p a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFE7B5;
	font-weight: bold;
}
.avisolegal p a:hover
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFC703;
	font-weight: bold;
}
/* --///////------  FIN  ------------------------------/////////--*/
	}

	






	
	
	
	
	
	
	








/* ------------MEDIA QUERIES PARA MOVIL Y TABLET----------  @media (max-widht:500px) {} ---------------------------*/

@media screen and (max-width: 480px){
/* ===============================================================*/
/* ------------------FONDO CABECERA  -----------------------------*/
/* ===============================================================*/ 

#fondocabecera
{
	position: absolute;
	height: 127px;
	width: 100%;
	background: rgb(101,101,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,101,101,1) 0%, rgba(172,172,172,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,101,101,1)), color-stop(100%,rgba(172,172,172,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(101,101,101,1) 0%,rgba(172,172,172,1) 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
}
/* ===============================================================*/
/* -------------DIV CONTAINER-------------------------------------*/
/* ===============================================================*/ 
#container
{
	position: relative;
	background-color: #FFFFFF;
	width: 319px;
	margin: 0 auto;
}
/* ===============================================================*/
/* -----------HEADER O CABECERA-----------------------------------*/
/* ===============================================================*/ 
header
{
	clear: both;
	width: 319px;
	background-color: #1F2B43;
	height: auto;
	margin: 0 auto;
	position: relative;
}
/* ---------------- LOGO -----------------------------------------*/
/* ===============================================================*/
#logo
{
	position: relative;
	float: left;
	clear: both;
	top: 0px;
	display: inline;
	left: 0px;
}
.estilos_cabecera
{
	display: none;
}	
/* ===============================================================*/
/* ---------------SOCIAL -----------------------------------------*/
/* ===============================================================*/
#social 
{
	position: absolute;
	margin-left: 234px;
	margin-top: 90px;
	float: right;
	height: auto;
	width: auto;
	
	left: 0px;
	top: 0px;
}
#social li {
	position: relative;
	display: block;
	float: left;
	width: auto;
	text-align: center;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	
}
#social li:hover
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

	/* ===============================================================*/
/* ------------MENU PRINCIPAL-------------------------------------*/
/* ===============================================================*/
nav
{
	clear: both;
	background-color: #1F2B43;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666;
}

nav {
	height: auto;
}
nav label {
	display: block;
	height: auto;
}

#menu {
	position: absolute;
	list-style: none;
	line-height: 25px;
	text-align: center;
	padding: 0;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -100%;
	z-index: 1;
	transition: all 0.5s;
}

#menu h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#menu li {
	float: none;
	position: relative;
	display: block;
	width: 118px;
	background-color: #1F2B43;
	text-align: center;
	margin: 0 0 0 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 0px solid #000000;

	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #000000;
	
}
#menu li:hover {
	background-color: #E41F26;
	border: 0px solid #CCC;
}
#menu li a {
	text-decoration: none;
}
#btn-menu:checked ~ #menu {
	margin: 0;
}

/* ==================================================================*/
/* --DIV CONTENIDO PESTAÑAS MENU PRINCIPAL--- DROP ------------------*/
/* ==================================================================*/
#menu .dropNOS,
#menu .dropQUE,
#menu .dropDICC, 
#menu .dropTEC,
#menu .dropKAT,
#menu .dropEST, 
#menu .dropKUM,
#menu .dropEXAM {
	position: absolute;
	left: -1000em;
	background-color: #E41F26;
	width: 189px;
	height: auto;
	z-index: 1000;
	padding: 5px;
	margin-top: 0px;
	margin-left: 122px;
	border:1px solid #777777;  
    border-top:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #E41F26; 
}
#menu .dropNOS {
margin-top: 0px;
}
#menu .dropQUE {
margin-top: -33px;
}
#menu .dropDICC {
margin-top: -66px;
}
#menu .dropTEC {
margin-top: -99px;	
}
#menu .dropKAT {
margin-top: -132px;	
}
#menu .dropEST {
margin-top: -164px;	
}
#menu .dropKUM {
margin-top: -196px;;	
}
#menu .dropEXAM {
margin-top: -229px;	
}
#menu li:hover .dropNOS,
#menu li:hover .dropQUE,
#menu li:hover .dropDICC,
#menu li:hover .dropTEC,
#menu li:hover .dropKAT,
#menu li:hover .dropEST,
#menu li:hover .dropKUM,
#menu li:hover .dropEXAM {
	left: 0;
	top: 0;
	font-family: inherit;
}
.imag_drop {
	display:inline;  
	position: relative;
	float: left;
	margin: 5px;
}
.vinc_drop 
{  
    display:inline;  
    float: left;  
    position: relative;
	margin-top:5px;  
    margin-left: 5px;  
    margin-right: 5px;
	width:130px;
}  
#menu h3
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#menu li ul 
{  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
}
#menu li ul li 
{  
    font-size:14px;  
    line-height:18px;  
    position:relative;
	background:none;  
    border:none;  
    padding:0;  
    margin:0;  
    float:left;
	display:inline; 
    text-align:left;  
    width:130px;
}
#menu li ul li:hover
 {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;  
}  
 #menu li .vinc_drop li {
	border: 1px solid #bbbbbb;
	margin: 0px 0px 8px 0px;
	padding: 3px 6px 3px 6px;
	width: 116px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E9E9E9;
}  
#menu li .vinc_drop li:hover {  
    background:#ffffff;  
    border:1px solid #aaaaaa;  
    padding:3px 6px 3px 6px;  
    margin:0px 0px 8px 0px;  
}  
	/* ===============================================================*/
/* ----------------SECCION TEMAS----------------------------------*/
/* ===============================================================*/ 
section.tema
{
	clear: both;
	position: relative;
	width: 319px;
	float: none;
	height: auto;
	background: #ffffff;
	margin-bottom: 10px;
}
section.tema h1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 38px;
	font-weight: bolder;
	color: #E41F26;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E41F26;
}
section.tema h2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color: #2462DD;
	padding-top: 10px;
}
section.tema h3
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #333;
}
section.tema h4
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #666;
}
section.tema h5
{
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
section.tema h6
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
section.tema p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-indent:35px;
	color: #000;
}
section.tema strong
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
section.tema em
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: oblique;
	color: #333;
	font-weight: 600;
}
	article.multicolum
{
	margin-top: 3px;
	margin-left: 3px;
	position: relative;
	width: 318px;
	height: 100%;
	margin-bottom: 3px;
}
.columna-centr100
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd100
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-sangria120
{
	float: left;
	height: auto;
	width: 266px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.columna-izd90
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-izd80
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centrd80
{
	float: none;
	height: auto;
	width: 294px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.columna-izd70
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr70
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd50
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr50
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd30

{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr30
{
	float: none;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-izd20
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.columna-centr20
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.columna-centr10
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
	.columna-listamaestros
{
	float: left;
	height: auto;
	width: 294px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
	.esquemadan
{
	display: none;
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
	.horarios_g
{
	display: none;
	float: left;
	height: auto;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.horarios_p
{
	display: block;
	float: left;
	height: auto;
	width: 300px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 0px;
	text-align: left;
}
.lista1 li
{
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
}
.lista2 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
}
.lista3 li
{
	list-style-type: decimal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 25px;
}
.lista4 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.lista5 li
{
	list-style-type: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666666;
	font-style: normal;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 20px;
}
.lista6 li
{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	list-style-position: inside;
	line-height: 20px;
	margin-left: 20px;
}
.tablediccionario
{
	text-align: center;
	vertical-align: bottom;
}
.tablediccionario td
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: bottom;
}
	/* ===============================================================*/
/* ----------------MENU KATAS SUPERIORES--------------------------*/
/* ===============================================================*/ 

#menuKS {
	list-style: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: 10px;
}
#menuKS h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
}
#menuKS li {
	float: left;
	position: relative;
	display: block;
	width: auto;
	background-color: #1F2B43;
	text-align: center;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 4px solid #FF0004;
	border-top: 0px solid #000000;
}
#menuKS li:hover {
	background-color: #E41F26;
	border: 0px solid #CCC;
}
#menuKS li a {
	text-decoration: none;
} 
/* ==================PESTAÑAS KS =======================*/
 
#menuKS .dropks {
	position: absolute;
	left: -1000em;
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 90px;
	border:1px solid #777777;  
    border-top:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #f6f6f6 53%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#f6f6f6 53%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
}
#menuKS .dropks {
	width: 300px;
	height: auto;
	margin-left: -20px;
	z-index: 1000;
}
#menuKS .dropks h6 {
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}
#menuKS li:hover .dropks {
	left: 0;
	top: 0;
	font-family: inherit;
}
.imag_drop {
	display:inline;  
	position: relative;
	float: left;
	margin: 10px;
}
.vinc_dropKS
{
	display: inline;
	position: relative;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 25px;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #797979;
}  
.vinc_dropKS li a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}  
.vinc_dropKS li a:hover
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5A5F6E;
}  
#menuKS li ul 
{  
    list-style:none;  
    padding:0;  
    margin:0 0 12px 0;  
}
#menuKS li ul li 
{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	text-align: left;
	width: auto;
}
#menuKS li ul li:hover
 {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;
}  
 #menuKS li .vinc_dropKS li {
	border: 1px solid #bbbbbb;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 3px 6px 3px 6px;
	width: 140;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #5A5F6E;
}  
#menuKS li .vinc_dropKS li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 3px 6px 3px 6px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
}  
	
/* ===============================================================*/
/* ----------SECCION DE NOTICIAS----------------------------------*/
/* ===============================================================*/ 
section#noticias
{
	
	min-height: 319px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 319px;
	float: left;
	height: auto;
	background: #ffffff;
}
article.barranotic
{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	width: 300px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;	
}
.barranotic h4
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.actividad
{
	clear: both;
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: -moz-linear-gradient(left,  rgba(14,14,14,1) 0%, rgba(125,126,125,0.85) 60%, rgba(125,126,125,0.76) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(14,14,14,1)), color-stop(60%,rgba(125,126,125,0.85)), color-stop(99%,rgba(125,126,125,0.76))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* IE10+ */
background: linear-gradient(to right,  rgba(14,14,14,1) 0%,rgba(125,126,125,0.85) 60%,rgba(125,126,125,0.76) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#c27d7e7d',GradientType=1 ); /* IE6-9 */
}
.actividad p
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.fechanotic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	clear: both;
	float: left;
	margin-left: 15px;
	width: 300px;
	color: #666;
	}
/* ===============================================================*/
/* ------------- BOX NOTICIAS  -----------------------------------*/
/* ===============================================================*/ 
.noticia
{
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 319px;
	height: 100%;
	margin-bottom: 20px;
}
.noticia h1 /*-- Titulo de la noticia - rojo--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	color: #F00;
}
.noticia h2 /*-- Texto muy importante - azul--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	color: #0072BF;
}
.noticia h3 /*-- Subseccion - naranja--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #F60;
}
.noticia h4 /*-- Texto - gris--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #919191;
}
.noticia h5 /*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #333;
	font-weight: normal;
}
.noticia h6/*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #C4C300;
	font-weight: normal;
}
.noticia p /*-- Texto - negro--*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 40px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.tablenoticia1
{
	text-align: left;
	vertical-align: bottom;
}
.tablediccionario td
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	vertical-align: bottom;
}
.notic100_cent
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic100_izd
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.noticiasangria120_izd
{
	float: left;
	height: auto;
	width: 280px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.notic90_izd
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic80_izd
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic80_cent
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic70_izd
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic70_cent
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic50_izd
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic50_cent
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic30_izd
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic30_cent
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic20_izd
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
.notic20_cent
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.notic10_cent
{
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
	/* ===============================================================*/
/* ------------------MENU PUMSES----------------------------------*/
/* ===============================================================*/ 
.cont_menupumses
{   
	position: relative;
	background-color: #CCCCCC;
	float: left;
	height: auto;
	width: 305px;
	margin-bottom: 6px;
	left: 5px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-color: #666666;
	
}
.menupumses {
	position: relative;
	float: left;
	text-align: center;
	list-style-type: none;
	width: auto;
	margin-left: 4px;
	color: #B5B5B5;
	font-weight: bold;
	line-height: 36px;
}
.menupumses li {
	position: relative;
	float: left;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #575757;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 4px;
	height: 38px;
}

.menupumses li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menupumses li:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #323232;
}
	/* ===============================================================*/
/* -------------FOOTER O PIE--------------------------------------*/
/* ===============================================================*/
footer
{
	clear: both;
	position: relative;
	text-align: center;
	height: 80px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #545B68;
} 
.avisolegal p
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFC1C1;
	font-weight: bold;
}
.avisolegal p a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFE7B5;
	font-weight: bold;
}
.avisolegal p a:hover
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFC703;
	font-weight: bold;
}
/* --///////------  FIN  ------------------------------/////////--*/

	}
