
* { padding: 0; margin: 0; }

hr {
	color:#CCC;
	border: 0;
	}

body {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background:white;
		text-align:left;
      }
	 
h1	{
		padding: 0px 0px 0px 10px;
		font-family: Trebuchet MS;
		font-size: 30px;
      }
	  
/*LOGIN*/

#linea        
	{
	width: 100%;
	position: absolute;
	top: 35%;
	text-align: center;
	overflow: visible;
	}

#caja    
	{
	position: absolute;
	width: 219px;
	height: 266px;
	top: -50px;
	left: 45%;
	margin-left: -100px;
	background: url(images/login.jpg);
	border: solid 1px red;
	}
	
#login 
	{
	position: relative;
	margin: 90px 0px 0px 40px;
	text-align:left;
	}
	
.buttons
{	
	padding-top:15px;
	text-align:right;
	width:210px;
	clear:both;
	display:block;
}

input.text
{
	width:77%;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}
	
/*LOGIN*/

/*MENU*/
.wrapper { 
 /*margin: 0 auto;
 width: 922px;
 */
 text-align:left;
}

.header {
 width: 902px;
 padding: 10px;
 height: 62px;
 margin: 0px;
 background-image: url("images/head.jpg");
}
/*
.rightcolumn { 
 float: right;
 color: #333;
 background: #A6A6A6;
 margin: 5px;
 padding: 0px;
 width: 773px;
 display: inline;
 position: relative;
}
*/
.rightcolumn, .leftcolumn {
 display: inline;
 color: #333;
 margin: 5px;
 padding: 0px;
 width: 550px;
 float: left;
 background-image: url("images/centro.jpg");
 background-repeat: repeat-y;
 border:solid 1px silver;
}

.leftcolumn hr {
	color:#CCC;
	border: 0;
	height: 1px;
	}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 0px 2px 9px;
	position:relative;
}

/*CONTENEDOR left*/
.cajaleft {      width: 129px;
    background-image: url("images/menu2.jpg");
    background-repeat: repeat-y;
}

.cajaarribaleft {
    background-image: url("images/menu1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.cajaabajoleft {
	height:200px;
    background-image: url("images/menu3.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
	padding: 15px 5px 15px 5px;
} 

.buscar a {
   background-image: url("images/busc1.jpg");
   color: #666666;
   text-decoration: none;
   display: block;
   height: 63px;
	width: 106px;
}

.buscar a:hover{
   background-image: url("images/busc2.jpg");
   color: #ffffcc;
}

.nuevo a {
   background-image: url("images/nuevo1.jpg");
   color: #666666;
   text-decoration: none;
   display: block;
   height: 63px;
	width: 106px;
}

.nuevo a:hover {
   background-image: url("images/nuevo2.jpg");
   color: #ffffcc;
}
/*CONTENEDOR left*/

/*CONTENEDOR right*/
.caja {     width:100%;
    background-image: url("images/centro.jpg");
    background-repeat: repeat-y;
}

.cajaarriba {
    background-image: url("images/arriba.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.cajaabajo {
    background-image: url("images/abajo.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
} 
/*CONTENEDOR right*/

/*BUSQUEDA*/
.textobusq{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
/*TOOLTIP*/
		a.Ntooltip {
		position: relative; /* es la posición normal */
		text-decoration: none !important; /* forzar sin 	subrayado */
		color:#C30 !important; /* forzar color del texto */
		font-weight:bold !important; /* forzar negritas */
		}
		
		a.Ntooltip:hover {
		z-index:999; /* va a estar por encima de todo */
		background-color:#FFF; /* DEBE haber un color de fondo */		text-decoration:underline;
		
		}
		
		a.Ntooltip span {
		display: none; /* el elemento va a estar oculto */
		}
		
		a.Ntooltip:hover span {
		display: block; /* se fuerza a mostrar el bloque */
		position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
		top:-0.5em; left:22em; /* donde va a estar */
		width:300px; /* el ancho por defecto que va a tener */
		padding:5px; /* la separación entre el contenido y los bordes */
		background-color: #FFF4CC; /* el color de fondo por defecto */
		color: #000; /* el color de los textos por defecto */
		}
		/*TOOLTIP*/

.searchbox {
    padding: 25px 10px 25px 10px;
	}
.resubox {
    padding: 10px 0px 10px 0px;
	}

.searchtext
{
	border: 1px solid #999;
    width:99%;
	    color:#333;
	    font-size:100%;
	/*font-size:15px;*/
	    overflow:hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.tableres
{
width:100%;
}

.tableres td
{
padding:5px;
}

/*BUSQUEDA*/

/*SELECTOR*/
.wrapperselec{ 
 margin: 0 auto;
 width: 230px;
 float:left;
 padding:10px;
 text-align:center;
}

.selbuttons{
width: 230px;
float:right;
text-align:center;
}


/*SELECTOR*/

/*MENU*/


body {
margin:0 auto;
padding:0 auto;
}

h2 {
font-family: Arial;
font-size:14px;
letter-spacing:-1px;
}
td, th, a, span, div {
font-family: Tahoma;
font-size:11px;
}

