/* ===============================================================*/
/* ----------- 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: 0;
	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;
}
/* ===============================================================*/
/* ------------------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 */
}
/* ===============================================================*/
/* -------------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: #000000;
	height: 210px;
	margin: 0 auto;
	position: relative;
}
/* ===============================================================*/
/* ---------------- LOGO -----------------------------------------*/
/* ===============================================================*/
#logo
{
	position: relative;
	float: left;
	clear: both;
	top: 0px;
	display: inline;
	left: 0px;
}
/* ===============================================================*/
/* -------------- MENU TOP ---------------------------------------*/
/* ===============================================================*/
#topmenu
{
	position: relative;
	background-color: #414141;
	float: left;
	height: 67px;
	width: 117px;
	top: 20px;
	left: 18px;
	-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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	list-style-type: none;
	width: 110px;
}
#menu_top li {
	position: relative;
	float: left;
	width: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000000;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu_top li:hover {
	background-color: #272727;
	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: left;
	line-height: 20px;
	left: 80px;
	top: 30px;
}
#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: #CCC;
	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: #F40000;
	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: #525252;
	border: 0px solid #CCC;
}
#menu li a {
	text-decoration: none;
}
/* ==================================================================*/
/* --DIV CONTENIDO PESTAÑAS MENU PRINCIPAL--- DROP ------------------*/
/* ==================================================================*/
#menu .dropTKD,
#menu .dropHKD, 
#menu .dropJDO,
#menu .dropCHK,
#menu .dropMIND,
#menu .dropGS,
#menu .dropCAP
{
	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 .dropTKD {
	width: 710px;
	height: 200px;
	margin-left: -10px;
	z-index: 1000;
}
#menu .dropHKD {
	width: 570px;
	height: 200px;
	margin-left: -110px;
	z-index: 1000;
}
#menu .dropJDO {
	width: 570px;
	height: 200px;
	margin-left: -110px;
	z-index: 1000;
}
#menu .dropCHK {
	width: 565px;
	height: 200px;
	margin-left: -110px;
	z-index: 1000;
}
#menu .dropMIND {
	width: 430px;
	height: 200px;
	margin-left: -200px;
	z-index: 1000;
}
#menu .dropGS {
	width: 430px;
	height: 200px;
	margin-left: -200px;
	z-index: 1000;
}
#menu .dropCAP {
	width: 430px;
	height: 200px;
	margin-left: -283px;
	z-index: 1000;
}
#menu li:hover .dropTKD,
#menu li:hover .dropHKD,
#menu li:hover .dropJDO,
#menu li:hover .dropCHK,
#menu li:hover .dropMIND,
#menu li:hover .dropGS,
#menu li:hover .dropCAP {
	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;  
}  
/* ===============================================================*/
/* ----------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;
}
/* ===============================================================*/
/* -------------FOOTER O PIE--------------------------------------*/
/* ===============================================================*/
footer
{
	clear: both;
	position: relative;
	text-align: center;
	background-color: #F40000;
	height: auto;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
width: 960px;
} 
.avisolegal p
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFC1C1;
	font-weight: bold;
}

