/* CSS Document */
/* Buscador header ......................................................................... */
#buscar	{
	padding:0;
	FLOAT: right;
	margin:0;
	width:200px;
	height: 55px;
	text-align:right;
	vertical-align:middle;
}
.buscar-objetos	{
	FLOAT: right;
	margin:3px 0 0px 0px;
	vertical-align:middle;
}
input.buscar-campo	{
	font-size:10px;
	margin:0;
	color:#0C2D83;
	padding:0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #b9b9b9;
	border-left: 1xp solid #b9b9b9;
}
input.buscar-boton	{
	font-size:10px;
	border:1px solid #b9b9b9;
	color:#9f9f9f;
	font-weight:normal;
	background-color:#ffffff;
	background-image:url(../img/bg_buscar_boton.png);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 0;
	padding:0;
}
/* Menu header ............................................................................. */
#menu-header	{
	margin-buttom: 0;
	FLOAT: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	padding:0;
	width:580px;
	text-align: right;
}
#menu-header ul{
	color: #375C9B;
	font-size: 11px;
	display:inline;
}
#menu-header li {
	display: inline;
	margin: 0;	
} 
#menu-header li a {
	text-decoration: none;
	display: inline;
	color: #828282;	
	font-weight: bold;
	background: url(../img/bullet1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	padding-right: 3px;
}
#menu-header li a:hover{
	text-decoration: none;
	display: inline;
	color: #5b5b5b;
	font-weight: bold;
	background: url(../img/bullet2.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	padding-right: 3px;
}
/* Menu ................................................................................... */
ul {
	margin: 0;
	padding: 0;
}
#menu	{
	margin:0;
	padding:0 0 0 3px;
	height: 23px;
	z-index: 100;
	/*border-right: 1px solid #fff;*/
	background-image:url(../img/bullet_menu_first.png);
	background-position:left;
	background-repeat:no-repeat;
	cursor: default;
	text-align:right;
}
#menu li {
	float: left;
	position: relative;
	width: 155px;
	text-align:left;
	cursor: default;
	margin:0 ;
	padding:0;
	z-index: 100;
	cursor: hand;
	list-style:none;
}
#menu li ul {
	display: none;
	position: absolute;
	list-style:none;
	left: 0;
	font-weight: normal;
	background:#f2f2f2;
	padding: 0;
	margin:0;
	z-index: 100;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
#menu li>ul {
	margin: 0;
	padding:0;
	z-index: 100;
	list-style:none;
}
#menu li li {
	display: block;
	float: none;
	background-color: transparent;
	border:0;
	z-index: 100;
	line-height: 13px;
	list-style:none;
}
#nav a {
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	z-index: 100;
	text-decoration: none;
	cursor: hand;
}
#nav ul {
	text-decoration: none;
	margin: 0;
    padding: 0;
	z-index: 100;
/*	filter:alpha(opacity=90);
	-moz-opacity:.90;*/
	cursor: default;
	list-style:none;
/*	background-image:url(../img/bg_menu_first.jpg);
	background-repeat:repeat-x;
	background-color:#0c2d83;*/
	text-align:left;
}
#nav li li  {
	padding:0;
	margin: 0;
	z-index: 100;
	display:inline;
	list-style:none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #4e6fa1;
	padding:3px 5px 3px 5px;
	z-index: 100;
	margin:0;
	list-style:none;
	width: 144px;
	border-bottom: 1px solid #e6e6e6;
}
#nav li li a:hover {
	display: block;
	padding: 3px 5px 3px 5px;
	color:#ffffff;
	margin:0;
	background:#869fc6;
	z-index: 100;
	list-style:none;
	width: 144px;
}
li#first {
	font-family: 'Arial', Verdana, Tahoma, Helvetica;
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	/*border-left: 1px solid #fff;*/
	background-image:url(../img/bullet_menu_first.png);
	background-position:right;
	background-repeat:no-repeat;
	width: 155px;
	height: 23px;
	z-index: 100;
	font-weight: bold;
	color: #fff;
	cursor: hand;
}
#menu .menu-li{
	height: 23px;
	cursor: hand;
	display:block;
	margin:0;
	padding:0;
}
li#first a:hover	{
	color:#c1d0ed;
}
li#first a.active	{
	color:#bbc6e5;
}
li#first a.active:hover	{
	color:#bbc6e5;
}
li#middle {
	width: 157px;
	border-left:1px solid #fff;
	font-family: 'Arial', Verdana, Tahoma, Helvetica;
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	height: 23px;
	background:#0c2d83;
}
li#middle a:hover {
color:#c1d0ed;
}

