/*Botonera Principal Begin*/



.boton-pixelazul01{
	background: url('../img-boton/botones/boton-pixelazul01.png') repeat-x;
}

.boton-pixelazul02{
	background: url('../img-boton/botones/boton-pixelazul02.png') repeat-x;
}

.boton-pixelverde01{
	background: url('../img-boton/botones/boton-pixelverde01.png') repeat-x;
}

.boton-pixelverde02{
	background: url('../img-boton/botones/boton-pixelverde02.png') repeat-x;
}

.boton-pixelrojo01{
	background: url('../img-boton/botones/boton-pixelrojo01.png') repeat-x;
}

.boton-pixelrojo02{
	background: url('../img-boton/botones/boton-pixelrojo02.png') repeat-x;
}

.boton-pixelgris01{
	background: url('../img-boton/botones/boton-pixelgris01.png') repeat-x;
}

.boton-pixelgris02{
	background: url('../img-boton/botones/boton-pixelgris02.png') repeat-x;
}

.boton-pixelnaranja01{
	background: url('../img-boton/botones/boton-pixelnaranja01.png') repeat-x;
}

.boton-pixelnaranja02{
	background: url('../img-boton/botones/boton-pixelnaranja02.png') repeat-x;
}


.boton-pixelnegro01{
	background: url('../img-boton/botones/boton-pixelnegro01.png') repeat-x;
}

.boton-pixelnegro02{
	background: url('../img-boton/botones/boton-pixelnegro02.png') repeat-x;
}

.Azul{
	color: blue;
	cursor: pointer;
	text-decoration: none;
}

.Rojo{
	color: red;
	cursor: pointer;
	text-decoration: none;
}

.Verde{
	color: green;
	cursor: pointer;
	text-decoration: none;
}

.Amarillo{
	color: yellow;
	cursor: pointer;
	text-decoration: none;
}

.Negro{
	color: black;
	cursor: pointer;
	text-decoration: none;
}

.Blanco{
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.Gris{
	color: gray;
	cursor: pointer;
	text-decoration: none;
}

.Azul:visited{
	color: blue;
	cursor: pointer;
	text-decoration: none;
}

.Rojo:visited{
	color: red;
	cursor: pointer;
	text-decoration: none;
}

.Verde:visited{
	color: green;
	cursor: pointer;
	text-decoration: none;
}

.Amarillo:visited{
	color: yellow;
	cursor: pointer;
	text-decoration: none;
}

.Negro:visited{
	color: black;
	cursor: pointer;
	text-decoration: none;
}

.Blanco:visited{
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.Gris:visited{
	color: gray;
	cursor: pointer;
	text-decoration: none;
}

/*Botonera Principal End*/


/*Admin Menus Begin*/


.link{
	color: black; 
	text-decoration: none;
	font-size: 16px;
}

.link:hover{
	color: blue; 
	text-decoration: none;
	font-size: 16px;
}

.link:visited{
	color: black; 
	text-decoration: none;
	font-size: 16px;
}

.link2{
	color: black; 
	text-decoration: none;
	font-size: 15px;
}

.link2:hover{
	color: blue; 
	text-decoration: none;
	font-size: 15px;
}

.link2:visited{
	color: black; 
	text-decoration: none;
	font-size: 15px;
}

.menuth {
	font-family:Lucida Grande;
	font-size:18px;
}

.boton1{
	background: url("../img-menu/botonPrinc.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid #000000; 
	display: block;
}

.boton1:hover{
	background: url("../img-menu/botonPrinc2.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid blue; 
	display: block;
}

.boton2{
	background: url("../img-menu/botonSec.jpg") no-repeat;
	width: 250px; 
	height: 188px;
	border: 1px solid #000000; 
	display: block;
}

.boton2:hover{
	background: url("../img-menu/botonSec2.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid blue; 
	display: block;
}

.botonPrinOr1{
	background: url("../img-menu/styleNormal.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid #000000; 
	display: block;
}

.botonPrinOr1:hover{
	background: url("../img-menu/styleNormal2.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid blue; 
	display: block;
}

.botonPrinOr1fix{
	background: url("../img-menu/styleNormal2.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid blue; 
	display: block;
}

.botonPrinOr2{
	background: url("../img-menu/styleAlternative.jpg") no-repeat;
	width: 250px; 
	height: 188px;
	border: 1px solid #000000; 
	display: block;
}

.botonPrinOr2:hover{
	background: url("../img-menu/styleAlternative2.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid blue; 
	display: block;
}

.botonPrinOr2fix{
	background: url("../img-menu/styleAlternative2.jpg") no-repeat;
	width: 250px; 
	height: 188px; 
	border: 1px solid blue; 
	display: block;
}



.botonDesign{
	background:#94C4FE url("../img-menu/botonDesign.png") repeat;
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
	
.botonDesign:hover{
	background: blue url("../img-menu/botonDesign2.png") repeat;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000099;
	cursor: pointer;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Admin Menus End*/
