* {
 outline: 0;
}

/* - - - ADxMenu: BASIC styles - - - */


#menuLateral .menu, #menuLateral .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#menuLateral .menu li {
	background-image:url("http://neoburo.es/tecsproject/web/img/empty.gif") repeat;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

#menuLateral .menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#menuLateral .menu ul {
	background-image:url("http://neoburo.es/tecsproject/web/img/empty.gif") repeat;
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

#menuLateral .menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
#menuLateral .menu:after, #menuLateral .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#menuLateral .menu, #menuLateral .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#menuLateral .menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

#menuLateral .menu, #menuLateral .menu ul li  {
	color: white;
}

#menuLateral .menu {
	width: 210px;
}

#menuLateral .menu ul {
	width: 210px;
}

#menuLateral .menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
}

#menuLateral .menu a:hover, #menuLateral .menu li:hover>a {
	color: #c70017;
}

#menuLateral .menu .nivel1
{
	border:0;
}

#menuLateral .menu li {	/* create borders around each item */
	border: 1px solid #ccc;
}
#menuLateral .menu>li + li, #menuLateral .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

#menuLateral .menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
#menuLateral .menu>li:first-child>a,#menuLateral .menu li + li + li li:first-child>a {

}


#menuLateral
{
	z-index:2;
}

#menuLateral img {
	margin-bottom:5px;	
}

#menuLateral .nivel1
{
	color:black !important;
	text-align:right !important;
	font-size:10px !important;
	margin-right:15px;
	font-family:Geneva,Verdana,sans-serif !important;
}

#menuLateral .nivel1 a
{
	margin-right:17px;
	color:black;
}



#menuLateral #empresaMenu
{
	margin-top:1px;
	border-top:2px solid #b6b9da;
	background:url(http://www.neoburo.es/tecsproject/web/images/home/bolillo_empresa.gif) no-repeat right;	
	border-bottom:2px solid black;
	background-color:#FFF;
	padding:5px 0 5px 0;
	width:200px;
}

.colorMenuempresa ,.colorMenucampamentosVerano
{
	text-align:left ;
}

.colorMenuempresa li a,.colorMenuempresa li a
{
	background-color:#333!important;
	color:white !important;
	margin-right:0 !important;
}


#menuLateral #campamentosVeranoMenu
{
	border-bottom:2px solid #074389;
	background:url(http://www.neoburo.es/tecsproject/web/images/home/bolillo_campamentos.gif) no-repeat right;
	background-color:#FFF;	
	padding:5px 0 5px 0;
	width:200px;
}

.colorMenucampamentosVerano li a, .colorMenucampamentosVerano li a
{
	background-color:#074389 !important;
	color:white !important;
	margin-right:0 !important;
}

#menuLateral #viajesExtranjero
{
	border-bottom:2px solid #d21f18;
	background:url(http://www.neoburo.es/tecsproject/web/images/home/bolillo_viajes.gif) no-repeat right;
	background-color:#FFF;	
	padding:5px 0 5px 0;
	width:200px;
}


#menuLateral #centroIdioma
{
	border-bottom:2px solid #0e4a3e;
	background:url(http://www.neoburo.es/tecsproject/web/images/home/bolillo_centros.gif) no-repeat right;
	background-color:#FFF;
	padding:5px 0 5px 0;
	width:200px;
}

#menuLateral #paraExtranjeros
{
	border-bottom:2px solid #f4a200;
	background:url(http://www.neoburo.es/tecsproject/web/images/home/bolillo_espanol.gif) no-repeat right;
	background-color:#FFF;
	padding:5px 0 5px 0;
	width:200px;
}


#menuIzq  {

	
}
#botonInicio
{
	margin:0px 1px 10px 1px;
	background-color: #004489;
	color: white;
	text-align:center;
	padding:10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	float:left;
	width:200px;
}
#inicioMenuEnlace {
	color:#FFF;	
}
#tabCentroEducativo
{
	margin:20px 1px 10px 1px;
	background-color: #004489;
	color: white;
	text-align:center;
	padding:6px 0 6px 0;
	font-size: 8px;
	font-weight: 400;
	width:100%;
	letter-spacing: 0.1em;
}
.imgBlogs{
	margin-top:5px;
	margin-bottom:10px;
}