#menu li:hover ul, li#first.over ul {
	display: block;
	z-index: 100;
	list-style:none;
/*	margin-top: 19px;*/
}
/* Fix IE. Hide from IE Mac \*/
/** html li#first.over ul { margin-top: 19px; }*/

/* Menu Posgrado.............................................................................. */
#menu-posgrado	{
	margin:0;
	padding:0;
	height: 23px;
	z-index: 100;
	background-image:url(../img/bullet_menu_first.png);
	background-position:left;
	background-repeat:no-repeat;
}
#menu-posgrado ul	{
	color: #fff;
	font-size: 11px;
	height: 23px;
	list-style:none;
	margin:0;
	padding:0;
}
#menu-posgrado li 	{
	display: inline;
	margin: 0;
	height: 23px;
	line-height:23px;
} 
#menu-posgrado li a 	{
	text-decoration: none;
	float:left;
	color: #fff;	
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 21px 0 21px;
	background-image:url(../img/bullet_menu_first.png);
	background-position:right;
	background-repeat:no-repeat;
}
#menu-posgrado li a:hover	{
	text-decoration: none;
	color:#c1d0ed;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 21px 0 21px;
	background-image:url(../img/bullet_menu_first.png);
	background-position:right;
	background-repeat:no-repeat;
}
#menu-posgrado li a.active	{
	text-decoration: none;
	color: #bbc6e5;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 21px 0 21px;
	background-image:url(../img/bullet_menu_first.png);
	background-position:right;
	background-repeat:no-repeat;
}
#menu-posgrado li a.active:hover	{
	text-decoration: none;
	color: #bbc6e5;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 21px 0 21px;
	border-left: 1px solid #fff;
}

/* End */
/* Breadcrumbs.......................................................................... */
#breadcrumbs	{
	width:779px;
	background:#359323;
	background-image:url(../img/bg_breadcrumbs.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-size: 11px;
	height: 17px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #77be6e;
	z-index: 99;
}
#breadcrumbs ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#breadcrumbs ul li 	{
	color:#FFFFFF;
	text-decoration: none;
	background: url(../img/bullet3.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-right: 6px;
	display:inline;
	line-height:normal;
}
#breadcrumbs ul li a	{
	color:#FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
}
#breadcrumbs ul li a:hover	{
	color:#c3cc54;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left;
}
/* Sidemenu  ............................................................................... */
#sidemenu {
	margin: 0;
	padding: 0;
	width:155px;
	z-index: 99;
}
#sidemenu a.seccion	{
	text-decoration: none;
	color: #a5a5a5;
	border-top:none;
	margin:  0 0 0 0;
	padding: 0 0 5px 20px;
	width: 128px;
	display:block;
	line-height:13px;
	background: /*#ebedf3*/ url(../img/ico_home_seccion.png) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
#sidemenu a.seccion:hover{
	text-decoration: none;
	color: #c2c2c2;
	border-top:none;
	background: url(../img/ico_home_seccion_.png) no-repeat left top;
}
#sidemenu a.volver{
	text-decoration: none;
	color: #a5a5a5;
	border-top: 3px solid #eeeeee;
	margin: 0;
	padding:4px 0 5px 20px;
	width: 135px;
	display:block;
	line-height:13px;
	background: url(../img/ico_volver.png) no-repeat left center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	display:block;
	height:13px;
}
#sidemenu a.volver:hover{
	text-decoration: none;
	color: #c2c2c2;
	background:  url(../img/ico_volver_.png) no-repeat left center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