.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: 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: 719px;
	margin: 0 auto;
}
/* ===============================================================*/
/* -----------HEADER O CABECERA-----------------------------------*/
/* ===============================================================*/ 
header
{
	clear: both;
	width: 719px;
	background-color: #000000;
	height: auto;
	margin: 0 auto;
	position: relative;
}
/* ---------------- LOGO -----------------------------------------*/
/* ===============================================================*/
#logo
{
	position: relative;
	float: left;
	clear: both;
	top: 0px;
	display: inline;
	left: 0px;
}
/* ===============================================================*/
/* -------------- MENU TOP ---------------------------------------*/
/* ===============================================================*/
	#topmenu
{
	position: absolute;
	background-color: #1F2B43;
	margin-left: 40px;
	margin-top: 195px;
	float: left;
	height: auto;
	width: auto;

	top: 0px;
	left: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	bottom: auto;
	right: auto;
}
	#menu_top {
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	list-style-type: none;
	width: auto;
	
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
	#menu_top li {
	position: relative;
	display: block;
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	background-color: #1F2B43;
	text-align: center;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#menu_top li:hover {
	background-color: #1F2B43;
	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: 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;
}
#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 .dropTKD,
#menu .dropHKD, 
#menu .dropJDO,
#menu .dropCHK,
#menu .dropMIND,
#menu .dropGS,
#menu .dropCAP {
	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 .dropTKD {
margin-top: 0px;
}
#menu .dropHKD {
margin-top: -33px;
}
#menu .dropJDO {
margin-top: -66px;
}
#menu .dropCHK {
margin-top: -99px;	
}
#menu .dropMIND {
margin-top: -132px;	
}
#menu .dropGS {
margin-top: -164px;	
}
#menu .dropCAP {
margin-top: -196px;	
}
#menu li:hover .dropTKD,
#menu li:hover .dropHKD,
#menu li:hover .dropJDO,
#menu li:hover .dropCHK,
#menu li:hover .dropMIND,
#menu li:hover .dropGS,
#menu li:hover .dropCAP {
	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: 14px;
	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 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: 719px;
	float: left;
	height: auto;
	background: #ffffff;
}
article.barranotic
{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	width: 360px;
	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: 580px;
	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: 666px;
	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: 620px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
	}
.notic70_cent
{
	float: left;
	height: auto;
	width: 398px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
}	
.notic50_cent
{
	float: left;
	height: auto;
	width: 288px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
}
.notic30_cent
{
	float: left;
	height: auto;
	width: 177px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
}	
.notic100_izd
{
	float: left;
	height: auto;
	width: 620px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.notic70_izd
{
	float: left;
	height: auto;
	width: 398px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}	
.notic50_izd
{
	float: left;
	height: auto;
	width: 288px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}
.notic30_izd
{
	float: left;
	height: auto;
	width: 177px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
}	
	/* ===============================================================*/
/* -------------FOOTER O PIE--------------------------------------*/
/* ===============================================================*/
footer
{
	clear: both;
	position: relative;
	text-align: center;
	background-color: #F40000;
	width: 719px;
	height: auto;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
} 
.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: #000000;
	height: auto;
	margin: 0 auto;
	position: relative;
}
/* ===============================================================*/	
/* ---------------- LOGO -----------------------------------------*/
/* ===============================================================*/
#logo
{
	position: relative;
	float: left;
	clear: both;
	top: 0px;
	display: inline;
	left: 0px;
}
/* ===============================================================*/
/* -------------- MENU TOP ---------------------------------------*/
/* ===============================================================*/
#topmenu
{
	position: absolute;
	background-color: #1F2B43;
	margin-left: 40px;
	margin-top: 92px;
	float: left;
	height: auto;
	width: auto;

	top: 0px;
	left: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	bottom: auto;
	right: auto;
}
#menu_top {
	position: relative;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	list-style-type: none;
	width: auto;
	
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#menu_top li {
	position: relative;
	display: block;
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	background-color: #1F2B43;
	text-align: center;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#menu_top li:hover {
	background-color: #1F2B43;
	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: absolute;
	margin-left: 220px;
	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;
	
}
#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 .dropTKD,
#menu .dropHKD, 
#menu .dropJDO,
#menu .dropCHK,
#menu .dropMIND,
#menu .dropGS,
#menu .dropCAP {
	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 .dropTKD {
margin-top: 0px;
}
#menu .dropHKD {
margin-top: -33px;
}
#menu .dropJDO {
margin-top: -66px;
}
#menu .dropCHK {
margin-top: -99px;	
}
#menu .dropMIND {
margin-top: -132px;	
}
#menu .dropGS {
margin-top: -164px;	
}
#menu .dropCAP {
margin-top: -196px;;	
}
#menu li:hover .dropTKD,
#menu li:hover .dropHKD,
#menu li:hover .dropJDO,
#menu li:hover .dropCHK,
#menu li:hover .dropMIND,
#menu li:hover .dropGS,
#menu li:hover .dropCAP {
	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:16px;  
    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 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;
}
/* ===============================================================*/
/* -------------FOOTER O PIE--------------------------------------*/
/* ===============================================================*/
footer
{
	clear: both;
	position: relative;
	text-align: center;
	background-color: #F40000;
	height: auto;
	width: 319px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
} 
.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-------------*/
