@charset "utf-8";
/*definimos las fuentes*/
@font-face {
    font-family: 'TMCfont';
    src: url('fuente/photoshoot-webfont.eot');
    src: url('fuente/photoshoot-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuente/photoshoot-webfont.woff') format('woff'),
         url('fuente/photoshoot-webfont.ttf') format('truetype'),
         url('fuente/photoshoot-webfont.svg#TMCfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*definiciones para el menu*/
.right{
	height: 27px;
	width: 100%;
	position: fixed;
	background-color: #ED003F;
	background-image: url(../imagenes/ulright.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top{
	z-index: 2;
	position: fixed;
	width: 1000px;
}
.logo{
	float: right;
	width: 389px;
	height: 112px;
	background-image:url(../imagenes/fondomenu.png);
	color: #FFF;
	text-align: right;
	background-repeat: no-repeat;
}
.lg1{
	font-size:27px;
	font-family: 'TMCfont', Helvetica, sans-serif;
	width: 124px;
	margin-top: 6px;
	letter-spacing: 3px;
}
.admi {
	font-size: 31px;
}
.lg0{
	float: right;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 10px;
	width: 245px;
}
.lg2{
	float: right;
	margin-bottom: 12px;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	width: 245px;
	font-size: 13px;
}
.lg3{
	float: right;
	clear: right;
	margin-right: 10px;
	font-size: 12px;
}
.menu{
	width: 611px;
	height: 27px;
	background-color: #ED003F;
	background-image: url(../imagenes/ul.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 35px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.menu  li{
	padding: 0;
	text-transform:uppercase;
	display: inline;
}
.menu  a{
	float: left;
	color: white; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
}
.menu  a:hover{
	background-color: #99D052; /*Menu hover bgcolor*/
	color: #000000;
}
.masMenu{
	visibility: hidden;
	float: left;
	width: 0px;
}
.espacio{
	height: 130px;
}

