@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/gothic.eot');
    src: url('../fonts/gothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothic.woff') format('woff'),
         url('../fonts/gothic.ttf') format('truetype'),
         url('../fonts/gothic.svg#gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

.formularios { font-family: "CenturyGothic", sans-serif;
font-size:13px;
font-style:inherit;
color:#FFFFFF;}

#alerta
{ 
	font-family: "CenturyGothic", sans-serif;
	font-size:13px;
	font-style:inherit;
	color:#F00;
	font-weight:bold;
}


.alta { font-family: "CenturyGothic", sans-serif;
font-size:15px;
font-style:inherit;
color: #666666;}


.menu { font-family: "CenturyGothic", sans-serif;
font-size:14px;
color:#82a469;}

.menudos { font-family: "CenturyGothic", sans-serif;
font-size:14px;
color: #FFFFFF;}

.salir { font-family: "CenturyGothic", sans-serif;
font-size:15px;
color: #CCCCCC;}


.texto01 { 
font-family: "CenturyGothic", sans-serif;
font-size:14px;
color:#333333;}

.texto02 { 
font-family: "CenturyGothic", sans-serif;
font-size:14px;
color:#73882c;}


.textoTABLA { 
font-family: "CenturyGothic", sans-serif;
font-size:11px;
color:#333333;
}

.textoTABLAdos { 
font-family: "CenturyGothic", sans-serif;
font-size:12px;
color:#333333;
padding-left:7px;
}

.ingresar_index
{
	font-family: "CenturyGothic", sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:#000000;
	padding: 5px 7px 5px 7px;
	border:solid;
	border-width:thin;
	border-color:#FFFFFF;
}
	
.ingresar_index: hover
{
	background:#666666;
}

.ingresar
{
	font-family: "CenturyGothic", sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background:#000000;
	padding: 1px 7px 1px 7px;
	border:solid;
	border-width:thin;
	border-color:#FFFFFF;
	
}
	
.ingresar:hover  {
	background:#666666;

	}
	
.formularioalta  {
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	background:#CCCCCC;
	padding: 2px 1px 2px 1px;
	border:hidden;
	margin:7px 0 7px 0;
		}
		
.enviar
{
	font-family: "CenturyGothic", sans-serif;
	font-size:12px;
	color:#333333;
	background:#CCCCCC;
	padding: 5px 7px 5px 7px;
	border:solid;
	border-width:thin;
	border-color:#666666;
}

.enviar:hover
{
	background:#666;
	border:solid;
	border-width:thin;
}	