#sidemenu ul {
	list-style-position: outside;
	list-style-type: none;
	text-align:left;
	margin: 0;
	padding:0;
	background: #fff/*f8f8f8*/;
/*	border: 1px solid #e6e6e6;*/
}
#sidemenu ul li.tit-menu {
	text-align: center;
	margin: 0;
	padding: 3px 2px 3px 13px;
	text-align: left;
	color:#0c2d83;
	font-weight:bold;
	width: 140px;
	border-top: 3px solid #eee;
	background: url(../img/bullet_menu.png) no-repeat left top;
}
#sidemenu ul li {
	text-align: left;
	margin: 0;
	text-align: left;
	width: 153px;
}
#sidemenu ul li a {
	color:#5c71a9;
	text-decoration: none;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 152px;
	display:block;
	padding: 2px 0 2px 3px;
	border-top: 1px solid #e6e6e6;
}
html>#sidemenu ul li a  {
	width: 155px;
} 
#sidemenu ul li.active a{
	background:  #ebedf3;
	width: 152px;
	display:block;
	padding: 2px 0 2px 3px;
	color: #0c2d83;
}
#sidemenu ul li.active a:hover{
	background:  #ebedf3;
	width: 152px;
	display:block;
	padding: 2px 0 2px 3px;
	color: #0c2d83;
}
#sidemenu ul li a:hover{
	background:  #f6f7fb;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 152px;
	display:block;
	padding: 2px 0 2px 3px;
	color: #5c71a9;
}
/* Menu admision  ..................................................................... */
#menu-admision {
	height: 38px;
	margin: 0;
}
#menu-admision ul {
	list-style: none;
	border: none;
	height: 38px;
	list-style-image:none;
}		
#menu-admision li {
	display: inline;
	list-style: none;
	width:95px;
	height: 31px;
	margin:0 3px 0 0;
	padding:0;
	float:left;
	text-align:center;
	background: url(../img/bg_admision_bot.png) no-repeat;
}
#menu-admision li a {
	width: 95px;
	height: 31px;
	margin: 0;
	padding:7px 0 0 0  ;
	display: inline;
	float:left;
	color:#359323;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
