@charset "utf-8";
/* CSS Document */

#searchContainer {
    position:relative;
    float:right;
    font-size:12px;
}


#searchButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(../imagenes/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}


#searchButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(../imagenes/loginArrow.png) no-repeat 170px 7px;
    display:block;
}

#searchButton:hover {
    background:url(../imagenes/buttonbgHover.png) repeat-x;
}


#searchBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

 
#searchButton.active {
    border-radius:3px 3px 0 0;
}

#searchButton.active span {
    background-position:170px -76px;
}


#searchButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}


#search {
    width:390px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}

path * {
	margin: 0;
	padding: 0;
}

#path {
	width: 1000px;;
	height: 25px;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top:3px;
	clear:left;
	border-bottom: 3px solid #CCC;
	border-top: 3px solid #CCC;
}

#path a {
	font-size:13px;
	color:#003e7e;
	float:left;
	text-decoration:none;
}

#path a:hover {
	text-decoration:underline;
}

#path span {
	font-size:13px;
	color:#333;
	font-weight:bold;
}

#titulo-seccion-izquierda{
	width: 100%;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	border-bottom: 6px solid #003E7E;
}

#titulo-seccion-izquierda p{
	margin: 0;
	color: #002B6B;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#titulo-seccion-central{
	width: 570px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #003E7E;
}

#titulo-seccion-central_c{
	width: 640px;
	height: 23px;
	margin-left: 200px;
	margin-right: auto;
	margin-top: 21px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #003E7E;
}

#titulo-seccion-central p{
	margin: 0;
	color: #002B6B;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
#titulo-seccion-central-servicios {
	width: 964px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	border-bottom: 6px solid #003E7E;
}

#titulo-seccion-central-servicios p {
	margin: 0;
	color: #002B6B;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
#titulo-seccion-central-recursos {
	width: 844px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	border-bottom: 6px solid #003E7E;
}

#titulo-seccion-central-recursos p {
	margin: 0;
	color: #002B6B;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#titulo-seccion-derecha{
	width: 100%;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-bottom: 6px solid #003E7E;
}

#titulo-seccion-derecha p{
	margin: 0;
	color: #002B6B;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#linea-sombra 
{
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #203d75;
	border-top: 2px solid #909db6;
	box-shadow: 4px 5px 1px 1px #CCC;
}