/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

body,td,p,ul,li,ol{
	font-size: 11px; 
}

h1{ 	font-size: 16px;  }
h2{ 	font-size: 15px;  }
h3{ 	font-size: 14px;  }

a{
	color:#663399;
	text-decoration:underline;
}

a:hover {
	color:#663399;
	text-decoration:none;
}

.input_buscador
{
font-size: 10px; 
 background-color: #eeeeee; 
 border: 1px solid #666666; 
 width:100px;

}

.submit_buscador
{
font-size: 10px; 
background: #eeeeee;
border: 1px solid #666666; 
} 


.rosa {
	color: #FF0099;
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;	
}
.rosa:hover { color: #FF0099; 	text-decoration:underline;}



.gris_menu3 {
	color: #666666;
	font-size: 10px; 
	font-style: italic;
	text-decoration:none;	
} 
.gris_menu3:hover { 	color: #666666;	text-decoration:underline;} 


.gris_menu2 {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;	
}

.gris_menu2:hover {color: #666666;	text-decoration:underline;}

.gris_menu {
	color: #666666;
	font-size: 10px; 
	font-weight: bold;
	text-decoration:none;	
}

.gris_menu:hover { color: #666666;	text-decoration:underline;}


.menu_blanco {
	color: #ffffff;
	font-size: 10px; 
	font-weight: bold;
	text-decoration:none;
}

.menu_blanco:hover { color: #ffffff;	 text-decoration:underline; }

.menu_juntas {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;	
	cursor: text;	
}

.menu_juntas:hover { color: #111111;	text-decoration:none;}


.verde_menu {
	color: #9d9c26;
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;	
}

.verde_menu:hover {	color: #9d9c26;	text-decoration:underline;}

.verde_not {
	color: #9d9c26;
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;	
}
	
.verde_not:hover {color: #9d9c26;	text-decoration:underline;}
	
.lila_menu {
	color: #993366;
	font-size: 10px; 
	font-weight: bold;
	text-decoration:none;	
}
.lila_menu:hover{color: #993366;	text-decoration:underline;}

.negro_pie {
	color: #333333;
	font-size: 11px; 
	text-decoration:none;	
}

.ife {
	color: #FFFFFF;
	font-size: 11px; 
	text-decoration:none;	
}

.ife:hover {color: #FFFFFF;
	text-decoration:none;}

.buscar {
	color: #FFFFFF;
	font-size: 11px; 
	font-weight: bold;
}

.avanzada {
	font-size: 11px; 
	color: #FFFFFF;
}


.tabla_menu
{
    border-width: 0px 0px 0px 0px;
    border-style: solid;
	border-collapse: collapse; 
	font-size: 11px; 	
}

.td_menu
{
    border-color: #000000;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 9px;
	text-align: center;

}


.vgn-ext-text {
	color: #000000;
	font-size: 11px;
		
}


/*
.parrafo,p {
	color: #666666;
	font-size: 11px;
}

.parrafo_b {
	color: #666666;
	font-size: 11px; 
}

.parrafo_link {
	color: #666666;
	font-size: 11px; 
}
*/



/*  paginacion ajax  */


.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