html>body #menu-admision li a {
	display: inline;
	float:left;
	text-decoration: none;
}
#menu-admision ul li a:hover {
	float:left;
	background: url(../img/bg_admision_bot_.png) no-repeat;
	text-decoration:none;
}
#menu-admision ul li.active {
	display: inline;
	float:left;
	background: url(../img/bg_admision_bot_a.png) no-repeat;
	text-decoration:none;
}
#menu-admision ul li.active a:hover{
	display: inline;
	float:left;
	background: url(../img/bg_admision_bot_a.png) no-repeat;
	text-decoration:none;
}
/* CONTROLES BOX COLUMNA DERECHA links..........................................................*/
ul#subnav {
	margin:0; 
	padding:0;
}
ul#subnav br {
	display:none;
}
#subnav li {
	margin:0 0 5px 0;  
	font-size: 11px; 
	line-height: 13px; 
	list-style-type:none;
}
#subnav a:link,  #subnav a:visited {
	display:block;
	width:177px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:174px;
}
#subnav strong { 
	display:block;  
	text-decoration:none; 
	font-size:11px;
	line-height: 15px; 
	margin:0 0 3px 0;
}
#subnav .box1 strong {color:#05819e;}
#subnav .box2 strong {color:#4e6fa1;}
#subnav .box3 strong {color:#359323;}
#subnav .box4 strong {color:#7B2A1B;}
#subnav .box-links strong {
	color:#999999; 
	display:inline; 
	font-size:11px; 
	font-weight:bold;
}
#subnav .image {
	margin:0; 
	padding:0; 
	width: 65px; 
	height:30px; 
	float:right;  
	border: 1px solid #727b00;
}
#subnav p {	
	padding: 0;	
	margin: 0; 
	font-size:11px;
}
#subnav .box1  {
/*   background: url(../img/bg_box.png) repeat-x bottom;*/
	background-color: #fbfbfb;
   border:1px solid #e6e6e6; 
   color:#999999;
   width:175px;  
   padding:7px;
  font-size: 11px; 
}
#subnav .box1 a {
  color:#999999;  
  text-decoration:none;
}
#subnav .box1 a:hover {
  color:#aeafb4; 
  text-decoration:none;
}
#subnav .box1 a:hover strong {
  color:#aeafb4;  
  text-decoration:none;
}
#subnav .box2	{
/*   background: url(../img/bg_box.png) repeat-x bottom;*/
	background-color: #fbfbfb;
  border:1px solid #e6e6e6; 
  color:#999999;  
  width:175px;  
  padding:7px;
 font-size: 11px; 
} 
#subnav .box2 a {
  color:#999999;  
  text-decoration:none;
}
#subnav .box2 a:hover {
  color:#aeafb4;  
  text-decoration:none;
} 
#subnav .box2 a:hover strong {
  color:#aeafb4;  
  text-decoration:none;
}
#subnav  .box3 {
/*   background: url(../img/bg_box.png) repeat-x bottom;*/
	background-color: #fbfbfb;
   border:1px solid #e6e6e6; 
   color:#999999;   
   width:175px;  
   padding:7px;
  font-size: 11px; 
}
#subnav .box3 a {
  color:#999999;  
  text-decoration:none;
}
#subnav .box3 a:hover {
  color:#aeafb4;  
  text-decoration:none;
} 
#subnav  .box3 a:hover strong {
  color:#aeafb4;  
  text-decoration:none;
}
#subnav .box4 a {
	background: #F7EDCF;
	background-image: url(../img/bg_desayuno.jpg) ;
	background-position:top right;
	background-repeat: no-repeat;
	border:1px solid #aa8b70;
	color:#7B2A1B;
	text-decoration:none;
	padding:7px;
  font-size: 11px; 
}
#subnav .box4 a:hover 	{
	background: #d8d0ba;
	background-image: url(../img/bg_desayuno2.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	text-decoration:none;
	border:1px solid #aa8b70;
	color:#7B2A1B;
}
/*BOX-LINKS............................................................................................*/
.box-links {
/*   background: url(../img/bg_box.png) repeat-x bottom;*/
	background-color: #fbfbfb;
   border:1px solid #e6e6e6; 
   color:#999999; 
   padding:5px; 
/*   width: 179px;*/
   margin: 0 0 7px 0;
    font-size: 11px; 
}
.box-links a {
	color:#444;  
	text-decoration:none;
	padding: 2px 0 5px 10px;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #e6e6e6;
	background: url(../img/bullet_box5.png) no-repeat top left;
	display:block;
	font-size:11px;
	line-height: 14px;
}
.box-links a:hover {
    background: url(../img/bullet_box5_.png) no-repeat top left;
	color:#8e8e8e;  
	text-decoration:none;
    display:block;
	font-size:11px;  
	padding: 2px 0 5px 10px;
	margin: 0 0 3px 0;
} 
.box-links a:hover strong {
	color:#0c2d83;  
	text-decoration:none;
} 
/* CONTROLES BOX COLUMNA DERECHA sin link.........................................*/
#subnav2 	{
	margin:0; 
	padding:0;
	line-height:13px;
	text-align:left;
	font-family:'Arial', Verdana, Tahoma, Helvetica;
}
#subnav2 H1	{
	font-size: 14px;
	color:#0c2d83;
	margin: 5px 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #d2d6e0;
	font-weight: bold;
}
#subnav2 H1 a	{
	text-decoration:none;
}
#subnav2 H1  a:hover	{
	text-decoration:none;
}
#subnav2 H2		{
	font-size: 12px;
	color:#4e6fa1;
	margin: 4px 0 4px 0;
}
#subnav2 p	{
	margin: 0;
}
#subnav2  .box5 	{
  margin:0 0 7px 0; 
  padding: 3px 7px 3px 7px;
  background: #ecf1f5;
  /*width:177px;*/
  border: 1px solid #d2d6e0;
  color:#4e6fa1;
  width:181px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:175px;
}
#subnav2  .box5-pic	{
  margin: 3px 0 0 0; 
  float:left;
  padding: 0px;
  width:50px;
  height:50px; 
  border:1px solid #d2d6e0;
}
#subnav2  .box5-text	{
  margin:3px 0px 0px 57px;
  padding: 0;
  color:#4e6fa1;
  text-decoration:none;
  line-height:16px;
  font-size: 11px;
}
#subnav2 .box5 a	{
  color:#4e6fa1;
  background:none;
  text-decoration: underline;
}
#subnav2 .box5 a:hover	{
  color:#0c2d83;
  background:none;
  text-decoration: underline;
}
#subnav2 .box6	{
  margin:3px 0 3px 0; 
  padding:0;
   width:191px;
    font-size: 11px; 
}
#subnav2 .box6-pic	{
  border: 1px solid #929292;
  margin:0; 
  float:left;
  padding: 0px;
  width:50px;
  height:50px; 
}
#subnav2 .box6-text	{
  margin:0 0 0 60px;
  padding: 0 0 3px 0;
  color:#a1a1a1;
  text-decoration:none;
  line-height:13px;
  min-height:50px;
  width: 125px;
  font-size: 10px;
  font-family:'Arial', Helvetica, sans-serif;
}
#subnav2 .box6-text h2	{
  margin:0 0 5px 0;
  padding: 0;
}
#subnav2 .box6 a	{
  color:#a1a1a1;
  text-decoration:underline;
}
#subnav2 .box6 a:hover	{
  color:#4e6fa1;
  text-decoration:underline;
}
#subnav2 .box6 input	{
	border:0;
	padding:0;
	margin:0;
}
#subnav2 .box6 img	{
	border:0;
	padding:0;
	margin:0;
} 
#subnav2 .box7	{
	margin:0 0 3px 0; 
	padding: 3px 2px 5px 2px;
	background: #fefefe;
	color:#767676;
	width:181px;
	width:185px;
	font-size:10px;
	border-bottom: 3px solid #f7f7f7;
}
#subnav2 .box7 img	{
	border:0;
	padding:0;
	margin:0;
}
#subnav2 .box7-pic	{
  border: 1px solid #929292;
  margin:0; 
  float:left;
  padding: 0px; 
} 
#subnav2 .box7 h2	{
	color:#4e6fa1; 
	font-size:14px; 
	font-family:Arial, Verdana, Tahoma, Helvetica;
	padding:0;
	margin:10px 0 5px 0
}
#subnav2  h2	{
	color:#4e6fa1; 
	font-size:14px; 
	font-family:Arial, Verdana, Tahoma, Helvetica;
	padding:0;
	margin:10px 0 5px 0
}
#subnav2 .box7-text	{
  margin:0 0 0 45px;
  padding: 0 0 3px 0;
  color:#a1a1a1;
  text-decoration:none;
  line-height:13px;
  min-height:50px;
  font-size: 10px;
  font-family:'Arial', Helvetica, sans-serif;
}
#subnav2 .box7 strong	{
  color:#767676;
  text-decoration: none;
  font-size:11px;
}
#subnav2 .box7-text a{
  color:#767676;
  text-decoration: none;
  font-size:10px;
}
#subnav2 .box7-text a:hover	{
  color:#a1a1a1;
  text-decoration: none;
}
#subnav2 p.noti	{
	margin: 0 0 7px 0;
	font-size:11px;
	font-weight: bold;
} 
/* CONTROLES BOX COLUMNA DERECHA..........................................................*/
ul#subnav3 {
	margin:0; 
	padding:0;
	font-size: 11px;
}
ul#subnav3 br {
	display:none;
}
#subnav3 li {
	margin:0 0 7px 0; 
	padding:0; 
	font-size: 11px; 
	line-height: 15px;   
	list-style-type:none;
}
#subnav3 a:link,  #subnav3 a:visited {
	display:block;
	width:135px;
	voice-family: "\"}\"";
	voice-family:inherit;
} 
html>body #subnav3 a:link, html>body #subnav3 a:visited {width:137px;}
#subnav3 strong {
	display:block;
	margin:0 0 2px 0;
	text-decoration:none; 
	padding:0;
}
#subnav3 .box1_der strong {
	color:#4E6FA1; 
	font-size:11px;
	line-height: 15px;
}
#subnav3 .box2_der strong {
	color:#359323;  
	font-size:11px;
	line-height: 15px;
}
#subnav3 .box3_der strong {
	color:#0092B3;  
	font-size:11px; 
	line-height: 15px;
}
#subnav3 .image {
	margin: 1px; 
	padding:0; 
	height: 60px;  
	border: 1px solid #AEAFB4; 
	float:left;
}
#subnav3 .textfoto {
	margin:0; 
	padding:0; 
	width:134px; 
	position:relative; 
	min-height:70px; 
	line-height: 12px; 
	font-size:11px;
}
#subnav3 p {
	padding: 0;	
	margin: 0;
	font-size: 11px;
}
#subnav3 .box1_der 	{
  background-image: url(../img/foto_h_home.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6; 
  color:#797b81;
  text-decoration:none;
  line-height: 14px;
  padding:7px;
   font-size: 11px; 
}
#subnav3 .box1_der a {
  color:#797b81;
  text-decoration:none;
}
#subnav3 .box1_der a:hover 	{
  text-decoration:none;
}
#subnav3 .box2_der  {
/*   background: url(../img/bg_box.png) repeat-x bottom;*/
	background-color: #fbfbfb;
  border:1px solid #e6e6e6;
  color:#999999;
  text-decoration:none;
  padding:7px;
  display:block;
   font-size: 11px; 
}
#subnav3 .box2_der a {
  color:#999999;
  text-decoration:none;
  border:none;
}
#subnav3 .box3_der {
/*   background: url(../img/bg_box.png) repeat-x bottom;*/
	background-color: #fbfbfb;
	border:1px solid #e6e6e6;
	color:#999999;
	text-decoration:none; 
	padding:7px;
	width: 139px;
  font-size: 11px; 
}
#subnav3 .box3_der a {
  color:#999999;
  text-decoration:none;
  border:none;
}
#subnav3 a:hover {
  color:#aeafb4;
  text-decoration:none;
}
#subnav3 a:hover strong {
  color:#aeafb4;
} 

