@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	background-image:url(../imagen/02_01.jpg);
	background-repeat:repeat-x;
	background-color:#A4D5D1;
}  
/*quita los margenes y los colchones en todos los tags*/
* { 
	margin: 0px;
	padding: 0px; 
}

  a:link {
  color: #003366;  
   text-decoration:none;  
  }  
    a:visited{
  color: #003366;  
   text-decoration:none;  
  }  
#table{
	position:relative;
	margin-left: auto;
	margin-right: auto; 
	width: 953px;	
	/*height:800px;*/
}
/****CABECERA PRINCIPAL OK******/
#cabecera{
	height: 125px;
	width: 900px;	
	position:relative;
	margin-left: auto;
	margin-right: auto;
	z-index:10;
}
.logo
{
	background-image:url(../imagen/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	height: 125px;
	width: 185px;
}
.logo2
{
	background-image:url(../imagen/logo1.png);
	background-repeat:no-repeat;
	position: absolute;
	height: 96px;
	width: 85px;
	left: 719px;
	top: 15px;
}
.logo3
{
	background-image:url(../../villa/UMMA.png) ;
	background-repeat:no-repeat;
	position: absolute;
	height: 96px;
	width: 85px;
	left: 814px;
	top: 15px;
}

.login
{
	height: 150px;
	width: 200px;
	background-image:url(../imagen/login.jpg);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:-8px;
}
.campusTexto
{
	height: 100px;
	width: 400px;
	/*background-image:url(../imagen/vhsa.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:7px;
	left: 244px;
}
/******SOMBRAS DE LOS COSTADOS DE LA PAGINA*******/
#sombraIzq{
	width: 47px;
	height:72px;
	position:absolute;
	background-image:url(../imagen/barraIzq.png);
	background-repeat:no-repeat;
	left: -47px;
	top: 125px;
   } 
#sombraDer{
	width: 47px;
	height:72px;
	position:absolute;
	background-image:url(../imagen/barraDer.png);
	background-repeat:no-repeat;
	right:-47px;
	top: 125px;
}
#sombraAba{ 
    width:953px; 
    height:59px;
	margin:0px;
	background-image:url(../imagen/fondoAbj.png);
	background-position:center;	
	background-repeat:no-repeat;
	position:relative;
	top:0px;
} 
/**** FIN CABECERA PRINCIPAL******/
/*------------inpuxt text---------*/
input.textBoxU {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	border:0px;
	position:absolute;
	width:113px;
	height:11px;
	left: 28px;
	top: 49px;
}
input.textBoxC {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	border:0px;
	position:absolute;
	width:113px;
	height:11px;
	left: 28px;
	top: 80px;
}
/*******MENU PRINCIPAL (HORIZONTAL)******/
#menuP{
	width: 900px;
	height: 70px;
	background-image:url(../imagen/umma-home_17.jpg);
	background-repeat:repeat-x;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	z-index:20;
}
/*comportamiento del menu*/
#menuP ul {
	list-style: none;
}
#menuP li {	
	float: left;
	width: 111px;
	height: 42px;/*42 es la suma del padding de 12 mas el alto de 30*/
	margin-left:1px;
}
/*comportamiento de cada  bloque del menu; Nota este comportamiento es para cada uno de los bloques individuales*/
#menuP a {
	display:block;
	width: 111px;
	height: 30px;
	padding-top:12px; /*alineacion dentro dela bototnera*/
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menuP a:hover {
	background-image:url(../imagen/display.jpg);
}
/* comportamiento de alzar  la opcion en el menu principal*/
#menuP .active{
	background-image:url(../imagen/display.jpg);
	color: #000000;
}
#menuP .current{
	background-image:none;
	color: #ffffff;
}

/*--------CONTENDIDOS DE LA PAGINA-----*/
#contenedorP{
	position: relative;
	background-image:url(../imagen/bg_Blue.png);
	background-position:center;
	background-repeat:repeat-y;
	/*height: 790px;*/
	width: 953px;
	top:0px;
	z-index:0;
}
/*INTERIOR DE  CONTENIDO DE PAGINA*/
#contenidos { 
	position:relative;
	margin-left:auto;
	margin-right:auto;
    width:880px; 
    /*height:780px;*/
	background-image:url(../imagen/top_b.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
    background-color:#0893BE; 
	padding-bottom:20px;
} 
/*PIE DE LA PAGINA*/
#piedePagina{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top:50px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
  
/*--------CONTENDIDOS DE LA PAGINA Galeria-----*/
#XcontenedorP{	
	position:relative;
	background-image:url(../imagen/bg_Blue.png);
	background-position:center;
	background-repeat:repeat-y;
	height: 790px;
	width: 953px;
	top:0px;
	z-index:0;
}
/*INTERIOR DE  CONTENIDO DE PAGINA*/
#Xcontenidos { 
	position:relative;
	margin-left:auto;
	margin-right:auto;
    width:880px; 
    height:780px;
	background-image:url(../imagen/top_b.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
    background-color:#0893BE; 
} 
/*PIE DE LA PAGINA*/
#XpiedePagina{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	width: 900px;
	top:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	font-weight: bold;
	text-decoration:none;
}
  