/*BOX LIST........................................................................................*/

.box-list	{
   color:#999999; 
   padding:0;
   margin: 0 0 7px 0;
   position:relative;
    font-size: 11px; 
 }
.box-list a {
	color:#2e4284;  
	text-decoration:none;
	padding: 4px 0 5px 13px;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #e6e6e6;
	background: url(../img/bullet_menu.png) no-repeat top left;
	display:block;
	font-size:11px;
	line-height: 14px;
}
.box-list a:hover {
    background: url(../img/bullet_menu.png) no-repeat top left;
	color:#7786b2;  
	text-decoration:none;
    display:block;
	font-size:11px;  
	padding: 4px 0 5px 13px;
	margin: 0 0 3px 0;
}
.box-list h1	{
	color:#4e6fa1;  
	font-size:12px;
	margin:0 0 7px 0;
	font-weight:bold;
}
.box-banner 	{
	margin: 0 0 7px 0;
}

/*BOX solicitar información ........................................................................................*/

.box-info	{
	color:#999999;
	padding:7px 8px 5px 8px;
	margin: 0 0 7px 0;
    font-size: 11px; 
	width: 173px;
	border:1px solid #e6e6e6;
	background-color: #f2f2f2;
 } 
 .box-info h1	{
 	margin: 0 0 3px 0;
    font-size: 11px;
	font-weight:bold;
/*	color: #05819e;*/	
color: #0092B3;
/*color:#ffffff;*/
 }
#box-info-aviso	{
	margin: 0;
	padding: 10px;
	font-size: 11px;
	line-height: 17px;
	font-weight:bold;
	color: #93c0ee;
	border:1px solid #72c4d7;
	background-color: #1d4ac1;
	background-image: url(../img/bg_aviso.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position:absolute;
	width: 250px;
	z-index:100;
	left: 260px;
	top: 50px;
 }
 #box-info-aviso p.gracias	{
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight:bold;
	color: #c6dbf1;
 }
 
#box-info-aviso	 input{
	font-size:10px;
	border:1px solid #b9b9b9;
	color:#0087ab;
	font-weight:normal;
	background-color:#ffffff;
	background-image:url(../img/bg_buscar_boton.png);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 3px 0 0 0 ;
	padding:0;
	width: 50px;
	float:right;
 }
 
 
.box-info	.form-item{
	font-size: 11px;
	color: #999999;
	background-color: #fff;
	text-decoration: none;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #e6e6e6;
	margin:3px 0 3px 0;
	padding: 1px  0 1px 3px;
	width: 170px;
 } 
 .box-info	input{
	color: #999999;
	background-color: #ffffff;
	text-decoration: none;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #e6e6e6;
	margin:3px 0 3px 0;
	padding: 0  0 0 3px;
	width: 170px;
	font-size: 10px;
 } 
  .box-info	select{
	background-color: #ffffff;
	text-decoration: none;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #e6e6e6;
	color: #999999;
	margin:3px 0 3px 0;
	padding: 0 0  0 3px;
	width: 170px;
	font-size: 10px;
 }
 .box-info  input.buscar-boton	{
	font-size:10px;
	border:1px solid #b9b9b9;
	color:#0087ab;
	font-weight:normal;
	background-color:#ffffff;
	background-image:url(../img/bg_buscar_boton.png);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 3px 0 0 0 ;
	padding:0;
	width: 50px;
	float:right;
	}
  

/* Buscador Avanzado Agenda.............................................................. */
.buscador-av	{
	width:154px;
	margin:10px 0 0 0;
	padding:0;
	border: 1px solid #999999;
}
.buscador-av-titulo	{
	margin:0;
	padding:3px 0 3px 0;
	text-align:center;
	font-size: 14px;
	color: #fff;
    line-height: 13px;
    font-family: 'Arial', Verdana, Tahoma, Helvetica;
    text-decoration: none;
	font-weight: bold;
	background-color: #0c2d83;
}
.buscador-av-texto	{
    font-size: 11px;
    line-height: 18px;
    font-family: 'Tahoma',Arial,Helvetica;
    background-color: #fff;
    text-decoration: none;
	margin:5px;
}
/* Fieldset buscador..............................................................*/
fieldset.buscador 	{
	margin: 2px 0 2px 0;
	padding:0;
	border:0;
	color: #000;
	FONT-SIZE: 11px;
}	
fieldset.buscador  dl 	{
	margin:0;
	padding: 0;
}
fieldset.buscador  p 	{
	margin: 0;
	line-height: 16px;
}
fieldset.buscador  dl dd 	{
	margin: 0;
	padding:0;
}
fieldset.buscador  dl dt 	{
	margin: 0;
	text-align:right;
	color: #444;
}	
select.dias	{
	margin: 0;
	padding:0;
	border:0;
	color: #375C9B;
	FONT-SIZE: 11px;
}
input.busquedas-boton	{
	font-size:10px;
	border:1px solid #0C2D83;
	color:#ffffff;
	font-weight:normal;
	background-color:#375C9B;
	margin: 5px 0 5px 3px;
	padding:0;
}
